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

Class AgentIdentityVerifyResponse

src/orgkernel/schemas/agent_identity.py:487–493  ·  view source on GitHub ↗

Response from an AgentIdentity static verification.

Source from the content-addressed store, hash-verified

485
486
487class AgentIdentityVerifyResponse(BaseModel):
488 """Response from an AgentIdentity static verification."""
489 agent_id: str
490 is_active: bool
491 is_valid: bool
492 verified_at: datetime
493 message: str
494
495
496# ── Issue Result ───────────────────────────────────────────────────────────────

Callers 1

verifyMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected