chimera app
Run the Chimera Desktop app: the HTTP+SSE API + the built React UI (needs the 'desktop' extra). Serves the same-origin SPA (``apps/desktop/dist``) and a streaming chat API over the real agent stack. Install with ``pip install 'chimera-agent[desktop]'`` and build the UI once with ``npm --prefix apps/desktop run build``.
Options
--hoststrdefault:'127.0.0.1'Bind host (localhost by default).
--portintdefault:8765Bind port (0 = any free port; a busy port falls back to free).
--model, -mstrOverride the model slug.
--max-stepsintdefault:6Max tool-calling steps per message.
--workspace, -wstrWorkspace root for tools. Falls back to $CHIMERA_WORKSPACE, then the current directory — which is the wrong root for a packaged app, whose current directory is wherever its shortcut points.
--fusebooleanRoute turns through fusion (no token streaming).
--no-memorybooleanDon't recall long-term memory.
--cronbooleanFire scheduled jobs while the app is open (proactivity). Default: the CHIMERA_APP_CRON setting (on). --no-cron makes the app purely reactive.
--openbooleandefault:TrueOpen the app in your browser.
--emit-port-filestrWrite the final http://host:port URL to this file once bound (for a parent/sidecar).