operators_cmd
operators_cmd
¶
jarvis operators — operator lifecycle management commands.
Functions¶
operators
¶
list_operators
¶
List all discovered operators and their status.
Source code in src/openjarvis/cli/operators_cmd.py
info
¶
Show detailed info about an operator.
Source code in src/openjarvis/cli/operators_cmd.py
activate
¶
Activate an operator (creates a scheduler task).
Source code in src/openjarvis/cli/operators_cmd.py
deactivate
¶
Deactivate an operator (cancels its scheduler task).
Source code in src/openjarvis/cli/operators_cmd.py
pause
¶
Pause an active operator.
Source code in src/openjarvis/cli/operators_cmd.py
resume
¶
Resume a paused operator.
Source code in src/openjarvis/cli/operators_cmd.py
run_once
¶
Execute a single tick of an operator immediately (for testing).
Source code in src/openjarvis/cli/operators_cmd.py
logs
¶
Show execution logs for an operator.
Source code in src/openjarvis/cli/operators_cmd.py
install
¶
Install an operator TOML manifest to the manifests directory.