What problem does it solve?
It captures what worked during successful task executions and converts those trajectories into reusable neural patterns, preventing learned knowledge from being lost between sessions.
Core Features & Use Cases
- Trajectory-Based Training: Record task steps as trajectories, then distill them into coordination, edit, or task patterns via the DISTILL phase.
- SONA and MicroLoRA Adaptation: Apply real-time single-domain adaptation with SONA or create per-domain MicroLoRA adapters when working across three or more domains.
- EWC++ Consolidation: Run periodic consolidation passes that fold patterns into long-term storage without catastrophic forgetting of earlier domains.
- Use Case: After completing ten coding tasks, run the consolidation flow to fold accumulated patterns into AgentDB long-term storage and compress them for storage efficiency.
Quick Start
Ask the agent to check neural status, train coordination patterns for 10 epochs from recent task completions, and then verify the stored patterns.