| ▲ | toddmorey 4 hours ago | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Does anyone use an agnostic TUI or harness for development tasks that can fairly seamlessly switch between providers? I'm wanting local context in the spirit of "here are 3 AI providers available, for coding tasks use this one... and for writing prose use this one... and for generating images use this one..." etc. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | l00sed 4 hours ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
OpenCode was the first agent harness I used, and I have always like it. You can configure a wide variety of providers, but it's open source and has a number of core contributors. The other opinionated option is Pi (the Pi agent harness). This is a great lightweight option and also supports a number of providers. You can also use local model servers. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | deathmonger5000 an hour ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Circus Chief allows you to do this: https://github.com/ferrislucas/Circus-Chief (Full disclosure: it’s my project) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | bredren 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
I’ve written a skill for codex and Claude code that designates an orchestrator on the primary worktree and is agnostic about what type of AI workers are on the N supporting worktrees. The orchestrator knows which AI client is running in any given worktree, so it would be fairly easy to designate which AI should receive what kind of tasks. You run either Claude or Codex in tabs for each work tree. I do have some AI TUI specific instructions, for instance codex is primitive at monitoring compared to CC. So, there are additional notes for Codex workers on how to properly monitor for new "mail." You work with the orchestrator on the primary worktree and allow it to delegates tasks to the workers and answer their smaller questions. It surfaces results and assisting them with context clearing when needed. The orchestrator and workers communicate using a simple shared file system under tmp/* and together they can handle a big and varied workload. I use iterm2, so I’ve also added iterm2 specific python that allows the orchestrator to “kick” a worker or perform tasks otherwise veto'd by the TUIs (ie /clear) by modifying the input and submitting it. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | daytonix 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
have used both pi and opencode for the last 6 months, haven't opened a proprietary harness (cc, codex, cursor) in that same amount of time. right now i'm on pi and i can switch seamlessly between any model across any provider i want, even mid session. can even point them at locally running models. i think people don't realize how much better life is over on this side, cc and codex rely entirely on vendor lock in imo. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | jbonatakis 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
I’ve been using Crush with Openrouter and have good success lately | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | himata4113 2 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
I stumbled upon https://omp.sh and haven't really felt the need to ever use anything different. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | wolttam 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
I use the one that I've been developing since 2023. It's intended to be used in exactly this spirit! Written in Go, has image support (which has yet to be fleshed out). It supports MCP (unlike Pi), sandboxing (with user-mode networking), and runs efficiently at huge contexts. https://codeberg.org/mlow/lmcli (The screenshot in the folder is a little bit out of date, but is still representative of the overall look) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ▲ | maxloh 3 hours ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Also Goose from the Agentic AI Foundation (AAIF) (subsidy of the Linux Foundation). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||