multica/src
Jiang Bohan 8d32a06b5c fix(agent): validate API key before calling PiAgentCore.prompt()
getApiKey errors thrown inside PiAgentCore's internal async context
result in UnhandledPromiseRejection instead of propagating to the
caller. Return a graceful error early so AsyncAgent can emit it
through the subscriber mechanism to the UI.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 13:51:45 +08:00
..
agent fix(agent): validate API key before calling PiAgentCore.prompt() 2026-02-09 13:51:45 +08:00
client Initial project setup with multi-component architecture 2026-01-28 14:08:34 +08:00
console feat(console): enable CORS for cross-origin web app requests 2026-01-30 22:40:38 +08:00
cron feat(hub): wire heartbeat controls into hub and cron wake mode 2026-02-06 16:42:14 +08:00
gateway feat(gateway): add auto-connect, hub discovery via list-devices 2026-02-02 16:13:40 +08:00
heartbeat feat(heartbeat): add heartbeat core runner and profile integration 2026-02-06 16:41:56 +08:00
hub fix(heartbeat): keep manual trigger runs out of chat stream 2026-02-06 17:28:25 +08:00
shared refactor(sdk): unify gateway-sdk into @multica/sdk package 2026-02-02 13:43:52 +08:00
index.ts feat(heartbeat): add heartbeat core runner and profile integration 2026-02-06 16:41:56 +08:00