- Replace a2a.utils.new_agent_text_message → a2a.helpers.new_text_message - Replace Part(root=TextPart(...)) → Part(text=...) (flat Part API) - Replace A2AStarletteApplication → Starlette route factories (create_agent_card_routes, create_jsonrpc_routes) - Update conftest stubs: remove a2a.server.apps/a2a.utils, add a2a.server.routes/a2a.helpers/AgentInterface - Add AgentInterface to AgentCard supported_interfaces - Rename snake_case AgentCard fields per 1.x schema Co-authored-by: Molecule AI Infra-Runtime-BE <infra-runtime-be@agents.moleculesai.app> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_a2a_mcp_server.py | ||
| test_adapter_loader.py | ||
| test_audit.py | ||
| test_imports.py | ||
| test_llm_auth.py | ||
| test_plugins_builtins_env_scrub.py | ||
| test_session_resume_gate.py | ||
| test_shared_runtime.py | ||
| test_token_refresh_1877.py | ||
| test_validation.py | ||
| test_workspace_id_validation.py | ||