30-Second Example
Your agent stores a conversation where the user asks: “Deploy the new API to staging” Acontext’s background monitor extracts:What Gets Tracked
| Field | Example |
|---|---|
| Task | ”Deploy the new API to staging” |
| Status | pending → running → success or failed |
| Progress | Step-by-step record of what the agent did |
| User preferences | Constraints the user mentioned |
Feeds Into Skill Memory
Completed tasks feed into the skill memory pipeline:- Success → extracts the approach and generalizable patterns
- Failure → extracts the failure point and prevention principles