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

Class AgentIdentityVerify

src/orgkernel/schemas/agent_identity.py:479–484  ·  view source on GitHub ↗

Request to verify an AgentIdentity (static check). For cryptographic verification, use the challenge-response flow instead.

Source from the content-addressed store, hash-verified

477
478
479class AgentIdentityVerify(BaseModel):
480 """
481 Request to verify an AgentIdentity (static check).
482 For cryptographic verification, use the challenge-response flow instead.
483 """
484 agent_id: str = Field(min_length=10, max_length=32)
485
486
487class AgentIdentityVerifyResponse(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected