MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / getAgent

Method getAgent

mcp/src/client.ts:106–108  ·  view source on GitHub ↗
(address: string)

Source from the content-addressed store, hash-verified

104 }
105
106 getAgent(address: string): Promise<AgentView> {
107 return this.sdk.agents.get(address);
108 }
109
110 // create_agent takes a full email (§6a / AG-1/2): a custom-domain agent on a
111 // verified owned domain, or an email on the shared domain. slug/agent_mode/

Callers 1

registerAgentToolsFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected