chimera agent
Run the ReAct agent loop with native tools. Requires a provider key.
Arguments
TASKstrrequiredThe task for the agent to accomplish.
Options
--model, -mstrOverride the model slug.
--max-stepsintdefault:8Max tool-calling steps.
--workspace, -wstrdefault:'.'Workspace root for tools.
--fusebooleanRoute deep-reasoning turns through fusion.
--guardbooleanGate tool calls through the governance kernel.
--allow-toolsstrPer-session allowlist: only these tools (comma-separated).
--deny-toolsstrPer-session denylist: drop these tools (comma-separated).