Publish agents via /api/agents/publish
(
data: Record<string, unknown>[],
allLocalAgentIds?: string[],
)
| 192 | |
| 193 | /** Publish agents via /api/agents/publish */ |
| 194 | publish( |
| 195 | data: Record<string, unknown>[], |
| 196 | allLocalAgentIds?: string[], |
| 197 | ): Promise<ApiResponse<PublishAgentsResponse>> |
no outgoing calls
no test coverage detected