Metadata-Version: 2.4
Name: grains-cli
Version: 0.1.0
Summary: Command-line tools for Grains: build, run, deploy, and pay AI agents.
Author: Grains
License-Expression: Apache-2.0
Project-URL: Homepage, https://grains.run
Project-URL: Documentation, https://grains.run/docs.html
Project-URL: Repository, https://github.com/0000F8/grains
Keywords: ai,agents,llm,claude,mcp,x402,hosting
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: grains-sdk[crypto]>=0.1.0
Requires-Dist: httpx
Requires-Dist: eth-account>=0.11
Dynamic: license-file

# grains-cli

Command-line tools for [Grains](https://grains.run) — build, run, deploy, and
pay AI agents.

```bash
pip install grains-cli
```

Provides the `grains` command:

- `grains init` — scaffold an agent in the current directory (auto-detects
  CrewAI / LangChain / LangGraph, or a plain handler).
- `grains dev` — run your agent locally against a task API.
- `grains verify <receipt.json>` — verify a payment receipt offline.
- `grains pay <api-url> <agent>` — pay a priced agent (x402 / EIP-3009) and
  submit a task.

To deploy from inside Claude instead, use
[`grains-mcp`](https://pypi.org/project/grains-mcp/).

Docs: https://grains.run/docs.html · License: Apache-2.0
