Agent Orchestration Demo
A multi-agent workflow (research → document → email → calendar, with a reviewer pass) that's safe to publish and free to host, yet really runs. The problem most agent demos dodge: where do API keys live and what happens when an agent touches email? Here keys stay in the browser (bring-your-own-key) or a same-origin Node proxy, external actions are gated behind an allowlist, and model output is escaped under a CSP. Ships as a single static page with an optional server.