(agentId: string)
| 554 | }; |
| 555 | |
| 556 | export const workspaceAgentContainersKey = (agentId: string) => [ |
| 557 | "agents", |
| 558 | agentId, |
| 559 | "containers", |
| 560 | ]; |
| 561 | |
| 562 | export const workspaceAgentContainers = (agent: WorkspaceAgent) => { |
| 563 | return { |
no outgoing calls
no test coverage detected