# agentsea_providers v0.1.0 - Table of Contents

> AgentSea LLM providers: Anthropic over Req, with non-streaming and real SSE streaming.

## Modules

- [AgentSea.Providers.Anthropic](AgentSea.Providers.Anthropic.md): Anthropic Messages API provider. HTTP via `Req`; normalizes responses into
`AgentSea.Response`.
- [AgentSea.Providers.SSE](AgentSea.Providers.SSE.md): Frames a stream of raw HTTP body chunks into Server-Sent Events.

