chat command starts an interactive chat session with an AI agent.
Usage
Arguments
| Argument | Description |
|---|---|
PROMPT | Initial prompt for the chat session |
Options
| Option | Short | Description | Default |
|---|---|---|---|
--model | -m | LLM model to use | gpt-4o-mini |
--verbose | -v | Verbose output | false |
--memory | Enable memory persistence | false | |
--tools | -t | Tools file path | |
--user-id | User ID for memory isolation | ||
--session | -s | Session ID to resume |
Examples
Start a chat session
Chat with initial prompt
Chat with specific model
Chat with memory enabled
Resume a previous session
Interactive Commands
During a chat session, you can use these commands:| Command | Description |
|---|---|
/exit | Exit the chat session |
/clear | Clear conversation history |
/help | Show available commands |
/session | Show current session info |
/history | Show conversation history |
/new | Start a new session |
See Also
- Interactive TUI - Full TUI interface
- Session - Session management
- Memory - Memory management

