Claude Code plugin delegates work to Gemini through AGY
A Claude Code plugin connects with AGY so work can be delegated to Gemini models. It also works around limits in the standard AGY CLI.
The plugin adds a way to choose which model to use and supports multi-agent execution, even though those options are not available as normal AGY CLI flags. The code is available on GitHub, and a YouTube demo is also provided.
Key points
- The plugin is built for Claude Code.
- It integrates with AGY to send work to Gemini models.
- It works around missing AGY CLI flags for model choice.
- It supports multi-agent execution.
- GitHub code and a YouTube demo are available.
Quick term guide
- Claude Code plugin
- A Claude Code plugin is an add-on that extends what Claude Code can do.
- Gemini models
- Google's family of AI models.
- multi-agent execution
- A setup where several AI workers handle tasks together or in steps.
- multi-agent
- A setup where several AI agents each handle a different subtask and work together to complete a larger goal.
- agent execution
- The step-by-step work an AI agent does to complete a goal.
- delegated tasks
- Work that one AI agent passes off to another AI to handle on its behalf
- reliability
- How consistently a tool works without failing or behaving unexpectedly.
- maintenance
- The ongoing work of fixing, updating, and supporting something after it is built.