aagent.js-lib
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "aagent.js-lib", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "It is library to work with Autonomous Agents on Obyte", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
### What's it? | ||
It is [CLI](https://github.com/olabs-org/aagent.js) and library to work with Autonomous Agents on Obyte | ||
### Quick start | ||
You can create a new project using [CLI](https://github.com/olabs-org/aagent.js) | ||
```bash | ||
npm i -g aagent.js | ||
aagent init folder | ||
``` | ||
Or add to an existing project | ||
```bash | ||
yarn add aagent.js-lib | ||
``` | ||
```javascript | ||
require('headless-obyte'); | ||
const eventBus = require('ocore/event_bus'); | ||
const { AA, AAs } = require('aagent.js-lib'); | ||
``` | ||
## Library | ||
@@ -5,0 +21,0 @@ ### AA |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10427
191