Step 5 - Testing the Agents
The UnO Agentic AI Builder provides tools to test your agent and workflow.
The Testing Agents page allows you to validate agent workflows, simulate user interactions, and review backend processes before deploying your agent. This ensures that the agent behaves as expected and all subagents and validation components function correctly.
- Agent Components (Left): Displays agents included in the test.
- Test Workflow (Center): Shows conversation flow and
timestamps.
- Enter test queries or attach documents (PDF only, max size: 10MB).
- Use this to simulate real user input.
For example: “Does this candidate match the job description?” The agent will read the document and provide an answer.
- Backend Flow (Right): Lists triggered subagents and their execution times.
Top Action Buttons
- Clear & Restart Testing: Resets the current test session.
- Close: Exits the testing page.
Testing from the AI Agents
To test an agent from the AI Agents, follow these steps:- Navigate to the AI Agents page.
- Locate the agent you want to test. Each agent is displayed as a tile.
- On the agent tile, click the Test icon.
- The test interface appears, allowing you to validate the agent's behavior and responses.
- In the Test Workflow panel (center), type a query in the input box to simulate user interaction with the agent. Alternatively, you can attach a document for testing by clicking the attachment icon.
- After entering the query or attaching the document, click the send icon to submit and view the agent’s response in the workflow.
When you test the agent, the Backend Flow is displayed in the right-side panel, allowing you to view the execution details and data flow.
Use the test interface to:
- Validate the agent’s behavior and generated responses.
- Identify and verify issues in the agent’s logic, prompt structure, or tool usage.
- Refine the agent’s configuration, prompts, or workflow design based on test outcomes.