(entry: AgentEntry)
| 863 | } |
| 864 | |
| 865 | private async resolveAgentEntry(entry: AgentEntry): Promise<ResumedAgent> { |
| 866 | if (entry instanceof Agent) return { agent: entry }; |
| 867 | return entry; |
| 868 | } |
| 869 | |
| 870 | private resumeAgent( |
| 871 | id: string, |
no outgoing calls
no test coverage detected