Packages
agentsea_bumblebee
0.1.0AgentSea Bumblebee: in-process Hugging Face embeddings and Whisper speech-to-text via Bumblebee and Nx.
agentsea_core
0.1.0AgentSea core: the agent GenServer, the agentic run loop, and the Provider/Tool/Memory behaviours.
agentsea_crews
0.1.0AgentSea crews: multi-agent coordination with delegation strategies and a gen_statem task-DAG coordinator.
agentsea_embeddings
0.1.0AgentSea embeddings: embedder/vector-store behaviours, RAG, and in-memory/pgvector/Qdrant/Pinecone stores.
agentsea_evaluate
0.1.0AgentSea evaluate: concurrent evaluation metrics, including an LLM-as-judge metric.
agentsea_gateway
0.1.0AgentSea gateway: strategy-based routing, circuit breaking, and failover across LLM providers.
agentsea_guardrails
0.1.0AgentSea guardrails: an input/output validation pipeline with rule-based and LLM moderation guardrails.
agentsea_ingest
0.1.0AgentSea ingest: a Broadway document ingestion pipeline (chunk, embed, store).
agentsea_mcp
0.1.0AgentSea MCP: a Model Context Protocol client with stdio and streamable-HTTP transports.
agentsea_providers
0.1.0AgentSea LLM providers: Anthropic over Req, with non-streaming and real SSE streaming.
agentsea_structured
0.1.0AgentSea structured output: extract validated Ecto structs from an LLM, with validation retry.
agentsea_surf
0.1.0AgentSea surf: a Node/Playwright browser-automation sidecar exposed as agent tools.
agentsea_voice
0.1.0AgentSea voice: text-to-speech and speech-to-text behaviours with OpenAI and ElevenLabs adapters.
agentsea_web
0.1.0AgentSea web: a Phoenix LiveView fleet dashboard and an OpenAI-compatible chat completions endpoint.