Atmosphere
Real-time transport layer for Java AI agents
Atmosphere is a Java framework for building streaming AI agents on the JVM. It lets developers declare agent behavior with an @Agent annotation while the framework handles transport, streaming, tool calls, memory, reconnect behavior, authorization, and observability. A single agent can be exposed over WebSocket, Server-Sent Events, long polling, gRPC, and WebTransport over HTTP/3 depending on the modules included. It also supports agent-facing protocols such as MCP, A2A, and AG-UI, along...