Refactor tests for speed and reliability, add mock providers for TTS/STT, and fix native mode node spawning.
1 parent d3a717a commit fb8732eb9f5492e68721843690fd4c8b74034654
@Antigravity AI Antigravity AI authored 15 days ago
Showing 17 changed files
View
ai-hub/app/core/orchestration/harness_evaluator.py
View
ai-hub/app/core/providers/factory.py
View
ai-hub/app/core/providers/stt/mock.py 0 → 100644
View
ai-hub/app/core/providers/tts/gemini.py
View
ai-hub/app/core/providers/tts/mock.py 0 → 100644
View
ai-hub/app/core/vector_store/embedder/genai.py
View
ai-hub/integration_tests/conftest.py
View
ai-hub/integration_tests/test_agents.py
View
ai-hub/integration_tests/test_coworker_flow.py
View
ai-hub/integration_tests/test_coworker_full_journey.py
View
ai-hub/integration_tests/test_file_sync.py
View
ai-hub/integration_tests/test_missing_endpoints.py
View
ai-hub/integration_tests/test_node_registration.py
View
ai-hub/integration_tests/test_sessions.py 0 → 100644
View
ai-hub/integration_tests/test_user_admin.py 0 → 100644
View
ai-hub/integration_tests/test_user_misc.py 0 → 100644
View
run_integration_tests.sh