updates and clean up !

pull/948/head
harshalmore31 2 months ago
parent bf22003941
commit 935392e5ed

@ -443,34 +443,34 @@ def run_all_tests():
tests_to_run = [ tests_to_run = [
# Basic Tests # Basic Tests
# test_basic_agent_functionality, test_basic_agent_functionality,
# test_agent_with_custom_prompt, test_agent_with_custom_prompt,
# test_tool_execution_with_agent, test_tool_execution_with_agent,
# # Multi-Modal Tests # Multi-Modal Tests
# test_multimodal_execution, test_multimodal_execution,
# test_multiple_image_execution, test_multiple_image_execution,
# # Workflow Tests # Workflow Tests
# test_sequential_workflow, test_sequential_workflow,
# test_concurrent_workflow, test_concurrent_workflow,
# # Advanced Swarm Tests # Advanced Swarm Tests
# test_agent_rearrange, test_agent_rearrange,
# test_mixture_of_agents, test_mixture_of_agents,
test_spreadsheet_swarm, test_spreadsheet_swarm,
test_hierarchical_swarm, test_hierarchical_swarm,
# test_majority_voting, test_majority_voting,
# test_round_robin_swarm, test_round_robin_swarm,
# test_swarm_router, test_swarm_router,
# # Performance & Features # Performance & Features
# test_streaming_mode, test_streaming_mode,
# test_agent_memory_persistence, test_agent_memory_persistence,
# test_error_handling, test_error_handling,
# # Integration Tests # Integration Tests
# test_complex_workflow_integration, test_complex_workflow_integration,
] ]
results = [] results = []

Loading…
Cancel
Save