long-running-agent
OfficialEnable AI agents to persist across long tasks.
Software Engineering#orchestration#long-running#session-management#initializer#progress-tracking#agent-framework
Authorrefly-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Long-running AI agents require persistent state across multiple sessions, enabling them to work on multi-hour or multi-day projects without losing progress.
Core Features & Use Cases
- Initializer Agent: sets up the environment, creates progress and feature-tracking artifacts, and boots the workflow for subsequent sessions.
- Coding Agent: performs incremental work with session awareness, reads progress, tests, and commits changes between sessions.
- Session Startup Sequence: a repeatable sequence to inspect the repo, review progress, and initialize the environment for the next feature.
- Progress & Handoff: centralizes context via claude-progress.txt, feature_list.json, and init.sh to enable clean handoffs between sessions.
- Use Case: teams building long-running AI projects that must maintain state over time and across sessions.
Quick Start
Run the two-agent workflow: initialize with the Initializer Agent, then proceed with Coding Agent sessions. Before each session, follow the session startup steps: pwd, cat claude-progress.txt, cat feature_list.json, git log --oneline -20, ./init.sh, run a basic test, select the next feature.
Dependency Matrix
Required Modules
None requiredComponents
referencesassets
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: long-running-agent Download link: https://github.com/refly-ai/skill-to-workflow/archive/main.zip#long-running-agent Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.