Skip to content

Add Gemini CLI and Codex + Go Full Orchestrator #8

@orenbahari

Description

@orenbahari

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:

  1. To add Gemini CLI
  2. Add Cron jobs that can call a specific config
  3. Enable one config to call another config programmatically
  4. Multiple threads run simultaneously with maybe an easy status view

Happy to have a look myself sometime next week

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/harnessHarness support (claude, opencode, goose, amp)type/featureNew feature request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions