docs(concepts): durable agents / disposable compute + isolation & egress (RIG-2795) - #657
Open
rigel-mintaka wants to merge 2 commits into
Open
docs(concepts): durable agents / disposable compute + isolation & egress (RIG-2795)#657rigel-mintaka wants to merge 2 commits into
rigel-mintaka wants to merge 2 commits into
Conversation
…ess (RIG-2795) Two load-bearing runtime principles lived only in the `docs/designs/` ledger, not in `docs/concepts/` — the primary orientation surface. This captures them as first-class concept pages, grounded in the frozen decision records. ### Durable agents, disposable compute The agent and its session are durable and Server-owned (Postgres hot-tail + S3-compatible cold archive); the container/microVM it runs in is disposable and dies with the session. Resume reconstructs the transcript into a fresh sandbox — the agent never notices new hardware. Covers the container → microVM substrate move as an isolation upgrade that leaves the durability contract unchanged. (ledger DL-024, DL-063/084/085/086/087/088/089/093) ### Isolation and egress Model-written code is contained, not trusted: a per-agent sandbox (rootless-podman container today → hardware-virtualized microVM end state) with default-deny nftables egress and no server credential. (ledger DL-024/076, DL-235/259; `go/internal/runtime/egress.go`) Both pages are wired into `docs/concepts/README.md` and the top-level README's Agent concepts list. markdownlint clean. Spec-impact: none. Refs RIG-2795 Co-authored-by: Matt Wilkinson <matt@rigel.build>
|
Compass engineering docs preview: https://compass-server-rig-2795-runt.compass-eng-docs.pages.dev Deployed from Changed pages: |
Review found a citation to DL-063, which is not only superseded (by DL-084 → DL-093) but describes the REVERSED agent-direct-to-S3 model — the opposite of this page's thesis that the agent holds no storage credentials. Drop it; the active DL-093 alone supports the two-tier Server-owned store. Also collapse three lineage-paired citations (DL-084/DL-085/DL-086) to their active successors (DL-093/DL-089/DL-087) so no citation points a reader at a row stamped 'Superseded by'. Spec-impact: none. Refs RIG-2795 Co-authored-by: Matt Wilkinson <matt@rigel.build>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two load-bearing runtime principles lived only in the
docs/designs/ledger, not indocs/concepts/— the primary orientation surface. This captures them as first-class concept pages, grounded in the frozen decision records.Durable agents, disposable compute
The agent and its session are durable and Server-owned (Postgres hot-tail + S3-compatible cold archive); the container/microVM it runs in is disposable and dies with the session. Resume reconstructs the transcript into a fresh sandbox — the agent never notices new hardware. Covers the container → microVM substrate move as an isolation upgrade that leaves the durability contract unchanged. (ledger DL-024, DL-063/084/085/086/087/088/089/093)
Isolation and egress
Model-written code is contained, not trusted: a per-agent sandbox (rootless-podman container today → hardware-virtualized microVM end state) with default-deny nftables egress and no server credential. (ledger DL-024/076, DL-235/259;
go/internal/runtime/egress.go)Both pages are wired into
docs/concepts/README.mdand the top-level README's Agent concepts list. markdownlint clean.Spec-impact: none. Refs RIG-2795
Co-authored-by: Matt Wilkinson matt@rigel.build