diff --git a/agent.py b/agent.py index 4da186f..57ec785 100644 --- a/agent.py +++ b/agent.py @@ -100,6 +100,7 @@ class BlogOpenapiAgent(A2AAgent): "openapi_auto_agent": { "operation_count": len(OPERATIONS), "default_base_url": DEFAULT_BASE_URL, + "source_openapi_url": "https://blog.a2acloud.io/openapi.json", "security_schemes": list(SECURITY_SCHEMES), } }