Create Integration Test Scripts for Example Workflows #14

Open
opened 2025-10-06 09:38:57 +00:00 by aditya · 0 comments
Member

Description

Develop bash integration tests validating end-to-end functionality of legal contract analyzer and multi-agent paper writer in both interactive and single-turn modes.

Acceptance Criteria

  • test_legal_contract_analyzer.sh validates 6+ workflow aspects
  • test_multi_agent_interactive.sh tests agent collaboration flow
  • test_single_turn_writer.sh validates direct paper generation
  • All scripts check for OPENAI_API_KEY and provide clear output
  • Scripts include comprehensive pass/fail reporting

Definition of Done

  • 3 executable test scripts in tests/scripts/
  • test_legal_contract_analyzer.sh tests contract loading and extraction
  • test_multi_agent_interactive.sh and test_single_turn_writer.sh verify paper workflows
  • All scripts timeout appropriately (120s)
  • tests/scripts/README.md documents usage
### **Description** Develop bash integration tests validating end-to-end functionality of legal contract analyzer and multi-agent paper writer in both interactive and single-turn modes. ### **Acceptance Criteria** - test_legal_contract_analyzer.sh validates 6+ workflow aspects - test_multi_agent_interactive.sh tests agent collaboration flow - test_single_turn_writer.sh validates direct paper generation - All scripts check for OPENAI_API_KEY and provide clear output - Scripts include comprehensive pass/fail reporting ### **Definition of Done** - 3 executable test scripts in tests/scripts/ - test_legal_contract_analyzer.sh tests contract loading and extraction - test_multi_agent_interactive.sh and test_single_turn_writer.sh verify paper workflows - All scripts timeout appropriately (120s) - tests/scripts/README.md documents usage
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cleveragents/cleveragents-core#14
No description provided.