Corpus¶
Based on:
doc/project/40-proposals/069-corpus.mddoc/project/40-proposals/003-question-envelope-and-answer-channel.mddoc/project/40-proposals/011-federated-answer-procurement-lifecycle.mddoc/project/40-proposals/021-service-offers-orders-and-procurement-bridge.mddoc/project/40-proposals/067-shared-offer-catalog-over-agora.mddoc/project/60-solutions/023-artifact-delivery/023-artifact-delivery.mddoc/project/60-solutions/036-room/036-room.md
Related schemas:
topic-taxonomy.v1topic-resolution.v1corpus-reasoning-query.v1corpus-reasoning-bid.v1corpus-reasoning-bid-state.v1corpus-reasoning-answer.v1corpus-reasoning-room-policy.v1corpus-reasoning-room-invite.v1corpus-reasoning-turn-proposal.v1service-offer.v1procurement-offer.v1procurement-contract.v1room.v1room-policy.v1room-membership-attestation.v1agent.binding.v1agent.outcome.v1corpus-chair-admission.v1corpus-agent-answer-draft.accept.request.v1corpus-agent-answer-draft.v1classification.v1
Status¶
Hard-MVP solution implemented; node-local live-deliberation slice implemented.
The hard-MVP procurement slice is implemented and accepted as the solution-level
contract for topic-routed collaborative reasoning. The post-MVP live-deliberation
control plane now has Corpus policy, signed invite, AD admission, local
join/readiness, append-only persistence, typed failure mapping, AD-owned
transport idempotency, Corpus-owned semantic replay by signed invite/id,
canonical signer-key and exact-grant validation, configured remote
trust-root verification, stable invite/delivery replay after recipient restart,
and a bounded node-local WSS Room carrier with authority-visible metadata-only
observations. Stable authority bind, subject sequence checkpoints, exact send
replay, and controlled session rejoin make the carrier restart-safe. The bounded
Agent-backed chair and selected-participant joins are implemented. Participant
turns remain inert until admitted through corpus.room.turn; the chair observes
them through a bounded host-owned Interaction Broker Room source. Module watches
require daemon-issued grant material bound to the exact Room, while local control
retains an explicit administrative path. Turn expiry shares the Room membership
clock-skew tolerance without widening Room lifetime. Transport seq/no, rather
than a second ephemeral turn/no store, owns monotonic replay. Inert Corpus
answer-draft acceptance is implemented;
a separate Corpus-owned local-control transition now validates ready quorum,
room high-water, chair identity, evidence, and idempotency before signing and
publishing the final answer. The Agent still has no publication authority.
Date¶
2026-07-16
Executive Summary¶
Corpus is the topic-routed collaborative reasoning component. It lets a node resolve a question into a governed topic, discover providers advertising Corpus competence on that topic, broadcast a bounded reasoning query, collect signed bids, and bridge the selected offer into the ordinary procurement path.
Corpus does not replace the offer catalog, Artifact Delivery, Room, Inquirium, or Agent. It composes them:
- topic taxonomy and resolution name the problem space;
- Shared Offer Catalog indexes Corpus-capable
service-offer.v1records; - Artifact Delivery carries query/bid/answer envelopes;
- procurement contracts settle selected work;
- Room and Agent provide the implemented node-local live deliberation surface; federated transport, remote Room-authority trust, arbiter election, and N-way settlement remain later extensions.
The durable output of Corpus reasoning is the signed answer and its traceable provenance. Live room chatter is not a protocol fact unless another component explicitly stores it under its own policy.
Context and Problem Statement¶
Orbiplex already had marketplace procurement, offer catalog projection, Artifact Delivery, Room, Inquirium, and Agent building blocks. What was missing was the thin coordination protocol that turns "I need an answer about this topic" into:
- deterministic topic resolution;
- provider discovery by topic;
- bounded query broadcast;
- signed bid collection;
- selected procurement;
- optional live deliberation and final answer acceptance.
Without Corpus, each story would have to glue these strata ad hoc, creating parallel query, topic, room, pricing, and answer semantics.
Proposed Model / Decision¶
Corpus is a role plus protocol layer. It is not a separate marketplace authority and it is not a model runtime.
The hard-MVP path is procurement-oriented:
question keywords
-> topic-resolution.v1
-> Shared Offer Catalog topic index
-> corpus-reasoning-query.v1 over Artifact Delivery
-> corpus-reasoning-bid.v1 responses
-> corpus-reasoning-bid-state.v1 requester projection
-> selected procurement-offer.v1
-> procurement-contract.v1 / receipt path
The post-MVP path adds live deliberation:
selected participants
-> room.v1 + corpus-reasoning-room-policy.v1
-> live Room transport
-> Agent/Inquirium-backed participant reasoning
-> corpus-reasoning-turn-proposal.v1 through corpus.room.turn
-> Interaction Broker room-event watch -> chair Agent
-> corpus-reasoning-answer.v1
Corpus wire contracts reuse existing money, procurement, classification, canonical JSON, and Room conventions. It does not introduce a Corpus-specific canonicalization profile or a new settlement rail.
Must Implement¶
Topic Taxonomy and Resolution¶
Based on:
doc/project/40-proposals/069-corpus.md
Related schemas:
topic-taxonomy.v1topic-resolution.v1
Responsibilities:
- define a signed, versioned, federation-scoped taxonomy artifact;
- resolve keywords to a canonical topic term or explicit ambiguity;
- keep resolution deterministic and auditable;
- reject arbitrary topic strings that do not belong to the pinned taxonomy.
Status:
done
Corpus-Capable Offer Indexing¶
Based on:
doc/project/40-proposals/069-corpus.mddoc/project/60-solutions/033-shared-offer-catalog/033-shared-offer-catalog.md
Related schemas:
service-offer.v1topic-taxonomy.v1
Responsibilities:
- treat Corpus provider offers as normal
service-offer.v1records with a Corpus extension; - index active offers by canonical topic term and taxonomy digest;
- apply supersession, full withdrawal, expiry, and partial-topic removal as offer-catalog read-model rules;
- expose topic-index query surfaces without making Corpus a second catalog.
Status:
done
Query, Bid, and Bid-State Flow¶
Based on:
doc/project/40-proposals/069-corpus.mddoc/project/60-solutions/023-artifact-delivery/023-artifact-delivery.md
Related schemas:
corpus-reasoning-query.v1corpus-reasoning-bid.v1corpus-reasoning-bid-state.v1question-envelope.v1procurement-offer.v1
Responsibilities:
- send Corpus queries as bounded Artifact Delivery fan-out;
- keep
corpus-reasoning-query.v1as a decorator overquestion-envelope.v1; - represent bids as signed envelopes around
procurement-offer.v1; - keep requester bid state as a local read model so silence, refusal, policy denial, timeout, and delivery failure are not conflated.
Status:
done
Procurement Bridge¶
Based on:
doc/project/40-proposals/011-federated-answer-procurement-lifecycle.mddoc/project/40-proposals/021-service-offers-orders-and-procurement-bridge.mddoc/project/40-proposals/069-corpus.md
Related schemas:
procurement-offer.v1procurement-contract.v1procurement-receipt.v1
Responsibilities:
- convert a selected Corpus bid into the ordinary procurement contract path;
- keep price, currency, unit, contract, and receipt semantics owned by procurement;
- reject counter prices outside the query bracket unless explicitly selected by the requester;
- preserve query and correlation identifiers through the settlement path.
Status:
done
May Implement¶
Live Deliberation on Room¶
Based on:
doc/project/40-proposals/069-corpus.mddoc/project/60-solutions/036-room/036-room.md
Related schemas:
room.v1room-policy.v1corpus-reasoning-room-policy.v1corpus-reasoning-room-invite.v1corpus-reasoning-answer.v1
Responsibilities:
- open a Room for selected Corpus participants;
- bind deliberation policy, access list, role assignments, and answer acceptance to Room records;
- keep live chat ephemeral by default;
- emit a signed, content-addressed answer as the durable reasoning artifact.
Status:
donefor the node-local live-deliberation slice: policy, signed invite, AD delivery/admission, live WSS join/readiness/messages, metadata-only authority projection, exact replay, fixed-high-water paged room recovery, validated subject checkpoints, and authority/recipient process recovery are covered. Relocatable federated WSS/TLS relay epochs and failover are owned by P070 Phase 6A/6B; Matrix remains an optional Room bridge profile. Corpus adds no relay selection, NAT traversal, ordering, or carrier authority of its own.
Agent-Assisted Chairing¶
Based on:
doc/project/40-proposals/069-corpus.mddoc/project/40-proposals/073-agent-orchestration-organ.mddoc/project/60-solutions/047-agent/047-agent.md
Related schemas:
agent.binding.v1agent.outcome.v1room-membership-attestation.v1corpus-chair-admission.v1corpus-agent-answer-draft.accept.request.v1corpus-agent-answer-draft.v1corpus-reasoning-role-assignment.v1corpus-reasoning-instruction-overlay.v1corpus-reasoning-answer.v1
Responsibilities:
- allow the requester to appoint its own bounded Agent as chair delegate;
- require a pre-existing local Corpus round and signed, fresh Room evidence from
that round's node-local authority, with a canonical Ed25519
did:keysigner; - keep the accountable chair subject explicit in Room policy;
- require local participant or local-policy acceptance before a role assignment becomes effective, with the first slice resolving a closed host-owned policy catalog;
- keep per-turn instruction-overlay source text inert until a local prompt policy
accepts it and emits bounded
instruction/rendered; verify that deterministic rendering during recovery and immediately before passing it through Inquirium host framing rather than caller metadata or direct adapter prompting; - persist role and overlay transitions as bounded append-only delta facts and recover only sequential, semantically valid revisions;
- let Agent/Inquirium assist reasoning without becoming the authority root;
- admit the terminal Agent product only as an inert, content-addressed Corpus answer draft through local-control authority, strict embedded-evidence schema validation, and actor-bound idempotent replay, with publication authority fixed false;
- accept only text output blocks in the first publication profile and sign the
final answer under
corpus-reasoning-answer-signature.v1, independently of the artifact schema name; - route sensitive effects through host-owned human-in-loop gates.
Status:
donefor the requester-appointed node-local Agent-chair path through locally accepted role assignments and instruction overlays, restart-safe append-only delta projection, registered policy evaluation, role-aware Inquirium operation-scope prompt framing, inert draft acceptance, and separately authorized signed answer publication. Remote Room-authority trust and arbiter election remain post-MVP.
Optional Shared Enacted Views¶
Corpus may compose a Room deliberation with an explicitly published Sensorium
Interface, but it does not own the source, grant, projection, or observation
runtime. Room membership and interface observation authority remain independent;
the first terminal profile carries only a bounded cursor-free latest-state
viewport and grants no terminal actuation.
Story 012 defines the first concrete three-node profile. Its Workbench source, Room relay, Sensorium Interface projection, substrate-neutral Agent observation port, static wiring, and daemon-owned Room/Sensorium resolver are implemented. Its composed process runner reuses Story 011's federation/bootstrap lifecycle and proves exact generic need/binding admission, resolver-private read-result authority, independent B/C observation and deliberation, C revocation and audience convergence before repair, dirty restart and refreshed current-state admission on B, local-only repair, passing-state refresh for B with C still refused, and an unpublished Corpus answer draft. External host-TLS relay deployment remains separately evidenced by P070 rather than being simulated by Corpus. The profile's closed refusal matrix distinguishes direct composed-process checks from named lower-stratum P070/P082/P083 evidence owners.
The shared runner assigns A/B/C distinct loopback addresses and exact peer certificate IP SANs. This is intentionally multi-address single-host evidence: it tests real process and network boundaries without presenting one kernel and failure domain as a true multi-host federation deployment. The acceptance pack also exposes a deliberately weaker single-address profile for unattended execution without privileged alias setup; it preserves distinct ports and reports its evidence class explicitly.
The implemented P082-021 operational-context extension remains owned by Sensorium
Interfaces. Corpus requires the exact source context before admitting a
collaborative live view, preserves it with the current source generation through
Room without reinterpretation, and lets each participant host apply the P064 caution
policy before inference. Generation mismatch or P082 publication supersession makes
the view stale; Corpus adds no independent TTL. P069 tracks the Story 012 replacement
proof. The consumer examines the complete initial replay window, rejects a candidate
result while a newer host-authenticated suspended status remains unresolved, and
accepts a still newer latest-state result as resumption. Any withdrawn or expired
status is terminal for that immutable interface/id, even if the replay contains a
contradictory later snapshot. The consumer retains the full validated result unchanged
for the daemon resolver. This metadata grants neither observation nor effect authority.
Out of Scope¶
- owning the curated/training
corpus-entry.v1corpus; - replacing Room membership, presence, live transport, or attestation;
- replacing Inquirium or Agent runtime semantics;
- defining N-way contribution settlement;
- persisting live deliberation chatter as a protocol fact by default.
Consumes¶
- topic taxonomy artifacts;
- Corpus-capable offer catalog projections;
- Artifact Delivery delivery results;
- procurement offer/contract/receipt records;
- Room membership and policy records for post-MVP deliberation.
Produces¶
- topic resolution records;
- Corpus query and bid records;
- requester bid-state projections;
- selected procurement bridges;
- Corpus answer records in the live-deliberation layer.
Related Capability Data¶
038-corpus-caps.edn