Skip to content

Commit 4ed4f13

Browse files
committed
updated
1 parent 58fcbae commit 4ed4f13

File tree

5 files changed

+50
-18
lines changed

5 files changed

+50
-18
lines changed

.codebolt/projectState.json

+20-16
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@
5555
"type": "leaf",
5656
"data": {
5757
"views": [
58-
"Code"
58+
"Code",
59+
"246e4754-a47e-46e4-9d07-27afbcc05f9d"
5960
],
6061
"activeView": "Code",
6162
"id": "1"
6263
},
63-
"size": 768
64+
"size": 1151
6465
},
6566
{
6667
"type": "branch",
@@ -74,59 +75,62 @@
7475
"activeView": "Chat",
7576
"id": "2"
7677
},
77-
"size": 378
78+
"size": 575
7879
},
7980
{
8081
"type": "leaf",
8182
"data": {
8283
"views": [
83-
"Preview",
84-
"Terminal-1730781415539"
84+
"Preview"
8585
],
8686
"activeView": "Preview",
8787
"id": "3"
8888
},
89-
"size": 378
89+
"size": 181
9090
}
9191
],
92-
"size": 768
92+
"size": 381.796875
9393
}
9494
],
9595
"size": 756
9696
},
97-
"width": 1536,
97+
"width": 1532.796875,
9898
"height": 756,
9999
"orientation": "HORIZONTAL"
100100
},
101101
"panels": {
102102
"Code": {
103103
"id": "Code",
104104
"contentComponent": "Code",
105+
"tabComponent": "props.defaultTabComponent",
105106
"title": "Code",
106107
"renderer": "always"
107108
},
109+
"246e4754-a47e-46e4-9d07-27afbcc05f9d": {
110+
"id": "246e4754-a47e-46e4-9d07-27afbcc05f9d",
111+
"contentComponent": "Terminal",
112+
"tabComponent": "props.defaultTabComponent",
113+
"title": "Terminal",
114+
"renderer": "always"
115+
},
108116
"Chat": {
109117
"id": "Chat",
110118
"contentComponent": "Chat",
119+
"tabComponent": "props.defaultTabComponent",
111120
"title": "Chat",
112121
"renderer": "always"
113122
},
114123
"Preview": {
115124
"id": "Preview",
116125
"contentComponent": "Preview",
126+
"tabComponent": "props.defaultTabComponent",
117127
"title": "Preview",
118128
"renderer": "always"
119-
},
120-
"Terminal-1730781415539": {
121-
"id": "Terminal-1730781415539",
122-
"contentComponent": "Terminal",
123-
"title": "Terminal",
124-
"renderer": "always"
125129
}
126130
},
127-
"activeGroup": "3"
131+
"activeGroup": "1"
128132
},
129133
"pinnedAgent": [],
130134
"activeAgent": false,
131-
"treeViewState": "{\"tree-2\":{\"focusedItem\":null,\"expandedItems\":[\"root-1\",\"root-2\",\"root-3\",\"root-4\",\"root-5\",\"root-6\",\"root-7\",\"root-8\",\"root-9\",\"root-10\",\"root-11\",\"root-12\",\"root-13\",\"root-14\",\"root-15\",\"root-16\",\"root-17\",\"root-18\",\"root-19\"],\"selectedItems\":[]}}"
135+
"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\":[]}}"
132136
}

.codebolt/undefined.json

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"ports": [
3+
3000,
4+
3000,
5+
3000,
6+
3000,
7+
3000,
8+
3000,
9+
3000,
10+
3000,
11+
3000,
12+
3000,
13+
3000,
14+
3000,
315
3000,
416
3000,
517
3000,

docs/agents/1_agentIntroduction.md

-2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ Universal Agents are called whenever the user sends any chat in the editor or as
2525
### Action Agents
2626
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)
2727

28-
## Create your own Agents
29-
You can create your own Agents and use them in the editor. You can learn more about them at [Create your own Agents](./AgentTypes/UniversalAgents/createUniversalAgents.md)
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Action Agents
2+
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.
3+
4+
Action Agents are specialized tools or programs that are triggered whenever the user sends a request in the editor or performs an action that can be resolved by a specific agent. There are various agents available in the marketplace, each designed to cater to different types of tasks. You can install and select agents tailored to your specific needs, improving productivity and streamlining workflows.
5+
6+
If existing agents do not fully meet your requirements, you also have the flexibility to create custom agents for specialized tasks. These custom agents can be configured to handle unique workflows or specialized processes in ways that generic agents might not.
7+
8+
**Some trending agents in the marketplace include:**
9+
10+
* CodeBolt Dev: Ideal for development tasks, CodeBolt Dev assists with code generation, debugging, and refactoring.
11+
* CodeBolt Web Deployment: Facilitates smooth deployment of web applications by automating steps from build to release.
12+
* CodeBolt Aider: Offers additional help for troubleshooting and minor task automation, particularly useful for support functions.
13+
* CodeBolt Pilot: Acts as an all-in-one assistant for larger projects, handling multiple aspects of development, deployment, and optimization.
14+
15+
![actionAgent](../../../static/img/actionAgent.png)
16+
17+
## Create your own Agents
18+
You can create your own Agents and use them in the editor. You can learn more about them at [Create your own Agents](../2_firstExtension.md)

static/img/actionAgent.png

189 KB
Loading

0 commit comments

Comments
 (0)