mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-11 12:17:45 +02:00
Also removes tests that covered code no longer present in the codebase: - test_agent_loop.py, test_tools_unit.py — deleted (targets removed) - test_mcp_servers_unit.py — deleted (targets removed) - test_providers_anthropic_extra.py, test_providers_openai_compat.py, test_providers_registry.py — deleted (providers layer refactored away) - test_api_outputs.py — drops vibe-code tests (endpoint removed) - test_browser_agent_integration.py — drops run_browser_agents fanout tests (function removed) - test_mcp_preflight.py — drops _call_classifier tests (internal removed)
6 lines
175 B
Python
6 lines
175 B
Python
"""(Reserved for future use; intentionally empty.)
|
|
|
|
The service-sync layer ships opaque payload dicts through `submit()` —
|
|
no Pydantic shape exposed in the public repo.
|
|
"""
|