File tree 28 files changed +92
-95
lines changed
28 files changed +92
-95
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : click
4
- link : click.md
4
+ link : click
5
5
description : Clicks on a specified element on the page.
6
6
- name : close
7
- link : close.md
7
+ link : close
8
8
description : Closes the current page.
9
9
- name : enter
10
- link : enter.md
10
+ link : enter
11
11
description : Simulates the Enter key press on the current page.
12
12
- name : extractText
13
- link : extractText.md
13
+ link : extractText
14
14
description : Extracts text from the current page.
15
15
- name : getContent
16
- link : getContent.md
16
+ link : getContent
17
17
description : Retrieves the content of the current page.
18
18
- name : getHTML
19
- link : getHTML.md
19
+ link : getHTML
20
20
description : Retrieves the HTML content of the current page.
21
21
- name : getMarkdown
22
- link : getMarkdown.md
22
+ link : getMarkdown
23
23
description : Retrieves the Markdown content of the current page.
24
24
- name : getPDF
25
- link : getPDF.md
25
+ link : getPDF
26
26
description : Retrieves the PDF content of the current page.
27
27
- name : getUrl
28
- link : getUrl.md
28
+ link : getUrl
29
29
description : Retrieves the current URL of the browser's active page.
30
30
- name : goToPage
31
- link : goToPage.md
31
+ link : goToPage
32
32
description : Navigates to a specified URL.
33
33
- name : newPage
34
- link : newPage.md
34
+ link : newPage
35
35
description : Opens a new page in the browser.
36
36
- name : pdfToText
37
- link : pdfToText.md
37
+ link : pdfToText
38
38
description : Converts the PDF content of the current page to text.
39
39
- name : screenshot
40
- link : screenshot.md
40
+ link : screenshot
41
41
description : Takes a screenshot of the current page.
42
42
- name : scroll
43
- link : scroll.md
43
+ link : scroll
44
44
description : Scrolls the current page in a specified direction by a specified number of pixels.
45
45
- name : search
46
- link : search.md
46
+ link : search
47
47
description : Performs a search on the current page using a specified query.
48
48
- name : type
49
- link : type.md
49
+ link : type
50
50
description : Types text into a specified element on the page.
51
51
---
52
52
# browser
Original file line number Diff line number Diff line change 1
1
{
2
- "label" : " cbstate " ,
2
+ "label" : " Cbstate " ,
3
3
"position" : 2.5 ,
4
4
"collapsible" : true ,
5
5
"collapsed" : true ,
Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : getApplicationState
4
- link : getApplicationState.md
4
+ link : getApplicationState
5
5
description :
6
6
---
7
7
# cbstate
Original file line number Diff line number Diff line change 1
1
{
2
- "label" : " chat " ,
2
+ "label" : " Chat " ,
3
3
"position" : 2.5 ,
4
4
"collapsible" : true ,
5
5
"collapsed" : true ,
Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : eventEmitter
4
- link : eventEmitter.md
4
+ link : eventEmitter
5
5
description :
6
6
- name : stopProcess
7
- link : stopProcess.md
7
+ link : stopProcess
8
8
description :
9
9
- name : getChatHistory
10
- link : getChatHistory.md
10
+ link : getChatHistory
11
11
description :
12
12
- name : processStarted
13
- link : processStarted.md
13
+ link : processStarted
14
14
description :
15
15
- name : sendMessage
16
- link : sendMessage.md
16
+ link : sendMessage
17
17
description :
18
18
- name : waitforReply
19
- link : waitforReply.md
19
+ link : waitforReply
20
20
description :
21
21
---
22
22
# chat
Original file line number Diff line number Diff line change 1
1
{
2
- "label" : " codeparsers " ,
2
+ "label" : " Codeparsers " ,
3
3
"position" : 2.5 ,
4
4
"collapsible" : true ,
5
5
"collapsed" : true ,
Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : getAstTreeInFile
4
- link : getAstTreeInFile.md
4
+ link : getAstTreeInFile
5
5
description : Generates an Abstract Syntax Tree (AST) for a given file.
6
6
- name : getClassesInFile
7
- link : getClassesInFile.md
7
+ link : getClassesInFile
8
8
description : Retrieves the classes in a given file.
9
9
- name : getFunctionsinClass
10
- link : getFunctionsinClass.md
10
+ link : getFunctionsinClass
11
11
description : Retrieves the functions in a given class within a file.
12
12
---
13
13
# codeparsers
Original file line number Diff line number Diff line change 1
1
{
2
- "label" : " codeutils " ,
2
+ "label" : " Codeutils " ,
3
3
"position" : 2.5 ,
4
4
"collapsible" : true ,
5
5
"collapsed" : true ,
Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : getAllFilesAsMarkDown
4
- link : getAllFilesAsMarkDown.md
4
+ link : getAllFilesAsMarkDown
5
5
description :
6
6
- name : getCodeTree
7
- link : getCodeTree.md
7
+ link : getCodeTree
8
8
description : Asynchronously generates a code tree from the provided source code.
9
9
---
10
10
# codeutils
Original file line number Diff line number Diff line change 1
1
{
2
- "label" : " crawler " ,
2
+ "label" : " Crawler " ,
3
3
"position" : 2.5 ,
4
4
"collapsible" : true ,
5
5
"collapsed" : true ,
Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : click
4
- link : click.md
4
+ link : click
5
5
description : Simulates a click event on an element with the specified ID.
6
6
- name : crawl
7
- link : crawl.md
7
+ link : crawl
8
8
description : Initiates a crawl process.
9
9
- name : enter
10
- link : enter.md
10
+ link : enter
11
11
description : Simulates the Enter key press using the crawler.
12
12
- name : goToPage
13
- link : goToPage.md
13
+ link : goToPage
14
14
description : Directs the crawler to navigate to a specified URL.
15
15
- name : screenshot
16
- link : screenshot.md
16
+ link : screenshot
17
17
description : Takes a screenshot using the crawler.
18
18
- name : scroll
19
- link : scroll.md
19
+ link : scroll
20
20
description : Scrolls the crawler in a specified direction.
21
21
- name : start
22
- link : start.md
22
+ link : start
23
23
description : Starts the crawler.
24
24
- name : type
25
- link : type.md
25
+ link : type
26
26
description : Types the provided text into an element with the specified ID.
27
27
---
28
28
# crawler
Original file line number Diff line number Diff line change 1
1
{
2
- "label" : " dbmemory " ,
2
+ "label" : " DBmemory " ,
3
3
"position" : 2.5 ,
4
4
"collapsible" : true ,
5
5
"collapsed" : true ,
Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : addKnowledge
4
- link : addKnowledge.md
4
+ link : addKnowledge
5
5
description : Adds a key-value pair to the in-memory database.
6
6
- name : getKnowledge
7
- link : getKnowledge.md
7
+ link : getKnowledge
8
8
description : Retrieves a value from the in-memory database by key.
9
9
---
10
10
# dbmemory
Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : debug
4
- link : debug.md
4
+ link : debug
5
5
description :
6
6
- name : openDebugBrowser
7
- link : openDebugBrowser.md
7
+ link : openDebugBrowser
8
8
description :
9
9
---
10
10
# debug
Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : pdf_to_text
4
- link : pdf_to_text.md
4
+ link : pdf_to_text
5
5
description : Converts a PDF document to text.
6
6
---
7
7
# docutils
Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : createFile
4
- link : createFile.md
4
+ link : createFile
5
5
description :
6
6
- name : createFolder
7
- link : createFolder.md
7
+ link : createFolder
8
8
description :
9
9
- name : deleteFile
10
- link : deleteFile.md
10
+ link : deleteFile
11
11
description :
12
12
- name : deleteFolder
13
- link : deleteFolder.md
13
+ link : deleteFolder
14
14
description :
15
15
- name : listFile
16
- link : listFile.md
16
+ link : listFile
17
17
description :
18
18
- name : readFile
19
- link : readFile.md
19
+ link : readFile
20
20
description :
21
21
- name : updateFile
22
- link : updateFile.md
22
+ link : updateFile
23
23
description :
24
24
---
25
25
# fs
Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : add
4
- link : add.md
4
+ link : add
5
5
description : Adds changes in the local repository to the staging area at the given path.
6
6
- name : branch
7
- link : branch.md
7
+ link : branch
8
8
description : Creates a new branch in the local repository at the given path.
9
9
- name : checkout
10
- link : checkout.md
10
+ link : checkout
11
11
description : Checks out a branch or commit in the local repository at the given path.
12
12
- name : clone
13
- link : clone.md
13
+ link : clone
14
14
description : Clones a Git repository from the given URL to the specified path.
15
15
- name : commit
16
- link : commit.md
16
+ link : commit
17
17
description : Commits the staged changes in the local repository with the given commit message.
18
18
- name : diff
19
- link : diff.md
19
+ link : diff
20
20
description : Retrieves the diff of changes for a specific commit in the local repository.
21
21
- name : init
22
- link : init.md
22
+ link : init
23
23
description : Initializes a new Git repository at the given path.
24
24
- name : logs
25
- link : logs.md
25
+ link : logs
26
26
description : Retrieves the commit logs for the local repository at the given path.
27
27
- name : pull
28
- link : pull.md
28
+ link : pull
29
29
description : Pulls the latest changes from the remote repository to the local repository at the given path.
30
30
- name : push
31
- link : push.md
31
+ link : push
32
32
description : Pushes local repository changes to the remote repository at the given path.
33
33
- name : status
34
- link : status.md
34
+ link : status
35
35
description : Retrieves the status of the local repository at the given path.
36
36
---
37
37
# git
Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : inference
4
- link : inference.md
4
+ link : inference
5
5
description : Sends an inference request to the LLM and returns the model's response.
6
6
The model is selected based on the provided
7
7
---
Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : init
4
- link : init.md
4
+ link : init
5
5
description : Initializes the output parser module.
6
6
Currently, this function does not perform any operations.
7
7
- name : parseErrors
8
- link : parseErrors.md
8
+ link : parseErrors
9
9
description : Parses the given output and returns all the error messages.
10
10
- name : parseWarnings
11
- link : parseWarnings.md
11
+ link : parseWarnings
12
12
description : Parses the given output and returns all the warning messages.
13
13
---
14
14
# outputparsers
Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : getProjectPath
4
- link : getProjectPath.md
4
+ link : getProjectPath
5
5
description : Retrieves the path of the current project.
6
6
- name : getProjectSettings
7
- link : getProjectSettings.md
7
+ link : getProjectSettings
8
8
description : Placeholder for a method to get project settings.
9
9
Currently, this method does not perform any operations.
10
10
---
Original file line number Diff line number Diff line change 1
1
---
2
2
cbapicategory :
3
3
- name : add_file
4
- link : add_file.md
4
+ link : add_file
5
5
description : Adds a file to the CodeBolt File System.
6
6
- name : init
7
- link : init.md
7
+ link : init
8
8
description : Initializes the CodeBolt File System Module.
9
9
- name : retrieve_related_knowledge
10
- link : retrieve_related_knowledge.md
10
+ link : retrieve_related_knowledge
11
11
description : Retrieves related knowledge for a given query and filename.
12
12
---
13
13
# rag
You can’t perform that action at this time.
0 commit comments