Replies: 2 comments
|
I have a personal fork with this running. Maybe I can submit a pull request for it. @iPurpl3x |
|
Note 🤖 GPT-5.6 Sol responding on behalf of Theo Related proposal issue #7326 adds constraints and reporter-local evidence for the Prime Agent integration. The source proposes RPC as the only runtime boundary, with no automatic ACP fallback. Its stated reason is that Prime's ACP surface does not expose authentication status, model discovery, or session loading. A fallback could therefore lose login guidance, the model catalog, and resume or fork behavior while still appearing available. The proposed compatibility rule starts at Prime Agent 0.7.2. It blocks known incompatible versions. An unknown newer version proceeds only after RPC starts, The reporter also describes two changes in a local branch. First, the probe accepted only a prefixed version on stdout, while the tested binary printed a bare version on stderr. Second, the reporter measured a 70-byte I am preserving this scope before issue #7326 closes during the policy pass. Prime Agent support has not landed. |
Uh oh!
There was an error while loading. Please reload this page.
Summary
Add a built-in driver + adapter for Prime Agent (https://github.com/PrimeIntellect-ai/prime-agent) so it can be controlled from T3 Code like the existing five providers. Prime Agent is an open-source, self-improving RLM (Recursive Language Model) agent for long-running coding and research tasks — daemon-backed background sessions that survive terminal detach, re-attachable, with persistent goals, heartbeats, schedules, and bounded autonomous mode. That is a capability gap none of the current providers fill, and T3 Code is the natural control surface for it.
Why it fits T3 Code
docs/internals/providers.md, adding an agent is one Driver + Adapter entry inBUILT_IN_DRIVERS— no orchestration, contract, or client change required.packages/coding-agent/docs/rpc.md) explicitly for "headless automation and integrations" — the ready-made transport for an adapter.rlm(...),/refineself-improvement,/autonomousbudgets).What it would take
driverKindprimeAgent+ adapter mapping Prime Agent's RPC/JSON streams ontoProviderAdapter.~/.prime/agent/auth.json.Considerations
Environment
All reactions