A collection of Warden Community Agents and Tools built with TypeScript or Python.
💫 The Agent Builder Incentive Programme is live! Register now and get paid for building agents! Up to $10,000 in incentives for each agent in the Top 10 in the first month.
All documentation can be found in the docs/ directory.
If you get stuck or you need to get in touch, join the #developers channel on our Discord server.
Each agent in the agents/ directory is completely self-sufficient and comes with its own:
- Dependencies and devDependencies
- Configuration files
- Build scripts
- Tests (excluding starter templates)
- langgraph-quick-start: LangGraph starter template in TypeScript (easiest)
- langgraph-quick-start-py: LangGraph starter template in Python (easiest)
- weather-agent: Beginner-friendly weather agent (less complex) <- recommended for new agent developers
- coingecko-agent: CoinGecko agent for cryptocurrency data analysis (more complex)
- portfolio-agent: Portfolio agent for cryptocurrency wallet performance analysis (more complex)
Awesome agents and tools built by the community! Add yours by submitting a PR to this README file.
Format: [Project Name](link): Short agent description
- Your Agent: Description of what your agent does
- Your Tool: Description of what your tool does