AI agent — An AI system that doesn't just answer once but works toward a goal in a loop — taking actions, reading the results, and deciding what to do next.
agent harness — The scaffolding around a model that turns it into a working agent — the loop, the tools it can call, and the rules for when to stop.
context compaction — Summarizing an agent's earlier conversation to free room in the context window so a long session can keep going.
Why it matters
If you want a agent harnessThe scaffolding around a model that turns it into a working agent — the loop, the tools it can call, and the rules for when to stop.Full definition → you can modify rather than a commercial one, these skills generate a runnable TypeScript project with session persistence, context compactionSummarizing an agent's earlier conversation to free room in the context window so a long session can keep going.Full definition → and tool approval gates already wired in.