data-analysis.yaml 756 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Test: Business Data Analysis
  2. # Tests pure analysis task with no tool execution
  3. id: biz-data-analysis-001
  4. name: Business Data Analysis
  5. description: |
  6. Tests that OpenAgent can perform pure analysis tasks without
  7. requiring tool execution or file modifications.
  8. category: business
  9. prompt: |
  10. Analyze the following sales data and provide insights:
  11. - Q1: $50,000
  12. - Q2: $65,000
  13. - Q3: $48,000
  14. - Q4: $72,000
  15. What are the trends and recommendations?
  16. approvalStrategy:
  17. type: auto-approve
  18. expected:
  19. pass: true
  20. minMessages: 1
  21. maxMessages: 2
  22. notes: |
  23. Agent should:
  24. 1. Provide analysis without tools
  25. 2. No file modifications
  26. 3. No bash commands needed
  27. timeout: 30000
  28. tags:
  29. - analysis
  30. - no-tools
  31. - conversational