Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aagent.js-lib

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aagent.js-lib - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc