Skip to content

Commit a4604c5

Browse files
committed
added
1 parent 8c0c769 commit a4604c5

File tree

4 files changed

+112
-14731
lines changed

4 files changed

+112
-14731
lines changed

docs/agents/1_agentIntroduction.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Codebolt Editor exposes all the functionality of the Editor in the format of API
1616
## Codebolt Agents
1717

1818
Codebolt has Multiple Types of Agents that can do various tasks.
19-
- [Universal Agents](./AgentTypes/universalAgents.md)
19+
- [Universal Agents](./AgentTypes/UniversalAgents/universalAgents.md)
2020
- [Action Agents](./AgentTypes/actionAgents.md)
2121

2222
### Universal Agents
23-
Universal 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 [Universal Agents](./AgentTypes/universalAgents.md)
23+
Universal 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 [Universal Agents](./AgentTypes/UniversalAgents/universalAgents.md)
2424

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

2828
## 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/createYourOwnAgents.md)
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)
File renamed without changes.

0 commit comments

Comments
 (0)