File tree Expand file tree Collapse file tree 1 file changed +26
-25
lines changed Expand file tree Collapse file tree 1 file changed +26
-25
lines changed Original file line number Diff line number Diff line change 1
- /**
2
- * # Codebolt Agent Library
3
- *
4
- * This library provides a set of tools and utilities for creating Codebolt agents, enabling seamless integration with the Codebolt platform.
5
- *
6
- * ## Features
7
- * - Create and manage Codebolt agents
8
- * - Interact with the Codebolt platform
9
- * - Utilize Codebolt's powerful API
10
- *
11
- * ## Installation
12
- *
13
- * ``` bash
14
- * npm install @codebolt/codeboltjs
15
- * ` ` `
16
- *
17
- * # # Usage
18
- *
19
- * ` ` ` javascript
20
- * const codebolt = require(' @codebolt/codeboltjs' );
21
- *
22
- * // Your code here
23
- * ` ` `
24
- *
25
- * /
1
+ # Codebolt Agent Library
2
+
3
+ This library provides a set of tools and utilities for creating Codebolt agents, enabling seamless integration with the Codebolt platform.
4
+
5
+ ## Features
6
+ - Create and manage Codebolt agents
7
+ - Interact with the Codebolt platform
8
+ - Utilize Codebolt's powerful API
9
+
10
+ ## Installation
11
+
12
+ ``` bash
13
+ npm install @codebolt/codeboltjs
14
+ ```
15
+
16
+ ## Usage
17
+
18
+ ``` javascript
19
+ const codebolt = require (' @codebolt/codeboltjs' );
20
+
21
+ // Your code here
22
+ ```
23
+
24
+ ## Documentation
25
+
26
+ For More Documentation visit [ Codebolt's Documentation] ( https://docs.codebolt.ai )
26
27
You can’t perform that action at this time.
0 commit comments