Open-source AI coding agent (CLI)
Prime Agent
Prime Agent is Prime Intellect's MIT-licensed coding and research agent. Instead of a fixed set of tools, the model works through a persistent Python REPL: file edits, shell commands, and subagents are all code, and rlm.spawn() starts child agents for parallel or background work. Sessions persist through a local daemon, and the agent distills successful runs into a reusable skill library, which suits long, multi-hour tasks on one codebase.
Visit website
Coding
Best for
- Long-running autonomous tasks with a spending budget
- Developers comfortable steering an agent through Python
- Repeated work on one codebase, where the skill library pays off
Not best for
- Windows users: installers target macOS and Linux
- Developers who want a conventional edit-and-approve workflow
- Teams that need vendor support
Quick facts
- Vendor
- Prime Intellect
- Category
- Open-source AI coding agent (CLI)
- Platforms
- Terminal, macOS, Linux
- Integrations
- Anthropic, OpenAI, GitHub Copilot, Local models, Python
- Pricing
- Free and open source under the MIT license. You pay your model provider for usage.
In Depth: Prime Agent
Key features
- Persistent Python REPL as the main model tool
- Recursive subagents through rlm.spawn()
- Executable skill library built from successful runs
- Durable, daemon-backed sessions
- Autonomous mode with configurable budgets
- Anthropic, OpenAI, GitHub Copilot, and local model providers
Pricing and access
Free and open source under the MIT license. You pay your model provider for usage.
Plans and limits change often. Confirm current pricing on github.com/PrimeIntellect-ai/prime-agent before you commit.