Skip to content

docs: the Tangle Agent Spine (north-star architecture)#87

Merged
tangletools merged 1 commit into
mainfrom
docs/agent-spine
May 31, 2026
Merged

docs: the Tangle Agent Spine (north-star architecture)#87
tangletools merged 1 commit into
mainfrom
docs/agent-spine

Conversation

@tangletools
Copy link
Copy Markdown
Contributor

The canonical blueprint for the agent architecture: Agent = AgentProfile × runLoop × ExecutionEnvironment. agent-runtime owns the execution kernel + the new ExecutionEnvironment seam (src/loops/); agent-eval is imported downward for AgentProfile/RunRecord/drivers/gates/benchmarks. Harvey + TaxCalcBench become environments our own production agent runs as the agent-under-test — no fork between eval, self-improve, and ship. Includes the phased build (Phase 0 portable identity → Phase 1 the seam → Phase 2 benchmark adapters → Phase 3 self-improve over the union → Phase 4 distributed) and the invariants. Placed here (not agent-eval) because the keystone — the ExecutionEnvironment seam + runLoop — lives in this repo.

…chmarks

Canonical north-star: Agent = AgentProfile x runLoop x ExecutionEnvironment.
agent-runtime owns the execution kernel (runLoop, loopDispatch, the new
ExecutionEnvironment seam in src/loops/); agent-eval (imported downward)
provides AgentProfile, RunRecord, drivers, gates, benchmarks. Benchmarks
(Harvey, TaxCalcBench) become (TaskSource x ExecutionEnvironment x Scorer)
instances our own production agent runs as the agent-under-test — no fork
between what we evaluate, self-improve, and ship. Phased build + invariants.
@tangletools tangletools merged commit 304ee07 into main May 31, 2026
1 check failed
@tangletools tangletools deleted the docs/agent-spine branch May 31, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants