FruxonDocs

Testing

Validate your agents before deployment

Interactive Testing

  1. Open your agent in Agent Studio
  2. Click Test or the chat icon
  3. Enter test inputs
  4. View the agent's response
  5. Check the execution trace for each step

Reviewing Results

After each test run, you can inspect:

  • Response — The agent's output for your inputs
  • Execution Trace — Step-by-step breakdown of what happened (LLM calls, tool invocations, costs)
  • Latency — How long the execution took
  • Token Usage — How many tokens were consumed

Tips

  • Test with a variety of inputs to cover edge cases
  • Check the execution trace to verify the agent follows the expected path
  • Compare token usage and cost across different models

Next Steps

On this page