Complete guide to using the NOMOS CLI for developing and deploying agents
Option | Short | Description | Default |
---|---|---|---|
--directory | -d | Project directory | ./my-nomos-agent |
--name | -n | Agent name | - |
--template | -t | Template to use | basic , conversational , workflow |
--generate | -g | Generate agent configuration using AI | - |
--usecase | -u | Use case description or path to text file | - |
--tools | - | Comma-separated list of available tools | - |
Option | Short | Description | Default |
---|---|---|---|
--config | -c | Path to agent configuration file | config.agent.yaml |
--tools | -t | Python files containing tool definitions (can be used multiple times) | - |
--verbose | -v | Enable verbose logging | False |
Option | Short | Description | Default |
---|---|---|---|
--config | -c | Path to agent configuration file | config.agent.yaml |
--tools | -t | Python files containing tool definitions (can be used multiple times) | - |
Option | Short | Description | Default |
---|---|---|---|
--config | -c | Path to agent configuration file | config.agent.yaml |
--tools | -t | Python files containing tool definitions (can be used multiple times) | - |
--port | -p | Port to bind the server | 8000 |
--workers | -w | Number of uvicorn workers | 1 |
Option | Short | Description | Default |
---|---|---|---|
--config | -c | Path to YAML test configuration file | tests.agent.yaml |
--coverage | Generate coverage report | True | |
pytest_args | Arguments to pass to pytest | - |
Option | Short | Description | Default |
---|---|---|---|
--output | -o | Write JSON schema to file instead of stdout | - |