spawnMultiAgent.ts

This commit is contained in:
nirholas
2026-03-31 10:24:07 +00:00
parent 9962f4e3dc
commit 1c93eaa1e9

View File

@@ -1091,3 +1091,4 @@ export async function spawnTeammate(
): Promise<{ data: SpawnOutput }> {
return handleSpawn(config, context)
}