feat: Improve local testing and robustify agent loop
- Support native mode in run_integration_tests.sh

- Add error handling for ObjectDeletedError in agent_loop.py

- Use db_executor for heartbeat updates in node_registry.py

- Add new settings to config.py

- Add test for AuthService.handle_callback

- Update docker compose configs
1 parent 745fd00 commit 2cc1a03dbc448da9e85e85e627d9627c3907f6e4
@jerxie jerxie authored 16 hours ago
Showing 11 changed files
View
ai-hub/app/app.py
View
ai-hub/app/config.py
View
ai-hub/app/core/grpc/core/mirror.py
View
ai-hub/app/core/orchestration/agent_loop.py
View
ai-hub/app/core/services/auth.py
View
ai-hub/app/core/services/node_registry.py
View
ai-hub/integration_tests/test_coworker_flow.py
View
ai-hub/tests/core/services/test_auth.py 0 โ†’ 100644
View
deployment/test-nodes/docker-compose.test-nodes.yml
View
docker-compose.yml
View
run_integration_tests.sh