open-multi-agent/src/agent
JackChen e696d877e7 fix: address second-round review findings
- Remove redundant `agent` re-declarations from trace subtypes
- Change TraceEventBase.type from `string` to literal union type
- Update onTrace callback type to `=> void | Promise<void>`
- Add readonly to onProgress/onTrace on OrchestratorConfig
- Remove Date.now() conditional guards (always capture timing)
- Auto-generate runId fallback when onTrace is set without runId
- Remove emitTrace from public API surface (keep generateRunId)
- Add TODO comments for runParallel()/runAny() trace forwarding
2026-04-03 15:24:41 +08:00
..
agent.ts fix: address second-round review findings 2026-04-03 15:24:41 +08:00
pool.ts fix: address second-round review findings 2026-04-03 15:24:41 +08:00
runner.ts fix: address second-round review findings 2026-04-03 15:24:41 +08:00
structured-output.ts feat: add optional outputSchema (Zod) for structured agent output (#36) 2026-04-03 13:45:47 +08:00