An open API service indexing awesome lists of open source software.

https://github.com/0xpolygon/polygon-agent-cli

Infrastructure for building agents on Polygon
https://github.com/0xpolygon/polygon-agent-cli

Last synced: about 2 months ago
JSON representation

Infrastructure for building agents on Polygon

Awesome Lists containing this project

README

          

# Polygon Agent CLI


Polygon Agent CLI

Monorepo for the Polygon Agent CLI — everything AI agents need to operate onchain.

## Polygon Agent CLI

You're probably looking for the CLI. Head to the package for full documentation:

**[`packages/polygon-agent-cli/`](packages/polygon-agent-cli/)** — `@polygonlabs/agent-cli` on npm

Install on your agent:

```bash
npx skills add https://github.com/0xPolygon/polygon-agent-cli
```

Or install the CLI directly:

```bash
npx @polygonlabs/agent-cli --help
```

## Other Packages

This repository also contains supporting packages:

- **[`packages/connector-ui/`](packages/connector-ui/)** — React app that bridges wallet session approval between the browser and the CLI

## Development

```bash
pnpm install
pnpm polygon-agent --help
```

Requirements: Node.js 20+, pnpm

## License

MIT