Documentation Index
Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt
Use this file to discover all available pages before exploring further.
bl chat
Chat with an agentSynopsis
Start an interactive chat session with a deployed agent. This command opens a terminal-based chat interface where you can send messages to your agent and see responses in real-time. Perfect for testing agent behavior, exploring capabilities, or debugging conversational flows. The agent must be deployed and in DEPLOYED status. Use ‘bl get agent NAME’ to check deployment status before chatting. Local Testing: Use —local flag to chat with a locally running agent (requires ‘bl serve’ to be running in another terminal). This is useful during development. Debug Mode: Enable —debug to see detailed API calls, responses, and timing information. Helpful for troubleshooting issues or understanding agent behavior. Keyboard Controls:- Type your message and press Enter to send
- Ctrl+C to exit chat session
- Ctrl+L to clear screen (if supported)
Examples
Options
Options inherited from parent commands
SEE ALSO
- bl - Blaxel CLI - manage and deploy AI agents, sandboxes, and resources
