-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Feature requests:
Many AIs good at different things, for instance Gemini models are great at image analysis and Codex models are great at long horizon tasks. Adding the other CLIs would be nice.
Claude Code and these harnesses can also do a lot of agentic tasks beyond code, like edit blender or use playwright to interact with websites. This product could become a harness for local agent orchestrator but with different model + config pairs.
Instead of paying for an API, I already pay for the Google Pro AI subscription and have a task that run at intervals, which is perfect for Google's reset limits. I could imagine scaling it further by having a minimax agent more cheaply do interactions to obtain the image and then processing it with the more expensive Gemini, with harness + config + tools handing things off to each other locally. To make it mini agent fleet locally it would need:
- To add Gemini CLI
- Add Cron jobs that can call a specific config
- Enable one config to call another config programmatically
- Multiple threads run simultaneously with maybe an easy status view
Happy to have a look myself sometime next week