Skip to content

Commit fee8c8a

Browse files
authored
Merge pull request #63 from Callgent/blog
Blog
2 parents 5953936 + 1e56cb8 commit fee8c8a

51 files changed

Lines changed: 6037 additions & 3688 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# husky
88
.husky/_
99

10+
*/**/draft-*
11+
1012
# Generated files
1113
.docusaurus
1214
.cache-loader

.husky/commit-msg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
#!/bin/sh
2+
13
npx --no-install commitlint --edit "$1"

.husky/prepare-commit-msg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
#!/bin/sh
2+
13
# check 'Signed-off-by' in commit message
2-
git_commit_message=$(cat $1)
3-
if [[ "$git_commit_message" != *"Signed-off-by: "* ]]; then
4+
git_commit_message=$(cat "$1")
5+
if [ -z "$(echo "$git_commit_message" | grep 'Signed-off-by: ')" ]; then
46
echo
57
echo "\033[31mError\033[0m:"
68
echo "Commit message is missing the Signed-off-by line."
@@ -10,4 +12,4 @@ if [[ "$git_commit_message" != *"Signed-off-by: "* ]]; then
1012
exit 1
1113
fi
1214

13-
exit 0
15+
exit 0

blog/2024-03-18-differences-between-callgent-and-ifttt/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ Callgent redefines collaboration, merging human intuition with digital efficienc
7878

7979
Overall, our goal is to place everything on the same platform, especially emphasizing the seamless integration of the
8080

81-
- "Service as a Callable Agent"
81+
- "Service as a Callable AI Agent"
8282

8383
concepts.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
slug: webpage-client-entry-to-generate-webapp-nocode
3+
title: 📦 [Release Notes] Generate your own APPs without coding
4+
authors: jamesp
5+
tags: [Release Notes, Product Updates]
6+
keywords: [Callgent, no-code app builder, SaaS integration, AI agents, generate apps]
7+
description: Empower yourself with Callgent's no-code platform to easily integrate SaaS services and generate your own apps without coding. Build functionalities effortlessly using AI agents and API files.
8+
9+
---
10+
11+
Callgent's vision is to empower everyone to easily define and integrate software API services, enabling us to create our own apps effortlessly.
12+
13+
In the world of SaaS, every service provider exposes their services as APIs, making it convenient for us to integrate them into our own apps. With the power of AI agents, we no longer need to rely on developers. Anyone can use Callgent to quickly assemble their own app.
14+
15+
Let's dive in and build a recruitment app without any coding! The process is simple and consists of four steps:
16+
17+
1. **Define Your App Functionality**
18+
2. **Import Functionality API Files into Callgent**
19+
- Callgent will automatically generate the app pages.
20+
3. **[Callgentive User Interaction](generative-ui-home-cooked-software-development)**
21+
- When users interact with the app pages, Callgent will automatically send you an email.
22+
4. **Display Responses**
23+
- Your replies will be automatically displayed on the app pages.
24+
25+
For a hands-on experience, [click here](../docs/quick-start/build-web-app).
26+
27+
:::note
28+
In this example, you yourself act as the server for the app, responding to each request.
29+
:::
30+
31+
In reality, you can directly integrate existing SaaS services into your app (e.g., integrate [Auth0](https://auth0.com/docs/api) for user registration and login, or integrate [Zoom](https://developers.zoom.us/docs/api/) for online meetings). For more service options, please refer to the [Callgent hub](#).
32+
33+
Remember, Callgent helps you easily integrate various SaaS services and quickly generate interfaces (webpages, chatboxes, emails, Slack channels, etc.), allowing users to freely use the apps you create.
34+
35+
## Showcase
36+
37+
Here's a quick result of our recruitment app, using GPT-4o:
38+
39+
![Generated recruitment app](recruitment-app.png)
40+
41+
Generated code is available [here](https://codesandbox.io/p/sandbox/vue3-forked-d897c8).
35.5 KB
Loading
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
slug: year-2025-of-ai-agents-and-how-callgent-is-leading-the-charge
3+
title: "🤖 2025: The Year of AI Agents and How Callgent is Leading the Charge"
4+
authors: jamesp
5+
tags: [Industry Trends, Business Innovation, AI Integration, Business Solutions]
6+
keywords: [AI Agent 2025, AI Agent for SaaS Automation, Automate SaaS with AI Agent, OpenAPI Task Orchestration, AI Agent for Business Workflows, Nested AI Task Management]
7+
description: Streamline your business workflows with Callgent, the ultimate AI Agent for SaaS Automation. Effortlessly orchestrate tasks using OpenAPI integration and nested AI task management. Automate complex workflows, reduce manual effort, and boost productivity—perfect for businesses leveraging SaaS APIs.
8+
---
9+
10+
🤖 **2025: The Year of AI Agents and How Callgent is Leading the Charge**
11+
12+
As we look ahead to 2025, it’s clear that this will be the year of AI Agents. These intelligent systems are expected to assist or even replace human tasks, revolutionizing the way we work. Just as tools like calculators have long helped us avoid manual calculations, AI Agents are poised to take this assistance to a whole new level. But what makes AI Agents truly transformative is their ability to understand our tasks and autonomously orchestrate tools to achieve goals, breaking the traditional cycle of learning tools before using them.
13+
14+
### The Evolution of Tools: From Calculators to AI Agents
15+
16+
<!--truncate-->
17+
18+
Historically, tools have always been designed to simplify tasks. A calculator, for example, eliminates the need for manual multiplication. However, AI Agents go beyond mere simplification—they understand the task at hand and intelligently select and sequence the right tools to accomplish it. This shift means we no longer need to master every tool before using it; the Agent does the heavy lifting for us.
19+
20+
### The Key to AI Agent Success: Tool Granularity
21+
22+
For AI Agents to move beyond being mere "toys" and become truly useful in production environments, the granularity of the tools they orchestrate is critical. Different platforms have taken varied approaches:
23+
24+
- **OpenAI’s Operator** orchestrates web components.
25+
- **Cursor** operates on project code.
26+
- **Function Calling** orchestrates OpenAPIs.
27+
28+
Each of these approaches highlights the importance of selecting the right level of tool granularity for the Agent to work effectively.
29+
30+
### Three Modes of Agent Orchestration
31+
32+
AI Agents can generate results in three primary ways:
33+
34+
1. **One-shot Generation**: This is the most challenging mode, where the Agent produces a result in a single attempt.
35+
2. **Autoregressive Multi-round Generation and Correction**: This mode significantly reduces the difficulty of generation but requires human intervention for corrections.
36+
3. **Nested Task Decomposition**: Here, the main task is broken down into smaller sub-tasks, making it easier to manage and execute.
37+
38+
### The Challenge of Accurate Demand Description
39+
40+
One of the biggest hurdles for AI Agents is the need for highly accurate demand descriptions from users. This makes them less suitable for scenarios where requirements are complex or poorly defined. To address this, we need platforms that can handle ambiguity and still deliver reliable results.
41+
42+
### Introducing Callgent: A Production-Ready AI Agent Platform
43+
44+
To tackle these challenges, we’ve developed **Callgent**, a high-quality AI Agent platform designed for real-world production environments. Callgent addresses the key issues of reliability and usability through several innovative features:
45+
46+
- **OpenAPI Orchestration**: Callgent leverages the vast existing resources of OpenAPIs. These APIs come with built-in business logic, reducing the complexity of user demand descriptions. Users no longer need to explain every detail from scratch.
47+
- **Nested Callgent Calls**: Each sub-Callgent is responsible for a specific API sub-domain. This approach not only simplifies the orchestration of a large number of APIs but also enhances the robustness of the generated scripts.
48+
49+
### The Benefits of Callgent
50+
51+
By integrating Callgent into your workflow, you can expect:
52+
53+
- **Seamless Integration with Existing SaaS API Assets**: Callgent allows you to make the most of your current API investments.
54+
- **Lightweight Demand Descriptions**: Users can describe their needs in a more straightforward manner, without delving into intricate details.
55+
- **Highly Robust Orchestration Scripts**: The nested structure ensures that scripts are both reliable and easy to manage.
56+
- **Scalable Nested Hierarchy**: The platform’s architecture is designed for maximum extensibility, making it adaptable to a wide range of tasks and industries.
57+
58+
### Conclusion
59+
60+
As we approach 2025, the potential of AI Agents to transform our work processes is undeniable. Platforms like Callgent are at the forefront of this revolution, offering solutions that are not only powerful but also practical for real-world applications. By focusing on the right granularity of tools, simplifying demand descriptions, and ensuring robust orchestration, Callgent is setting a new standard for what AI Agents can achieve. The future of work is here, and it’s intelligent, efficient, and incredibly promising.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
slug: why-callgent-outshines-make.com-dify-and-coze-in-ai-driven-workflow-automation
3+
title: "🚀 Why Callgent Outshines Make.com, Dify, and Coze in AI-Driven Workflow Automation"
4+
authors: jamesp
5+
tags: [Industry Trends, Business Innovation, AI Integration, Business Solutions]
6+
keywords: [AI workflow automation, Nested script generation, Workflow orchestration reliability, Transparent workflow visualization, Make.com alternative, Dify alternative, Coze alternative, AI-driven workflow control, No-code AI automation, SaaS automation]
7+
description: Discover why Callgent outshines Make.com, Dify, and Coze with its AI-driven workflow automation. Featuring groundbreaking nested script generation and transparent visual flowcharts, Callgent delivers industrial-grade reliability and user trust for SaaS processes.
8+
---
9+
10+
In the world of SaaS automation, workflow orchestration is where AI truly excels. Yet, platforms like Make.com, Dify, and Coze seem to miss the mark by focusing heavily on manual workflow creation. This approach not only undermines AI's potential but also reflects a deeper issue: user distrust in AI-generated workflows due to concerns about quality and lack of control.
11+
12+
Callgent, however, tackles these challenges head-on with two groundbreaking innovations:
13+
14+
1. **Nested Script Generation with Callgent Calls Callgents**
15+
Unlike traditional platforms, Callgent generates small, simple, and highly reliable nested scripts. By breaking down workflows into manageable pieces, Callgent ensures production-grade reliability, something manual or overly complex AI-generated workflows often fail to deliver.
16+
17+
2. **Transparent and Visual Flowcharts**
18+
Callgent doesn’t just generate workflows—it makes them fully transparent. With flowchart visualization, users gain complete visibility and control over their scripts, addressing the trust gap and ensuring industrial-grade reliability for business processes.
19+
20+
In short, while Make.com, Dify, and Coze cater to manual control at the cost of efficiency, Callgent redefines workflow automation by combining AI's strengths with user trust and transparency. The future of workflow orchestration is here, and it’s called Callgent.com

commitlint.config.js

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
module.exports = { extends: ['@commitlint/config-angular'] };
1+
module.exports = {
2+
extends: ['@commitlint/config-angular'],
3+
rules: {
4+
'type-enum': [
5+
2,
6+
'always',
7+
[
8+
'build',
9+
'ci',
10+
'docs',
11+
'feat',
12+
'fix',
13+
'perf',
14+
'refactor',
15+
'revert',
16+
'style',
17+
'test',
18+
'chore',
19+
],
20+
],
21+
},
22+
};
23+

developer/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"position": 1,
44
"link": {
55
"type": "generated-index",
6-
"description": "Service as a Callable Agent. Encapsulate every user and system service the same way as a Callgent, seamlessly integrate them anywhere."
6+
"description": "Service as a Callable AI Agent. Encapsulate every user and system service the same way as a Callgent, seamlessly integrate them anywhere."
77
}
88
}

0 commit comments

Comments
 (0)