chore: update test assumption, docs

This commit is contained in:
Greyson LaLonde
2026-01-06 17:44:35 -05:00
parent fa19a57656
commit 57d91439a7
2 changed files with 3 additions and 6 deletions

View File

@@ -315,7 +315,7 @@ agent = Agent(
a2a=A2AConfig(
endpoint="https://research.example.com/.well-known/agent-card.json",
updates=PushNotificationConfig(
url="https://your-server.com/webhook",
url={base_url}/a2a/callback",
token="your-validation-token",
timeout=300.0
)