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