Description
AgentCore now supports websocket connections.
FastAPI has websocket support so it wouldn't be hard to add an example of this. The trickier part is type-safe client generation since OpenAPI doesn't have a way to represent websocket messages, nor FastAPI an ability to define schemas for messages.
Motivation
Interruptible agent interactions, eg voice agents.
Suggested Implementation
No response
Contribute to feature