Agent with access to the Aave platform, capable of providing information on pools, strategies, rates, and more. It can send transactions on your behalf, facilitate borrowing and lending, and offer insights into your positions, portfolio, and current strategy recommendations.
Bitte Aave Agent is a tool that interacts with the Aave protocol.
Built using Next.js 14 + Shadcn/ui + Hono + Zod + Swagger UI.
- Has access to aave platform, can give you info:
- can offer insights into pools, strategies, rates, and more
- Has access to your aave account, can do actions on your behalf:
- can offer insights into your positions, portfolio, and current strategy recommendations
- can facilitate borrowing and lending
Bitte Aave Agent facilitates the development of AI-powered tools for evaluating aave account. The template supports creating, managing, and deploying aave functionalities, starting with pool/strategies/rates/ etc.
https://bitte-aave-agent.vercel.app
- /api/aave/pools
- /api/aave/daily-volume-24h
- /api/aave/rates-history
Make LLM requests to the endpoints above. Refer to the full API documentation for detailed parameter and response information.
Set NEAR_ENV="mainnet"
in your .env.local
file.
# install dependencies
pnpm i
# start the development server
pnpm dev:next
# start the agent development server
pnpm dev:agent
Check out Next.js deployment documentation for details on (re-)deploying on Vercel.
NOTE: Only run this once, when creating a new agent.
make-agent register -u https://bitte-aave-agent.vercel.app
make-agent deploy -u https://bitte-aave-agent.vercel.app
- Errors starting the Next.js development server:
- Use ai to troubleshoot the error message
- Errors starting the agent development server:
- Try again in 24 hours
- Unexpected response from the agent:
- Check response from https://localhost:3000/.well-known/ai-plugin.json
- Check response from your plugin API endpoints
- Check the tunneling service url
- Error deploying the agent:
- Check validity of https://bitte-aave-agent.vercel.app/.well-known/ai-plugin.json openapi schema