|
| 1 | +--- |
| 2 | +cbapicategory: |
| 3 | + - name: Browser |
| 4 | + link: browser/cb_index |
| 5 | + description: The browser module provides functions for interacting with the browser. |
| 6 | + - name: Cbstate |
| 7 | + link: cbstate/cb_index |
| 8 | + description: This is a state module that gives the current state. The state is being continuously updated by the application based on various actions. |
| 9 | + - name: Chat |
| 10 | + link: chat/cb_index |
| 11 | + description: This has various chat related functionalities where the agent can send chat to user and get the user response |
| 12 | + - name: CodeParsers |
| 13 | + link: codeparsers/cb_index |
| 14 | + description: This is a module that parses the code and returns the code tree. |
| 15 | + - name: CodeUtils |
| 16 | + link: codeutils/cb_index |
| 17 | + description: This is a module that provides various utilities for parsing and manipulating code. |
| 18 | + - name: Crawler |
| 19 | + link: crawler/cb_index |
| 20 | + description: This is a module that crawls the web and returns the crawled data. |
| 21 | + - name: DbMemory |
| 22 | + link: dbmemory/cb_index |
| 23 | + description: This is a module that provides memory based database functionalities. |
| 24 | + - name: Debug |
| 25 | + link: debug/cb_index |
| 26 | + description: This is a module that provides various debug functionalities. |
| 27 | + - name: DocUtils |
| 28 | + link: docutils/cb_index |
| 29 | + description: This is a module that provides various utilities for parsing and manipulating markdown. |
| 30 | + - name: Fs |
| 31 | + link: fs/cb_index |
| 32 | + description: This is a module that provides various file system functionalities. |
| 33 | + - name: Git |
| 34 | + link: git/cb_index |
| 35 | + description: This is a module that provides various git functionalities. |
| 36 | + - name: Knowledge |
| 37 | + link: knowledge/cb_index |
| 38 | + description: This is a module that provides various knowledge related functionalities. |
| 39 | + - name: LLM |
| 40 | + link: llm/cb_index |
| 41 | + description: This is a module that provides various LLM related functionalities. |
| 42 | + - name: OutputParsers |
| 43 | + link: outputparsers/cb_index |
| 44 | + description: This is a module that parses the output and returns the output tree. |
| 45 | + - name: Project |
| 46 | + link: project/cb_index |
| 47 | + description: This is a module that provides various project related functionalities. |
| 48 | + - name: Rag |
| 49 | + link: rag/cb_index |
| 50 | + description: This is a module that provides various RAG related functionalities. |
| 51 | + - name: Search |
| 52 | + link: search/cb_index |
| 53 | + description: This is a module that provides various search related functionalities. |
| 54 | + - name: TaskPlanner |
| 55 | + link: taskplaner/cb_index |
| 56 | + description: This is a module that provides various task planner related functionalities. |
| 57 | + - name: Terminal |
| 58 | + link: terminal/cb_index |
| 59 | + description: Handle Terminal Related Functionalities like Running Commands and Getting Output. Supports handling multiple terminals and long running code executions like Servers. |
| 60 | + - name: Tokenizer |
| 61 | + link: tokenizer/cb_index |
| 62 | + description: Tokenization related Functionalities are provided so that the code can be tokenized and the tokens can be used to perform and measure various operations. |
| 63 | + - name: VectorDB |
| 64 | + link: vectordb/cb_index |
| 65 | + description: Provides Vector DB related Functionalities for Storing and Managing of Vector Embedding |
| 66 | + |
| 67 | +--- |
| 68 | +# Codebolt AI Agent Framework API |
| 69 | + |
| 70 | +## Overview |
| 71 | + |
| 72 | +<CBAPICategory /> |
0 commit comments