Give AI agents the ability to use cryptocurrency
npm install @agenti/sdk @pump-fun/pump-sdk @pump-fun/pump-swap-sdk @pump-fun/agent-payments-sdkClone the repository and run its checks to confirm everything works on your machine:
git clone https://github.com/nirholas/agenti.git
cd agentiAvailable commands:
| Command | Runs |
|---|---|
npm run build |
pnpm -r build |
npm run dev |
pnpm -r --parallel dev |
npm run test |
pnpm -r test |
npm run typecheck |
pnpm -r typecheck |
- Examples shows runnable snippets.
- The README is the complete reference.
- Found a problem? Open an issue.