General Agent Index and library of specialized AI agents for general use, DeFi, portfolio management, yield optimization, trading, and blockchain automation. Supports linting, automated translation, and CI auto-build for seamless plugin discovery via index.json. Github Pages compatible.
npm install @nirholas/ai-agents-library
Clone the repository and run its checks to confirm everything works on your machine:
git clone https://github.com/nirholas/defi-agents.git
cd defi-agents
Available commands:
| Command | Runs |
|---|---|
npm run build |
bun scripts/commands/build.ts |
npm run lint |
eslint "scripts/**/*.ts" --fix |
npm run test |
bun scripts/commands/test.ts |