Skip to content

Commit 8569b5d

Browse files
committed
updated Readme
1 parent 1b47c4e commit 8569b5d

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

Readme.md

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
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)
2627

0 commit comments

Comments
 (0)