Skip to content

Commit b2051a5

Browse files
committed
updated
1 parent 71144ef commit b2051a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/developer/agents/agentIntroduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Codebolt agents are intelligent AI assistants that leverage Codebolt's APIs to i
1515

1616
## What is it different?
1717

18-
Codebolt agents are fundamentally different from other agents like in cursors or trae. Other code editors provide you with an option to create a custom code agent only by changing the core prompt or by selecting the available tools. On the contrary, a code bolt agent provides you with actual editor APIs for you or the AI to interact with the editor. Code bolt agents are code based agents where you can write custom codes which might include any process, any workflows along with agentic AI logics. While we also support a very simple cursor style agent creation called as [remix agents](/docs/developer/agents/remixAgents) but the real power of code bolt comes with custom code-based agents.
18+
Codebolt agents are fundamentally different from other agents like in cursors or trae. Other code editors provide you with an option to create a custom code agent only by changing the core prompt or by selecting the available tools. On the contrary, a code bolt agent provides you with actual editor APIs for you or the AI to interact with the editor. Code bolt agents are code based agents where you can write custom codes which might include any process, any workflows along with agentic AI logics. While we also support a very simple cursor style agent creation called as [remix agents](/docs/developer/agents/remixagents/aboutremixagents) but the real power of code bolt comes with custom code-based agents.
1919

2020
## How Agents Work
2121

docs/developer/cli/tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Codebolt Tools are MCP-compatible utilities that:
1616
- **Support Parameters**: Accept configuration and runtime parameters
1717
- **Are Testable**: Can be debugged and tested independently
1818

19-
For detailed information about tool architecture and development concepts, see the [Tools Documentation](../tools/).
19+
For detailed information about tool architecture and development concepts, see the [Tools Documentation](../tools/overview).
2020

2121
## CLI Commands for Tools
2222

@@ -322,7 +322,7 @@ codebolt-cli runtool query ./.codeboltAgents/tools/database-tool/index.js
322322

323323
## Next Steps
324324

325-
- [Learn about detailed tool development](../tools/)
325+
- [Learn about detailed tool development](../tools/overview)
326326
- [Explore MCP protocol documentation](https://modelcontextprotocol.io/)
327327
- [See agent integration examples](./agents.md)
328328
- [Review complete command reference](./commands.md)

0 commit comments

Comments
 (0)