open-multi-agent/src
JackChen 3a46669a69 fix: use explicit crypto import for Node 18 compatibility
crypto.randomUUID() is not globally available in Node 18. Import
randomUUID from node:crypto explicitly so the framework works on
all supported Node versions (>=18).
2026-04-02 23:46:43 +08:00
..
agent feat: add baseURL and apiKey support for OpenAI-compatible APIs 2026-04-02 19:33:10 +08:00
llm feat: add baseURL and apiKey support for OpenAI-compatible APIs 2026-04-02 19:33:10 +08:00
memory Initial release: open-multi-agent v0.1.0 2026-04-01 04:33:15 +08:00
orchestrator feat: add baseURL and apiKey support for OpenAI-compatible APIs 2026-04-02 19:33:10 +08:00
task fix: use explicit crypto import for Node 18 compatibility 2026-04-02 23:46:43 +08:00
team fix: use explicit crypto import for Node 18 compatibility 2026-04-02 23:46:43 +08:00
tool Initial release: open-multi-agent v0.1.0 2026-04-01 04:33:15 +08:00
utils Initial release: open-multi-agent v0.1.0 2026-04-01 04:33:15 +08:00
index.ts Initial release: open-multi-agent v0.1.0 2026-04-01 04:33:15 +08:00
types.ts feat: add baseURL and apiKey support for OpenAI-compatible APIs 2026-04-02 19:33:10 +08:00