本文へスキップ

All commands

chimera agent

Run the ReAct agent loop with native tools. Requires a provider key.

Arguments

  • TASKstrrequired

    The task for the agent to accomplish.

Options

  • --model, -mstr

    Override the model slug.

  • --max-stepsintdefault: 8

    Max tool-calling steps.

  • --workspace, -wstrdefault: '.'

    Workspace root for tools.

  • --fuseboolean

    Route deep-reasoning turns through fusion.

  • --guardboolean

    Gate tool calls through the governance kernel.

  • --allow-toolsstr

    Per-session allowlist: only these tools (comma-separated).

  • --deny-toolsstr

    Per-session denylist: drop these tools (comma-separated).