Replies: 1 comment
|
I have a personal fork with this running. Maybe I can submit a pull request for it. @iPurpl3x |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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