648 B
yaml
| 1 | schema: 1 |
| 2 | name: context-compaction |
| 3 | owner: openagents |
| 4 | version: 1.0.0 |
| 5 | kind: harness |
| 6 | title: Context Compaction |
| 7 | summary: "Keep a long-running agent coherent past its context window: what to keep, what to summarize, and how to resume" |
| 8 | license: MIT |
| 9 | tags: [harness, context, long-running, memory, checkpoints] |
| 10 | runtimes: [claude-code, codex, openai-agents, langgraph, generic] |
| 11 | pricing: |
| 12 | model: free |
| 13 | amount_cents: 0 |
| 14 | currency: usd |
| 15 | entry: HARNESS.md |
| 16 | files: |
| 17 | - HARNESS.md |
| 18 | - templates/checkpoint.md |
| 19 | inputs: |
| 20 | - name: compact_at |
| 21 | type: number |
| 22 | required: false |
| 23 | default: 70 |
| 24 | description: Percent of context used before compacting |
| 25 | requires: [] |
| 26 |