Skip to content

Commit 52f4b91

Browse files
committed
updated the docs
1 parent ce93c11 commit 52f4b91

File tree

19 files changed

+326
-260
lines changed

19 files changed

+326
-260
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"label": "websocket",
2+
"label": "Api",
33
"position": 2.5,
44
"collapsible": true,
55
"collapsed": true,
66
"className": "red",
77
"link": {
88
"type": "doc",
9-
"id": "cb_index"
9+
"id": "api_index"
1010
}
1111
}

docs/api/api_index.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
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 />

docs/api/browser/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"label": "browser",
2+
"label": "Browser",
33
"position": 2.5,
44
"collapsible": true,
55
"collapsed": true,

docs/api/browser/cb_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# browser
1+
# Browser
2+
23
- [click](click.md) - Clicks on a specified element on the page.
34
- [close](close.md) - Closes the current page.
45
- [enter](enter.md) - Simulates the Enter key press on the current page.

docs/api/constructor/_category_.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/api/constructor/cb_index.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/api/start_browser/_category_.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/api/start_browser/cb_index.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/api/userMessageListener/_category_.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/api/userMessageListener/cb_index.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)