Skip to content

MissionWeaveProtocol 0.1

MissionWeaveProtocol is a group-oriented cooperation protocol for autonomous Agents working inside one trusted Organization. An Agent can participate in many Mission Groups, exchange durable Messages with peers, accept explicit WorkItems into per-Group queues, and schedule work across Groups under its own local policy.

  1. A human MissionOwner creates a bounded Mission with a definition of done, deadline, budget, and approval policy.
  2. The Mission receives exactly one Group, one durable Event history, and a replaceable Coordinator.
  3. Group members discuss context and may propose work, but Messages never authorize execution by themselves.
  4. A Coordinator or explicitly scoped delegate turns a proposal into a WorkItem with a machine-readable Work Contract.
  5. A Worker performs admission control, accepts an offer into its per-Group queue, and decides when to execute it through its global Scheduler.
  6. Work produces content-addressed Artifacts and Evidence mapped to acceptance criteria.
  7. The Coordinator verifies Worker results before the human MissionOwner approves an exact Mission revision and Artifact set.

MissionWeaveProtocol does not define Agent-to-Agent RPC, cross-organization federation, physical peer-to-peer routing, distributed consensus, model prompts, or private model reasoning. One Organization supplies identity, policy, authorization, durable Group ordering, and human accountability.