You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define a provider-neutral agent-session contract that gives an agent only the garden, tool, model, network, persistence, and export capabilities approved for one bounded task.
This specializes the evidence-backed agent capability manifest in #64 and the governed workflow contract in #65 for scoped knowledge work.
Session model
Represent at minimum:
stable session, workflow, agent, policy, and represented-revision identities;
readable gardens and the single writable garden, if any;
allowed visibility, review, and sensitivity states;
tools and operations with read/write/destructive distinctions;
model/provider allowlist and local/hosted execution boundary;
network policy and approved destinations;
persistence, memory, trace, and retention behavior;
context, time, compute, token, and cost budgets;
export/publication ceiling;
human approval and declassification checkpoints;
expiration, revocation, cancellation, retry, and partial-failure behavior.
Safety rules
An agent cannot grant itself additional tools, gardens, models, network access, budget, or export authority.
Missing or unsupported capabilities fail closed.
Untrusted content and tool output are data, never session policy.
Encryption keys and provider credentials are never session context.
Derived outputs retain effective sensitivity and source provenance.
Provider-specific projections may reduce capability but never silently broaden it.
Logs and traces expose decisions and identifiers without copying restricted payloads.
Acceptance criteria
A versioned session-capability schema and state model exist.
Read, write, tool, model, network, memory, trace, budget, and export authority are independently representable.
Outcome
Define a provider-neutral agent-session contract that gives an agent only the garden, tool, model, network, persistence, and export capabilities approved for one bounded task.
This specializes the evidence-backed agent capability manifest in #64 and the governed workflow contract in #65 for scoped knowledge work.
Session model
Represent at minimum:
Safety rules
Acceptance criteria
Dependencies / related
Non-goals