You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/api_index.md
+20-20
Original file line number
Diff line number
Diff line change
@@ -4,64 +4,64 @@ cbapicategory:
4
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
7
+
link: /docs/api/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
10
+
link: /docs/api/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
13
+
link: /docs/api/codeparsers
14
14
description: This is a module that parses the code and returns the code tree.
15
15
- name: CodeUtils
16
-
link: codeutils
16
+
link: /docs/api/codeutils
17
17
description: This is a module that provides various utilities for parsing and manipulating code.
18
18
- name: Crawler
19
-
link: crawler
19
+
link: /docs/api/crawler
20
20
description: This is a module that crawls the web and returns the crawled data.
21
21
- name: DbMemory
22
-
link: dbmemory
22
+
link: /docs/api/dbmemory
23
23
description: This is a module that provides memory based database functionalities.
24
24
- name: Debug
25
-
link: debug
25
+
link: /docs/api/debug
26
26
description: This is a module that provides various debug functionalities.
27
27
- name: DocUtils
28
-
link: docutils
28
+
link: /docs/api/docutils
29
29
description: This is a module that provides various utilities for parsing and manipulating markdown.
30
30
- name: Fs
31
-
link: fs
31
+
link: /docs/api/fs
32
32
description: This is a module that provides various file system functionalities.
33
33
- name: Git
34
-
link: git
34
+
link: /docs/api/git
35
35
description: This is a module that provides various git functionalities.
36
36
- name: Knowledge
37
-
link: knowledge
37
+
link: /docs/api/knowledge
38
38
description: This is a module that provides various knowledge related functionalities.
39
39
- name: LLM
40
-
link: llm
40
+
link: /docs/api/llm
41
41
description: This is a module that provides various LLM related functionalities.
42
42
- name: OutputParsers
43
-
link: outputparsers
43
+
link: /docs/api/outputparsers
44
44
description: This is a module that parses the output and returns the output tree.
45
45
- name: Project
46
-
link: project
46
+
link: /docs/api/project
47
47
description: This is a module that provides various project related functionalities.
48
48
- name: Rag
49
-
link: rag
49
+
link: /docs/api/rag
50
50
description: This is a module that provides various RAG related functionalities.
51
51
- name: Search
52
-
link: search
52
+
link: /docs/api/search
53
53
description: This is a module that provides various search related functionalities.
54
54
- name: TaskPlanner
55
-
link: taskplaner
55
+
link: /docs/api/taskplaner
56
56
description: This is a module that provides various task planner related functionalities.
57
57
- name: Terminal
58
-
link: terminal
58
+
link: /docs/api/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
61
+
link: /docs/api/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
64
+
link: /docs/api/vectordb
65
65
description: Provides Vector DB related Functionalities for Storing and Managing of Vector Embedding
0 commit comments