| codebolt.fs | Read, write, edit files | | codebolt.git | Version control operations | | codebolt.browser | Web automation | | codebolt.terminal | Command execution | | codebolt.search | Code/file search (glob, grep, semantic) |
| codebolt.memory | Persistent data storage (JSON, markdown, episodic) | | codebolt.state | Agent and project state management | | codebolt.rag | RAG indexes and document retrieval | | codebolt.vector | Vector database operations | | codebolt.knowledge | Knowledge graph management |
| codebolt.orchestration | Tasks, agents, threads | | codebolt.agent | Agent lifecycle management | | codebolt.task | Task CRUD operations | | codebolt.job | Work items with dependencies | | codebolt.capability | Skills and powers |
Codebolt 에이전트가 Codebolt MCP(Model Context Protocol) API와 상호 작용하는 핵심 기술입니다. 에이전트가 파일 작업, Git, 브라우저 자동화, 터미널, 메모리, 오케스트레이션, 계획, 테스트, 협업 또는 Codebolt 플랫폼 기능을 위한 도구를 실행해야 할 때 사용합니다. codebolt.tools.executeTool(), 파일 시스템 작업, git 명령, 브라우저 제어, 에이전트 오케스트레이션, 작업 관리 또는 모든 MCP 네임스페이스 작업과 관련된 요청에서 트리거됩니다. 출처: codeboltai/codeboltjs.