本文へスキップ

All commands

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: 8765

    Bind port (0 = any free port; a busy port falls back to free).

  • --model, -mstr

    Override the model slug.

  • --max-stepsintdefault: 6

    Max tool-calling steps per message.

  • --workspace, -wstr

    Workspace 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.

  • --fuseboolean

    Route turns through fusion (no token streaming).

  • --no-memoryboolean

    Don't recall long-term memory.

  • --cronboolean

    Fire scheduled jobs while the app is open (proactivity). Default: the CHIMERA_APP_CRON setting (on). --no-cron makes the app purely reactive.

  • --openbooleandefault: True

    Open the app in your browser.

  • --emit-port-filestr

    Write the final http://host:port URL to this file once bound (for a parent/sidecar).