Metadata-Version: 2.4
Name: agentwallet-ai-sdk
Version: 0.1.0
Summary: Non-custodial wallet SDK for autonomous AI agents. On-chain spend limits, x402 payments, multi-chain support.
Author-email: AI Agent Economy <max@ai-agent-economy.com>
License: MIT
Project-URL: Homepage, https://ai-agent-economy.com
Project-URL: Repository, https://github.com/up2itnow0822/agent-wallet-sdk
Project-URL: Documentation, https://www.npmjs.com/package/agentwallet-sdk
Keywords: agent,wallet,ai,x402,non-custodial,blockchain,solana,ethereum
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# agentwallet-sdk

Non-custodial wallet infrastructure for autonomous AI agents.

## Features

- **Non-custodial**: Agent signs locally, you hold the keys
- **On-chain spend limits**: Per-transaction and daily caps enforced by smart contract
- **x402 payments**: Native HTTP 402 payment protocol support
- **Multi-chain**: Base, Arbitrum, Optimism (Solana coming soon)
- **Cross-chain transfers**: CCTP V2 bridge support
- **Token swaps**: Uniswap V3 integration

## Current Status

The primary SDK is TypeScript, available on npm:

```bash
npm install agentwallet-sdk
```

Python SDK is in development. This package is a namespace reservation — the full Python SDK will ship here.

## Links

- **npm (TypeScript)**: https://www.npmjs.com/package/agentwallet-sdk
- **GitHub**: https://github.com/up2itnow0822/agent-wallet-sdk
- **Website**: https://ai-agent-economy.com

## License

MIT
