Agents that persist for days to months, not minutes.
Run agents that persist for days to months, maintaining state, memory, and goals across sessions and failures.
Scientific campaigns unfold over weeks or months. Long-lived agents accumulate knowledge, adapt strategies, and pursue open-ended discovery—fundamentally different from stateless scripts or single-session tools.
| Aspect | Value |
|---|---|
| CAF Components | Lifecycle management, persistent state, failure recovery |
| Where it runs | Any (with durable storage) |
| Scale | Days to months of continuous operation |
| Status | Emerging |
┌─────────────────────────────────────────┐
│ Lifecycle Management │
│ │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │Checkpoint│ │ Recovery │ │ Oversight│ │
│ └────┬─────┘ └────┬─────┘ └────┬─────┘ │
│ └────────────┴────────────┘ │
│ │ │
└────────────────────┼────────────────────┘
│
┌──────▼──────┐
│ Long-Lived │
│ Agent │
│ │
│ ┌─────────┐ │
│ │ Memory │ │
│ │ + Goals │ │
│ └─────────┘ │
└─────────────┘
Coming soon