()
| 94 | // agent_address only for agent-scoped credentials) + plan/limits. NOT an |
| 95 | // agent — discover agents via list_agents. |
| 96 | whoami(): Promise<AccountView> { |
| 97 | return this.sdk.account.get(); |
| 98 | } |
| 99 | |
| 100 | // ── Agents ────────────────────────────────────────────────────── |
| 101 |
no test coverage detected