Skip to content

Commit 3ab152f

Browse files
committed
updated the menu
1 parent 24ae34b commit 3ab152f

32 files changed

+60
-54
lines changed

docs/api/apiaccess/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ cbapicategory:
7878
---
7979
# Direct API Access
8080

81+
## Overview
82+
83+
Codebolt provides a set of APIs that can be used by agents to interact with the Codebolt application. This allows to build agents that can interact with the Codebolt application. To start using the APIs from an agent, please refer to the Codebolt Agent documentation in the Developer Guide.
84+
8185
## API List
8286

8387
<CBAPICategory />

docs/api/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_label: API Overview
2+
sidebar_label: System Interfaces
33
sidebar_position: 1
44
---
55
# CodeboltAI System Interfaces

docs/agents/2_usingagents/5_runAgent.md renamed to docs/developer/agents/2_usingagents/5_runAgent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To use or run an agent, you’ll need to follow these steps:
1111

1212
* **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.
1313

14-
![selectAgent](../../../static/img/browseAgent.png)
14+
![selectAgent](/img/browseAgent.png)
1515

1616
**To use agent in chat, you can follow these steps:**
1717

@@ -23,6 +23,6 @@ In the chat interface, click on the `# symbol`. This will open list of all avail
2323

2424
* **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.
2525

26-
![runAgent2](../../../static/img/selectMarketplaceAgent.png)
26+
![runAgent2](/img/selectMarketplaceAgent.png)
2727

28-
![runAgent2](../../../static/img/SelectFormAgent.png)
28+
![runAgent2](/img/SelectFormAgent.png)

docs/agents/3_customagents/3_firstExtension.md renamed to docs/developer/agents/3_customagents/3_firstExtension.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ To begin creating a new agent:
2222
1. **Open Codebolt** and navigate to the chat interface.
2323
2. **Click on the "Create Agent" button** in the chat window. This option is typically found in the sidebar or main interface.
2424

25-
![In chat window click on create agent](../../../static/img/create-agent.png)
25+
![In chat window click on create agent](/img/create-agent.png)
2626

2727
### 2. Select Agent Type
2828

2929
Next, you'll need to choose the type of agent you want to create:
3030

3131
1. **Select "Custom Agent"** from the available options. This allows you to create an agent with your own defined functionality.
3232

33-
![Select custom agent](../../../static/img/custom-agent.png)
33+
![Select custom agent](/img/custom-agent.png)
3434

3535
### 3. Configure Your Agent
3636

@@ -39,15 +39,15 @@ Now it's time to set up the basic details for your agent:
3939
1. **Name Your Agent**: Enter a descriptive name that indicates the agent's purpose.
4040
2. **Add a Description**: Provide a brief description explaining what your agent does.
4141

42-
![Name and description for agent](../../../static/img/agent-name.png)
42+
![Name and description for agent](/img/agent-name.png)
4343

4444
### 4. Creation Confirmation
4545

4646
After configuring your agent, the system will create the necessary files and structure:
4747

4848
1. **Success Message**: You'll see a confirmation screen indicating that your agent has been successfully created.
4949

50-
![Success confirmation screen](../../../static/img/success.png)
50+
![Success confirmation screen](/img/success.png)
5151

5252
### 5. Explore Generated Code
5353

@@ -58,7 +58,7 @@ Codebolt will generate a starter code structure for your agent:
5858
- Configuration files
5959
- Dependencies and setup scripts
6060

61-
![Generated code structure](../../../static/img/code.png)
61+
![Generated code structure](/img/code.png)
6262

6363
### 6. Understanding the Agent Structure
6464

docs/agents/3_customagents/4_runExtension.md renamed to docs/developer/agents/3_customagents/4_runExtension.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ This guide will walk you through the process of running a local agent in Codebol
88
- Open Codebolt and locate the "Agent" section in the chat window
99
- Click on the "Agent" dropdown menu in the top bar
1010

11-
![Access Agent Menu](../../../static/img/browseAgent.png)
11+
![Access Agent Menu](/img/browseAgent.png)
1212

1313
### 2. Navigate to Local Agents
1414
- Click on "Browse agents" in the dropdown menu
1515
- Select "Local agent" from the available options
1616

17-
![Select Local Agent](../../../static/img/selectLocalAgent.png)
17+
![Select Local Agent](/img/selectLocalAgent.png)
1818

1919
### 3. Select Your Agent
2020
- Browse through the list of available local agents
2121
- Each agent will display its name and basic information
2222
- Click on the agent you want to activate
2323
- The selected agent will become your active assistant
2424

25-
![Select From Local Agents](../../../static/img/selectFormAllLocalAgent.png)
25+
![Select From Local Agents](/img/selectFormAllLocalAgent.png)
2626

2727
### 4. Debug Your Agent
2828
- All debug logs will be displayed in the debug window
2929
- Use these logs to troubleshoot any issues with your agent's performance
3030
- Monitor the execution of your agent's actions in real-time
3131

32-
![Debug Agent](../../../static/img/DebugAgent.png)
32+
![Debug Agent](/img/DebugAgent.png)
3333

3434
### 5. Interact with Your Agent
3535
- Once activated, you can communicate with your local agent directly in the chat window

0 commit comments

Comments
 (0)