Skip to content

Commit 7d8d3ce

Browse files
committed
updated agents creating and local run agent
1 parent aa5c420 commit 7d8d3ce

File tree

4 files changed

+18
-13
lines changed

4 files changed

+18
-13
lines changed

Diff for: docs/agents/2_firstExtension.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ Follow the steps below to create a new agent using Codebolt.
99
- **Option 1: Use Agent Template**
1010
Open Codebolt Application. Create Project In Workspace > Select Agent Template > Create Project
1111
![create agent](../../static/img/createAgent.png)
12-
12+
13+
- *Navigate to the .codeboltAgents directory.*
14+
```bash
15+
cd .codeboltAgents
16+
17+
```
18+
1319
- **Option 2: Use Npx Command**
1420
Open your terminal in the directory where you want the agent to be created and run the following command:
1521
```bash
1622
npx create-codebolt-agent your-agent-name
1723
```
1824

19-
Open your terminal in the directory where you want the agent to be created and run the following command:
20-
21-
```bash
22-
npx create-codebolt-agent your-agent-name
23-
```
24-
2525
![create agent](../../static/img/agent-create.png)
2626

2727
### Step 2: Fill in the Required Information

Diff for: docs/agents/4_runExtension.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@
55

66
Follow the steps below to run a new agent locally Codebolt.
77

8-
### Step 1: Click On marketplace icon in buttom bar
8+
### Click On Agent: auto chat header
99

10-
### Step 2: Click On My Agents
11-
![install agent](../../static/img/installAgent.png)
12-
- **Click on "Add Agent"**
13-
- **Choose the folder containing the agent**
14-
- **The agent will be set up on your local machine**
10+
![install agent](../../static/img/localAgent.png)
11+
12+
13+
- *After clicking on Agent: auto, a popup will appear*
14+
15+
- *The popup will have 3 categories: Installed, MarketPlace, and Local*
16+
17+
- *Click on the Local category*
18+
19+
- *Select your desired local agent*
1520

Diff for: static/img/agent-create.png

26.2 KB
Loading

Diff for: static/img/localAgent.png

82.2 KB
Loading

0 commit comments

Comments
 (0)