(address: string)
| 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/ |
no test coverage detected