Intent Loop

Read-only Hugging Face mirror

Keep current intent explicit without building another planner.

A local-first, task-scoped intent state that preserves provenance, unknowns, disagreement, invalidation, and compact handoff across Agent work.

Release / status
0.2.0-beta.5
Source snapshot
db63e4437fc4
Runtime
Static state-model explainer; the Codex and DSH integrations run locally

What the project owns

Intent Loop owns only versioned current-intent state and its provenance. The Host still owns reasoning, tools, permissions, execution, and delivery.

01

Current projection

Objective, primary object, delivery surface, scope, constraints, authority, and completion evidence.

02

Provenance

User input, imports, summaries, inferences, disagreement, supersession, and invalidation remain distinct.

03

Compact handoff

A bounded projection can survive context loss without storing the whole transcript.

Operational sequence

The sequence is explanatory. Install and execute the actual project locally from its canonical repository.

01

Capture

Record a candidate intent fact with source and confidence.

02

Reconcile

Resolve or preserve disagreement without silently overwriting user intent.

03

Project

Render the smallest current task state needed by the Host.

04

Invalidate

Mark stale or contradicted fields when the task changes.

05

Handoff

Export a compact state with provenance and open unknowns.

Evidence boundary

This page preserves the project's published limits instead of turning engineering checks into outcome claims.

01

Not a planner

No task decomposition, execution, or automatic completion decision.

02

No raw transcript

Default persistence excludes full prompts, responses, and secrets.

03

Hooks fail open

Optional lifecycle hooks are bounded, inspectable, and non-blocking.

Inspect the artifacts

Local files below are curated public mirrors. GitHub remains authoritative for development, releases, and issue history.