We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f2529 commit 301d948Copy full SHA for 301d948
tests/client/test_client.py
@@ -50,6 +50,7 @@
50
)
51
from a2a.utils import AGENT_CARD_WELL_KNOWN_PATH
52
53
+
54
AGENT_CARD = AgentCard(
55
name='Hello World Agent',
56
description='Just a hello world agent',
tests/server/test_integration.py
@@ -44,11 +44,12 @@
44
TextPart,
45
UnsupportedOperationError,
46
47
-from a2a.utils.errors import MethodNotImplementedError
48
from a2a.utils import (
49
AGENT_CARD_WELL_KNOWN_PATH,
PREV_AGENT_CARD_WELL_KNOWN_PATH,
+from a2a.utils.errors import MethodNotImplementedError
# === TEST SETUP ===
0 commit comments