Sending messages
Type your request in the input field at the bottom of the screen. The placeholder shows “Ask [agent name]…” to remind you which agent you are talking to.- Press Enter to send
- Press Shift + Enter for a new line
- Click the arrow button on the right to send
Reading responses
Agent responses appear on the left side. A response typically has two parts:Tool activity
A collapsible summary shows what the agent did behind the scenes. It looks like:Searched the web, read 3 files, wrote output.jsonClick the summary to expand and see each individual tool call with its result. Tool calls include things like:
- Read file / Wrote file — file operations in the workspace
- Ran command — shell commands the agent executed
- Searched the web — web research the agent performed
Text response
Below the activity summary, the agent’s written response is rendered as formatted text with support for:- Markdown formatting, headings, and lists
- Code blocks with syntax highlighting
- Tables
- LaTeX math expressions
- File links (clickable pill badges that open the file preview)
File links
When the agent references a file it created, the file appears as a small clickable badge in the response text. Click it to:- Preview the file in a side panel (code, PDF, images, markdown)
- Open a
.webappin a new browser tab as a deployed website