The Chat Playground is a core component of the aifusion web application that provides developers with an intuitive, ready-to-use chat interface for testing and interacting with their AI agents.
The Chat Playground user interface and actions can be customized and branded, as explained here.
Navigate to the aifusion web application and select Chat from the top navigation menu. The Chat Playground is located alongside the Evaluation and Observation modules in the main navigation.
The header displays the demo branding (e.g., 'EliteBank' for the banking demo) along with a welcome message. Few action buttons are available in the upper-left corner:
The central chat window displays the conversation between the user and the AI assistant. Each message shows:
At the bottom of the chat area, an input field with the placeholder text 'Ask me anything…' allows users to type questions. Messages can be submitted by pressing Enter or by clicking the blue send button.
Clicking the Trace button on the right edge of the screen opens a detailed debugging pane, revealing the agent's internal processing flow.
The Trace pane is a powerful debugging feature that provides complete transparency into how the agent processes each query. It displays:
Session information appears at the top of the Trace pane.
Each query displays the processing pipeline of the agentic workflow, showing its stages. For example, when a sub-agent path is chosen, the process typically involves the following stages:
For each stage, the Trace shows:
Each of the main workflow stages, representing agents, can be expanded to reveal:
The Trace pane demonstrates how agents operate iteratively, making multiple tool calls to gather the required information before formulating a response. For example, answering "Can I increase my credit card balance?" may involve:
The Chat Playground is a core component of the aifusion web application that provides developers with an intuitive, ready-to-use chat interface for testing and interacting with their AI agents.
The Chat Playground user interface and actions can be customized and branded, as explained here.
Navigate to the aifusion web application and select Chat from the top navigation menu. The Chat Playground is located alongside the Evaluation and Observation modules in the main navigation.
The header displays the demo branding (e.g., 'EliteBank' for the banking demo) along with a welcome message. Few action buttons are available in the upper-left corner:
The central chat window displays the conversation between the user and the AI assistant. Each message shows:
At the bottom of the chat area, an input field with the placeholder text 'Ask me anything…' allows users to type questions. Messages can be submitted by pressing Enter or by clicking the blue send button.
Clicking the Trace button on the right edge of the screen opens a detailed debugging pane, revealing the agent's internal processing flow.
The Trace pane is a powerful debugging feature that provides complete transparency into how the agent processes each query. It displays:
Session information appears at the top of the Trace pane.
Each query displays the processing pipeline of the agentic workflow, showing its stages. For example, when a sub-agent path is chosen, the process typically involves the following stages:
For each stage, the Trace shows:
Each of the main workflow stages, representing agents, can be expanded to reveal:
The Trace pane demonstrates how agents operate iteratively, making multiple tool calls to gather the required information before formulating a response. For example, answering "Can I increase my credit card balance?" may involve: