PrimeIntellect-ai/prime-agent

A self-improving RLM agent for coding workflows and long-running autonomous tasks.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on August 7th, 2026
Created on May 8th, 2026
Open Issues & Pull Requests: 85 (+0)
GitHub issues: Enabled
Number of forks: 2,313
Total Stargazers: 21,141 (+0)
Total Subscribers: 89 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.7 days
Mean response time: 4.0 days
90th percentile: 8.4 days
Tracked items: 291

How this project is maintained

Roughly one issue in five opened in the past year never receives a reply. 98% of issues opened in the past year have since been closed. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 9
New in 7 days: 4
Closed in 7 days: 4
Avg open age: 8 days
Stale 30+ days: 6
Stale 90+ days: 0

Recent activity

Opened in 7 days: 4
Closed in 7 days: 4
Comments in 7 days: 4
Events in 7 days: 13

Top labels

  • bug (8)
  • enhancement (5)
  • documentation (2)

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

Prime Agent is a self-improving RLM agent for coding workflows and long-running autonomous tasks.

Prime Agent addresses the challenge of maintaining context and reusable patterns across extended agent sessions. It centers on two abstractions: the Recursive Language Model treats prompts as variables and tools as function calls within a persistent REPL, while the Continual Harness stores supplemental prompts, memories, and skill descriptions as durable state that the agent can refine through small, evidence-backed updates. By combining a persistent Python control environment with this harness state, the tool preserves working context and operating patterns beyond individual chat windows, enabling agents to build on prior work without losing progress.

Prime Agent suits developers building long-running autonomous systems, research workflows, or complex coding tasks where maintaining state across sessions matters. The tool is particularly valuable for projects requiring background execution, parallel subagent coordination, and iterative refinement of agent behavior. Its built-in skill creation system allows recurring workflows to become reusable packages, and daemon-backed agents can continue running when disconnected and be reattached later. The persistent IPython environment makes all operations—file handling, shell commands, tool use, and subagent spawning—programmatic rather than declarative.

The project shows substantial real-world adoption, with almost all open issues raised by outside users rather than the core team. Maintainers typically respond to new issues and pull requests within hours. Work in the issue tracker centers on bug fixes, documentation, and enhancements, indicating active refinement of existing functionality and user-facing clarity.