From 822edc741bda2f8ca488aa16d16d3d9654ae74b4 Mon Sep 17 00:00:00 2001 From: dev-callgent <160819054+dev-callgent@users.noreply.github.com> Date: Wed, 22 May 2024 10:57:45 +0800 Subject: [PATCH 1/4] Update intro.md Signed-off-by: dev-callgent <160819054+dev-callgent@users.noreply.github.com> --- docs/intro.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 68a49e6..6f46ecd 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -1,21 +1,18 @@ ---- -sidebar_position: 1 -title: Introduction to Callgent -description: Callgent is yet another AI programming tool besides Copilot, UI generator, and bug fixer, etc. -keywords: [Callgent function-calling technique, integrate AI with email and Slack, Callgent vs Zapier functionality, Callgent for no-code automation, progressive function calling in AI, Callgent API integration examples, Callgent user-system orchestration, copilot, code generator, v0.dev, SWE-bench, iPaaS] ---- - -# Introduction +# Quick Start: Callgent.com - Callable Agent Welcome to the new era of AI software development! But what does that really mean? Let's break it down. -## The Core of AI Development +## The Core of Software Development + +The hardest part of software development may be how to clearly describe the real **requirements**. Instead of writing code from scratch based on ambiguous and complex PRD, yet another approach we propose here, is to let real end users to interact with software more freely and intelligently. + +## The Extents to AI Code Generation -The hard core of software development is all about clearly describing **requirements**. Currently we don't think it's realistic to expect AI to generate an entire software project from scratch. +So, how do we leverage AI in software development? -## Best Practices for AI Code Generation +In essence, we strive to make every software service akin to a collaborative teammate, while empowering each user to function like a service in a programming context. To break the silos between users and systems. -So, how do we leverage AI in software development? The best practice is to decide to what extent we want to auto-generate code by AI. Here are the levels to consider: +To adhere to best practices, we may determine to what extent we want to auto-generate code by AI. Here are the levels to consider: - Machine code/ASM level - C/Java/Python/.. language level @@ -23,10 +20,11 @@ So, how do we leverage AI in software development? The best practice is to decid - Function-calling level - AI knows which and how to invoke an API - Callable Agent level + - function-calling outside of chatbox ## Introducing Callgent.com - Callable Agent -Similar to function-calling, Callgent.com - Callable Agent takes it a step further. We're not just stuck function-calling in a chatbox anymore; we're now in native scenarios. +Similar to function-calling, Callgent takes it a step further. We're not just stuck function-calling in a chatbox, we put callgents in all native scenarios, to let users and systems to call it the most natural way. ![Callgent.com - Callable Agent](https://docs.callgent.com/assets/images/callgent-architecture-a9ae93e8d6935d208536e2eb56a2a023.png) @@ -34,10 +32,10 @@ Similar to function-calling, Callgent.com - Callable Agent takes it a step furth The true essence of this new era is to make AI more human-like and more human-friendly. -With Callgent.com - Callable Agent, you can now: +With Callgent, you can now: -- **Interact with AI in a more natural way.** No more being confined to a chatbox. AI is now integrated into your native scenarios. -- **Leverage AI for code generation.** Decide the level of code generation that suits your needs and let AI do the heavy lifting. -- **Create software that is more human-friendly.** With AI that understands and interacts in a more human-like way, your software will be more intuitive and user-friendly. +- **Interact with services in a more natural way.** you needn't describe your requirements, and wait for some developers to build it for you, just talk to services directly. +- **Leverage AI for code generation.** AI agents stand between you and services to help understand and interact with them. +- **Free and native experiences.** just like group chatting, requirements are expressed in natural language, and the AI agent will generate calling code and execute it for you. Welcome to the new era of AI software development with Callgent.com - Callable Agent! From e25b7a26d1002e14513d96cee3ea530a12c1f8f2 Mon Sep 17 00:00:00 2001 From: dev-callgent <160819054+dev-callgent@users.noreply.github.com> Date: Wed, 22 May 2024 10:58:56 +0800 Subject: [PATCH 2/4] Update intro.md Signed-off-by: dev-callgent <160819054+dev-callgent@users.noreply.github.com> --- docs/intro.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/intro.md b/docs/intro.md index 6f46ecd..e182d06 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -1,4 +1,11 @@ -# Quick Start: Callgent.com - Callable Agent +--- +sidebar_position: 1 +title: Introduction to Callgent +description: Callgent is yet another AI programming tool besides Copilot, UI generator, and bug fixer, etc. +keywords: [Callgent function-calling technique, integrate AI with email and Slack, Callgent vs Zapier functionality, Callgent for no-code automation, progressive function calling in AI, Callgent API integration examples, Callgent user-system orchestration, copilot, code generator, v0.dev, SWE-bench, iPaaS] +--- + +# Introduction Welcome to the new era of AI software development! But what does that really mean? Let's break it down. From 6e5a25cf9b39de551f8eb8ed116626c96381e8de Mon Sep 17 00:00:00 2001 From: dev-callgent <160819054+dev-callgent@users.noreply.github.com> Date: Wed, 22 May 2024 11:13:30 +0800 Subject: [PATCH 3/4] Update intro.md Signed-off-by: dev-callgent <160819054+dev-callgent@users.noreply.github.com> --- docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.md b/docs/intro.md index e182d06..1fd6b22 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -9,7 +9,7 @@ keywords: [Callgent function-calling technique, integrate AI with email and Slac Welcome to the new era of AI software development! But what does that really mean? Let's break it down. -## The Core of Software Development +## The Challenges of Software Development The hardest part of software development may be how to clearly describe the real **requirements**. Instead of writing code from scratch based on ambiguous and complex PRD, yet another approach we propose here, is to let real end users to interact with software more freely and intelligently. From 487a19ae14e47eae807b468b91d3517878b28743 Mon Sep 17 00:00:00 2001 From: jamesp Date: Wed, 22 May 2024 11:15:09 +0800 Subject: [PATCH 4/4] docs: links Signed-off-by: jamesp --- README.md | 4 ++-- .../index.md | 2 +- docusaurus.config.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8f2fea3..90b9b50 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ chat on Discord - - + follow on Twitter diff --git a/blog/2024-05-09-5-reasons-why-callgent-is-revolutionizing-business-operations/index.md b/blog/2024-05-09-5-reasons-why-callgent-is-revolutionizing-business-operations/index.md index 85357e5..b20f422 100644 --- a/blog/2024-05-09-5-reasons-why-callgent-is-revolutionizing-business-operations/index.md +++ b/blog/2024-05-09-5-reasons-why-callgent-is-revolutionizing-business-operations/index.md @@ -63,4 +63,4 @@ Callgent signifies a significant leap in business operation platforms, providing **Share Your Thoughts**: [Join the Callgent Community](https://callgent.canny.io) -**Be Part of Callgent's Development**: [GitHub Repository](http://github.com/Callgent/callgent-api) +**Be Part of Callgent's Development**: [GitHub Repository](https://github.com/Callgent/callgent-api) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index e59fbab..8e66598 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -125,7 +125,7 @@ const config: Config = { }, { label: "Twitter", - href: "https://twitter.com/Callgent", + href: "https://twitter.com/callgent_com", }, ], },