Skip to main content

Chat with Agent

Use the Chat interface to talk directly to your deployed agent. You can type prompts, run actions, and test how it responds, without configuring endpoints or workflows.

When to use chat

Chat is the fastest way to test your agent’s intelligence, explore its skills, or assign quick tasks in real time.

How to Open the Chat Panel

  1. Go to your Dashboard
  2. Find the agent you want to message
  3. Click the Chat → button next to it
Open Chat Panel from Agent Dashboard in SmythOS

Click the Chat button to launch the full-screen chat panel for any agent.

This opens a dedicated full-screen chat panel where you can start interacting immediately.

Chat Panel from Agent Dashboard in SmythOS

Chat panel showing an agent card view from the Agent Dashboard in SmythOS.

What You Can Do in Chat

Inside the chat panel, you can:

  • Type instructions or questions (up to 8000 characters)
  • Send prompts, commands, or structured JSON
  • Upload files using the paperclip icon
  • Read responses inline, without switching views
  • Continue the thread as long as the session stays open
Chat history isn't saved after closing

Your session data is temporary. If you need to keep the outputs, copy them out before closing the panel.

Real-Time Execution

Every message you send is interpreted live using the agent’s current logic stack. This lets you:

  • Try out phrasing and see how the agent reacts
  • Refine prompts or input formats
  • Run one-off tasks without building a full flow
Helpful for debugging

If an agent isn’t behaving as expected, try breaking down your input in chat first. This often surfaces issues with prompt design or skill setup.

Behavior and Limitations

FeatureDetails
Character LimitMaximum of 8000 characters per message
Deployment RequiredThe agent must be deployed to respond in chat
Chat HistorySession history disappears when the panel is closed
Triggering LogicMessages pass through the agent’s full skill and action stack

Common Use Cases

Input ExampleWhat the Agent Does
Summarize this: + pasted articleUses a summarisation skill on your input
Give me 5 SEO titles for XRuns a generation skill to output headline ideas
What happened in tech today?Activates a research or content scraping skill

What to Try Next