Intelligent Agent Commands: agents
bohr agents runs Bohrium intelligent agents, tracks workflows, and manages sessions and generated artifacts.
Common commands
bohr agents run <prompt> [flags]
bohr agents watch <workflow-id> [flags]
bohr agents mentor <question> [flags]
bohr agents sessions list [flags]
bohr agents sessions get <session-id> [flags]
bohr agents artifacts list --session <session-id>
bohr agents artifacts download <artifact-id> --out <file>
SciMaster also provides search-paper and review-paper command groups. Advanced agent development commands are available under bohr agents dev --help.
Common parameters
| Parameter | Description |
|---|---|
--agent <id-or-name> | Agent used to start a session |
--team <id> | Team used to start a session; cannot be combined with --agent |
--model-option <id> | Select an available model option |
--sandbox-mode <cloud\|local> | Select the sandbox execution mode |
--timeout <duration> | Maximum waiting time, for example 30m |
--output-dir <dir> | Download generated files into a local directory |
Examples
bohr agents run --agent biomaster "Analyze BRCA1 variants"
bohr agents watch workflow-123 --timeout 30m
bohr agents sessions list -o json
bohr agents artifacts list --session session-123
Agent runs and SciMaster tasks may incur model or service charges. A local wait timeout does not cancel the remote task; use the relevant session or task command to manage it.