Commit Graph

1 Commits

Author SHA1 Message Date
c288c84c25 chore: add A2A client test script for manual testing
Interactive Python client that talks to Langflow A2A agents:
- Discovers AgentCard, authenticates, sends messages
- Handles INPUT_REQUIRED: shows agent's question, prompts for response,
  sends follow-up to same taskId
- Supports streaming (--stream) and single-message (--message) modes
- Multi-turn conversation with shared contextId

Usage:
  python test-a2a-client.py --slug my-agent
  python test-a2a-client.py --slug my-agent --stream
  python test-a2a-client.py --slug my-agent -m "Deploy my app"
  python test-a2a-client.py --slug my-agent --discover-only
2026-03-27 21:55:34 -04:00