Usage
Options
| Flag | Default | Description |
|---|---|---|
--session | — | Resume an existing session by ID instead of creating a new one |
--keep | false | Preserve the session on exit and print its ID for later --session use |
--param | — | KEY=VALUE parameter passed to the agent as user_params (repeatable). Numeric values are auto-coerced to int or float. |
Examples
Single message
--keep, chat creates a fresh session, sends the message, prints the response, and then deletes the session.

