Execute one agent call.
(params: AgentRunParams, ctx: AgentAdapterContext)
| 62 | readonly capabilities: AgentAdapterCapabilities |
| 63 | /** Execute one agent call. */ |
| 64 | run(params: AgentRunParams, ctx: AgentAdapterContext): Promise<AgentRunResult> |
| 65 | /** Initialize (triggered by registry.initializeAll). */ |
| 66 | initialize?(): Promise<void> |
| 67 | /** Dispose (triggered by registry.disposeAll). */ |
no outgoing calls
no test coverage detected