MCPcopy Create free account
hub / github.com/MetapriseAI/OrgKernel / AuditChainAppendRequest

Class AuditChainAppendRequest

src/orgkernel/pyapi/router.py:647–654  ·  view source on GitHub ↗

Request to append an entry to an AuditChain.

Source from the content-addressed store, hash-verified

645
646
647class AuditChainAppendRequest(BaseModel):
648 """Request to append an entry to an AuditChain."""
649 layer: AuditLayer
650 event: str
651 agent_id: str
652 mission_id: str
653 data: dict[str, Any] | None = None
654 token_id: str | None = None
655
656
657class AuditChainVerifyResponse(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected