Skip to content

Commit 2824d94

Browse files
committed
Initial commit
1 parent 4ed4f13 commit 2824d94

File tree

3 files changed

+52
-5
lines changed

3 files changed

+52
-5
lines changed

.codebolt/projectState.json

+27-5
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"activeView": "Code",
6262
"id": "1"
6363
},
64-
"size": 1151
64+
"size": 822
6565
},
6666
{
6767
"type": "branch",
@@ -89,12 +89,12 @@
8989
"size": 181
9090
}
9191
],
92-
"size": 381.796875
92+
"size": 714
9393
}
9494
],
9595
"size": 756
9696
},
97-
"width": 1532.796875,
97+
"width": 1536,
9898
"height": 756,
9999
"orientation": "HORIZONTAL"
100100
},
@@ -128,9 +128,31 @@
128128
"renderer": "always"
129129
}
130130
},
131-
"activeGroup": "1"
131+
"activeGroup": "2"
132132
},
133-
"pinnedAgent": [],
133+
"pinnedAgent": [
134+
{
135+
"id": 1,
136+
"agentId": "6dd799b5-43c2-4c55-ba49-cae6cbac2498",
137+
"title": "CodeBolt Dev",
138+
"avatarSrc": "https://placehold.co/200x200",
139+
"avatarFallback": "CE",
140+
"description": "Codebolt Dev, is a highly skilled software developer with extensive knowledge in many programming languages, frameworks, design patterns, and best practices.",
141+
"longDescription": "A basic agent designed for the Codebolt platform, offering a range of\nfunctionalities to enhance interaction with the platform.\n",
142+
"zipFilePath": "https://storage.googleapis.com/codeboltai.appspot.com/agents/bvfiVEFStP.zip",
143+
"agentPath": "C:\\Users\\NURSID\\AppData\\Roaming\\codebolt\\.codebolt\\6dd799b5-43c2-4c55-ba49-cae6cbac2498",
144+
"isLocal": true,
145+
"tags": [
146+
"web",
147+
"code-generation"
148+
],
149+
"isInstalled": false,
150+
"version": "1.1.6",
151+
"createdAt": "2024-11-03T18:02:26.836Z",
152+
"needsUpdate": false,
153+
"currentPinned": false
154+
}
155+
],
134156
"activeAgent": false,
135157
"treeViewState": "{\"tree-2\":{\"focusedItem\":null,\"expandedItems\":[\"root-1\",\"root-2\",\"root-3\",\"root-4\",\"root-5\",\"root-6\",\"root-7\",\"root-9\",\"root-10\",\"root-11\",\"root-12\",\"root-13\",\"root-14\",\"root-15\",\"root-18\",\"root-19\",\"root-20\",\"root-16-1\",\"root-16-3\",\"root-8\",\"root-8-2\",\"root-8-2-5\"],\"selectedItems\":[]}}"
136158
}

docs/agents/4_runAgent.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Run Agents
2+
To use or run an agent, you’ll need to follow these steps:
3+
4+
* **Install an Agent**: Go to the marketplace and browse the available agents. Once you’ve found the agent you want to use, install it. Installation will add the agent to your Installed agents, making it available for activation.
5+
6+
* **View Installed Agents**: After installation, you can view all the agents in your Installed Agents. This allows you to manage which agents are currently installed and ready for use.
7+
8+
* **Select an Agent**: Only one agent can be active at a time, so choose the one best suited to your current task. Selecting an agent will activate it, meaning it will respond to relevant commands or actions you initiate in the editor.
9+
10+
* **Run the Agent**: Once an agent is selected, it will automatically activate in response to specific commands or tasks related to its function. For example, if you’re using CodeBolt Dev, you can can put your prompts in the chat, and the agent will respond with suggestions, error checks, or refactoring options.
11+
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.
13+
14+
![selectAgent](../../static/img/selectAgent.png)
15+
16+
**To use a manual agent in chat, you can follow these steps:**
17+
18+
Open the Agent Menu: In the chat interface, click on the # symbol. This will open a list of all available agents.
19+
20+
* Select an Agent: From the list, choose the agent that fits your task or query. For example, if you’re working on deployment, you might select CodeBolt Web Deployment.
21+
22+
* Interact with the Agent: Once selected, you can start typing your query or command directly in the chat. The agent will process your request and respond based on its functionality.
23+
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.
25+

static/img/selectAgent.png

182 KB
Loading

0 commit comments

Comments
 (0)