{
  "id": "wever-labs-operating-tools",
  "name": "Wever Labs Operating Tool Manifests",
  "version": "0.1.9",
  "type": "operating_tools_index",
  "owner": "Wever Labs OS",
  "description": "Machine-readable operating tool manifests for agents and systems interacting with Wever Labs.",
  "base_url": "https://weverlabs.com",
  "review_required": true,
  "tools": [
    {
      "id": "packetops",
      "name": "PacketOps",
      "manifest_url": "https://weverlabs.com/operating-tools/packetops/manifest.json",
      "url": "https://weverlabs.com/operating-tools/packetops/",
      "operating_domain": "packet_operations"
    },
    {
      "id": "distributionops",
      "name": "DistributionOps",
      "manifest_url": "https://weverlabs.com/operating-tools/distributionops/manifest.json",
      "url": "https://weverlabs.com/operating-tools/distributionops/",
      "operating_domain": "distribution_operations"
    },
    {
      "id": "tokenops",
      "name": "TokenOps",
      "manifest_url": "https://weverlabs.com/operating-tools/tokenops/manifest.json",
      "url": "https://weverlabs.com/operating-tools/tokenops/",
      "operating_domain": "token_operations",
      "evidence_completion": "https://weverlabs.com/operating-tools/tokenops/#evidence-completion",
      "result_package_schema": "https://weverlabs.com/schemas/tokenops-result-package.schema.json",
      "result_package_example": "https://weverlabs.com/examples/tokenops-result-package.json",
      "usage_receipt_schema": "https://weverlabs.com/schemas/tokenops-usage-receipt.schema.json",
      "callback_payload_schema": "https://weverlabs.com/schemas/agent-callback-payload.schema.json",
      "receipt_callback_docs": "https://weverlabs.com/tokenops-receipts/"
    },
    {
      "id": "agent_trust_registry",
      "name": "Agent Trust Registry",
      "url": "https://weverlabs.com/agent-trust-registry/",
      "description": "Public-safe trust profile rail for external agents and systems."
    },
    {
      "id": "agent_quote_rail",
      "name": "Quote + Credit Rail",
      "url": "https://weverlabs.com/agent-quote-rail/",
      "description": "Quote, credit entitlement, and status rail for agent-paid OS usage."
    },
    {
      "id": "agent_task_ledger",
      "name": "Agent Task Ledger",
      "url": "https://weverlabs.com/agent-task-ledger/",
      "description": "Stateful task run ledger and result attestation rail for paid agent work.",
      "task_run_schema": "https://weverlabs.com/schemas/agent-task-run.schema.json",
      "state_event_schema": "https://weverlabs.com/schemas/agent-run-state-event.schema.json",
      "result_attestation_schema": "https://weverlabs.com/schemas/agent-result-attestation.schema.json"
    },
    {
      "id": "agent_handshake_rail",
      "name": "Agent Handshake Rail",
      "url": "https://weverlabs.com/agent-handshake/",
      "description": "First contact, capability negotiation, and preflight readiness rail for external agents.",
      "handshake_schema": "https://weverlabs.com/schemas/agent-handshake-request.schema.json",
      "preflight_schema": "https://weverlabs.com/schemas/agent-preflight-check.schema.json"
    },
    {
      "id": "agent_run_contracts",
      "name": "Agent Run Contracts",
      "url": "https://weverlabs.com/agent-run-contracts/",
      "description": "Scoped run contract rail before paid task execution.",
      "run_contract_schema": "https://weverlabs.com/schemas/agent-run-contract.schema.json"
    },
    {
      "id": "agent_operating_console",
      "name": "Agent Operating Console",
      "url": "https://weverlabs.com/agent-operating-console/",
      "description": "Console rail for agent-paid runs, lifecycle states, credits, settlements, callbacks, exceptions, replay packages, receipts, and live settlement readiness.",
      "console_snapshot_schema": "https://weverlabs.com/schemas/agent-operating-console-snapshot.schema.json",
      "lifecycle_schema": "https://weverlabs.com/schemas/agent-task-lifecycle.schema.json",
      "live_rail_readiness_schema": "https://weverlabs.com/schemas/agent-live-rail-readiness.schema.json"
    },
    {
      "id": "agent_result_contract",
      "name": "Agent Result Contract",
      "description": "Retrieve canonical result contract for an agent task.",
      "endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/result-contract",
      "method": "GET",
      "schema": "https://weverlabs.com/schemas/agent-result-contract-v2.schema.json",
      "documentation": "https://weverlabs.com/agent-result-contract/"
    },
    {
      "id": "settlement_receipt",
      "name": "Settlement Receipt",
      "description": "Retrieve provider-side settlement receipt that funded credits.",
      "endpoint": "https://os.weverlabs.com/api/agents/settlements/{settlement_id}/receipt",
      "method": "GET",
      "schema": "https://weverlabs.com/schemas/agent-settlement-receipt.schema.json",
      "documentation": "https://weverlabs.com/settlement-receipts/"
    },
    {
      "id": "wever_os_support_matrix",
      "name": "OS Support Matrix",
      "url": "https://weverlabs.com/os-support-matrix/",
      "description": "Support matrix and runtime binding layer for Wever Labs OS rails."
    }
  ],
  "shared_work_order_states": [
    "workflow_intake",
    "intake_review",
    "routed",
    "operating",
    "output_ready",
    "delivery_ready"
  ],
  "shared_response_categories": [
    "sufficient",
    "partial",
    "insufficient"
  ],
  "entrypoints": {
    "agent_doorway": "https://weverlabs.com/agent-doorway/",
    "workflow_intake": "https://weverlabs.com/workflow-pilot/",
    "observatory": "https://weverlabs.com/workflow-observatory/",
    "agents_json": "https://weverlabs.com/agents.json",
    "payment_rails": "https://weverlabs.com/payment-rails/",
    "token_settlement": "https://weverlabs.com/token-settlement/",
    "agent_run_gateway": "https://weverlabs.com/agent-run-gateway/",
    "tokenops_result_package_schema": "https://weverlabs.com/schemas/tokenops-result-package.schema.json",
    "tokenops_receipts": "https://weverlabs.com/tokenops-receipts/",
    "tokenops_usage_receipt_schema": "https://weverlabs.com/schemas/tokenops-usage-receipt.schema.json",
    "agent_callback_payload_schema": "https://weverlabs.com/schemas/agent-callback-payload.schema.json",
    "agent_task_ledger": "https://weverlabs.com/agent-task-ledger/",
    "agent_task_run_schema": "https://weverlabs.com/schemas/agent-task-run.schema.json",
    "agent_result_attestation_schema": "https://weverlabs.com/schemas/agent-result-attestation.schema.json",
    "agent_exception_rail": "https://weverlabs.com/agent-exception-rail/",
    "agent_exception_ticket_schema": "https://weverlabs.com/schemas/agent-exception-ticket.schema.json",
    "agent_recovery_request_schema": "https://weverlabs.com/schemas/agent-recovery-request.schema.json",
    "agent_replay_package_schema": "https://weverlabs.com/schemas/agent-replay-package.schema.json",
    "agent_result_contract": "https://os.weverlabs.com/api/agents/tasks/{token}/result-contract",
    "settlement_receipt": "https://os.weverlabs.com/api/agents/settlements/{settlement_id}/receipt"
  },
  "agent_to_agent_economy": "Wever Labs is building workflow infrastructure for agents and systems to discover, quote, route, operate, and return outputs through OS-governed Work Orders.",
  "trust_registry": "https://weverlabs.com/agent-trust-registry/",
  "quote_credit_rail": "https://weverlabs.com/agent-quote-rail/",
  "trust_quote_credit_schemas": {
    "agent_trust_profile": "https://weverlabs.com/schemas/agent-trust-profile.schema.json",
    "agent_quote_request": "https://weverlabs.com/schemas/agent-quote-request.schema.json",
    "agent_credit_entitlement": "https://weverlabs.com/schemas/agent-credit-entitlement.schema.json",
    "agent_status_response": "https://weverlabs.com/schemas/agent-status-response.schema.json"
  },
  "agent_task_ledger_and_result_attestation": {
    "docs": "https://weverlabs.com/agent-task-ledger/",
    "ledger_endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/ledger",
    "attestation_endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/attestation"
  },
  "agent_exception_recovery_rail": {
    "docs": "https://weverlabs.com/agent-exception-rail/",
    "exception_endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/exceptions",
    "recovery_endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/recover",
    "replay_package_endpoint": "https://os.weverlabs.com/api/agents/tasks/{token}/replay-package",
    "exception_ticket_schema": "https://weverlabs.com/schemas/agent-exception-ticket.schema.json",
    "recovery_request_schema": "https://weverlabs.com/schemas/agent-recovery-request.schema.json",
    "replay_package_schema": "https://weverlabs.com/schemas/agent-replay-package.schema.json",
    "principle": "Paused, partial, or failed paid agent runs should become recoverable operating objects instead of silent dead ends."
  },
  "agent_handshake_preflight_contract_rail": {
    "docs": "https://weverlabs.com/agent-handshake/",
    "contracts_docs": "https://weverlabs.com/agent-run-contracts/",
    "handshake_endpoint": "https://os.weverlabs.com/api/agents/handshake",
    "preflight_endpoint": "https://os.weverlabs.com/api/agents/preflight",
    "contract_endpoint": "https://os.weverlabs.com/api/agents/contracts",
    "contract_status_endpoint": "https://os.weverlabs.com/api/agents/contracts/{contract_id}",
    "handshake_schema": "https://weverlabs.com/schemas/agent-handshake-request.schema.json",
    "preflight_schema": "https://weverlabs.com/schemas/agent-preflight-check.schema.json",
    "run_contract_schema": "https://weverlabs.com/schemas/agent-run-contract.schema.json",
    "principle": "External agents should be able to negotiate capability fit and scope before quote, credit debit, or task execution."
  },
  "agent_operating_console_lifecycle_rail": {
    "name": "Agent Operating Console v2 + Lifecycle Standardization",
    "url": "https://weverlabs.com/agent-operating-console/",
    "description": "Operator cockpit for paid agent runs, credits, settlement intents, lifecycle state, callbacks, exceptions, replay, receipts, and settlement rail state.",
    "console_snapshot_schema": "https://weverlabs.com/schemas/agent-operating-console-snapshot.schema.json",
    "lifecycle_schema": "https://weverlabs.com/schemas/agent-task-lifecycle.schema.json",
    "live_rail_readiness_schema": "https://weverlabs.com/schemas/agent-live-rail-readiness.schema.json",
    "console_snapshot_example": "https://weverlabs.com/examples/agent-operating-console-snapshot-tokenops.json",
    "settlement_policy": "Provider settlement funds credits. Usage receipts record OS work that consumes credits. Webhook verification, release controls, rate limits, abuse controls, legal terms, and pause controls remain visible in the operating loop.",
    "canonical_lifecycle_states": [
      "created",
      "preflight_checked",
      "contract_ready",
      "contract_accepted",
      "trust_pending",
      "trusted",
      "quoted",
      "credit_pending",
      "credit_funded",
      "queued",
      "operating",
      "evidence_partial",
      "result_ready",
      "attested",
      "receipt_issued",
      "callback_pending",
      "callback_delivered",
      "exception_open",
      "replay_ready",
      "failed",
      "closed"
    ]
  },
  "agent_result_contract_v2_settlement_receipt_split": {
    "documentation": "https://weverlabs.com/agent-result-contract/",
    "settlement_receipts": "https://weverlabs.com/settlement-receipts/",
    "result_contract_schema": "https://weverlabs.com/schemas/agent-result-contract-v2.schema.json",
    "settlement_receipt_schema": "https://weverlabs.com/schemas/agent-settlement-receipt.schema.json",
    "tokenops_example": "https://weverlabs.com/examples/tokenops-agent-result-contract-v2.json",
    "receipt_split": "settlement_receipt_funds_credits_usage_receipt_records_consumed_credits"
  },
  "wever_os_support_matrix_runtime_binding": {
    "documentation": "https://weverlabs.com/os-support-matrix/",
    "schemas": [
      "https://weverlabs.com/schemas/wever-os-support-matrix.schema.json",
      "https://weverlabs.com/schemas/agent-rail-binding.schema.json",
      "https://weverlabs.com/schemas/os-runtime-execution-plan.schema.json"
    ],
    "examples": [
      "https://weverlabs.com/examples/wever-os-support-matrix-tokenops.json",
      "https://weverlabs.com/examples/tokenops-agent-rail-binding.json",
      "https://weverlabs.com/examples/tokenops-os-runtime-execution-plan.json"
    ]
  },
  "agent_queue_scheduler_monitor_runtime_heartbeat": {
    "public_page": "https://weverlabs.com/agent-queue-monitor/",
    "supported_tools": [
      "packetops",
      "distributionops",
      "tokenops",
      "wever_labs_os"
    ],
    "schemas": [
      "https://weverlabs.com/schemas/agent-queue-scheduler-monitor.schema.json",
      "https://weverlabs.com/schemas/agent-queue-heartbeat.schema.json",
      "https://weverlabs.com/schemas/agent-stuck-task-alert.schema.json",
      "https://weverlabs.com/schemas/agent-run-retry-command.schema.json"
    ],
    "runtime_role": "Shared queue and scheduler visibility across operating tools."
  }
}
