You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/agents/1_agentIntroduction.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
---
2
+
sidebar_label: Introduction
3
+
---
4
+
1
5
# Agent Introduction
2
6
3
7
Codebolt is an extremely powerful tool for AI Code Editing and AI Code Generation. Most of the power of Codebolt comes from the ability to use Agents. These agents are powerful tools that can be used to automate tasks, generate code, and even create entire applications.
@@ -6,7 +10,6 @@ Codebolt is an extremely powerful tool for AI Code Editing and AI Code Generatio
6
10
7
11
Codebolt uses AI Agents for doing all the actions. Thing of Codebolt Editor as a big Agent Orchestrator that can use any agent in the marketplace to do any task.
8
12
AI Agents interface with Codebolt using Codebolt Editor APIs. They can run any logic from talking to LLMs, updating the code, and any other tasks. They can use decision making power of LLMs to make decisions and take actions.
9
-
10
13
<!-- ## Codebolt Editor APIs
11
14
12
15
Codebolt Editor exposes all the functionality of the Editor in the format of APIs. We have created various Libraries to access the Editor APIs. These libraries are available in the following languages:
@@ -25,3 +28,4 @@ Universal Agents are called whenever the user sends any chat in the editor or as
25
28
### Action Agents
26
29
Action Agents are called whenever the user sends any chat in the editor or asks to perform any action that can be resolved to any agent. You can learn more about them at [Action Agents](./AgentTypes/actionAgents.md) -->
Copy file name to clipboardExpand all lines: docs/agents/2_usingagents/5_runAgent.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ To use or run an agent, you’ll need to follow these steps:
11
11
12
12
***Switch Agents as Needed**: If you need a different set of functions, return to your agent list to deactivate the current agent and select another. For instance, if you’re done with development and need to deploy, switch from CodeBolt Dev to CodeBolt Web Deployment for automated deployment support.
**To use agent in chat, you can follow these steps:**
17
17
@@ -23,6 +23,6 @@ In the chat interface, click on the `# symbol`. This will open list of all avail
23
23
24
24
***Switch Agents if Needed**: If you need help with a different type of task, click # again to open the agent list, select another agent, and start your next interaction.
Copy file name to clipboardExpand all lines: docs/agents/3_customagents/3_firstExtension.md
+9-5
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
---
2
+
sidebar_label: First Extension
3
+
---
4
+
1
5
# Creating Your First Codebolt Agent
2
6
3
7
This guide will walk you through the process of creating your first custom Codebolt agent. Custom agents allow you to extend Codebolt's functionality with your own AI-powered tools.
@@ -18,15 +22,15 @@ To begin creating a new agent:
18
22
1.**Open Codebolt** and navigate to the chat interface.
19
23
2.**Click on the "Create Agent" button** in the chat window. This option is typically found in the sidebar or main interface.
20
24
21
-

25
+

22
26
23
27
### 2. Select Agent Type
24
28
25
29
Next, you'll need to choose the type of agent you want to create:
26
30
27
31
1.**Select "Custom Agent"** from the available options. This allows you to create an agent with your own defined functionality.
0 commit comments