Unite and Orchestrate
AI Agents with
The complete framework for building agentic AI applications with built-in voice, commerce capabilities, local models, and complete privacy.
Key Features
Everything you need to build production-ready AI agents
Voice-Enabled AI in 5 Lines
AgentSea is the only framework with built-in voice support. Add STT/TTS to your agents instantly.
import { VoiceAgent, OpenAIWhisperProvider, OpenAITTSProvider } from '@lov3kaizen/agentsea-core';const voiceAgent = new VoiceAgent(agent, { sttProvider: new OpenAIWhisperProvider(), ttsProvider: new OpenAITTSProvider({ voice: 'nova' }),});// Voice in → Voice outconst result = await voiceAgent.processVoice(audioFile, context);Modular Packages
Extend your agents with powerful, production-ready modules
Gateway
Intelligent LLM routing with load balancing, failover, and cost optimization across providers.
Guardrails
Safety and validation layer with content filtering, PII detection, and prompt injection protection.
Structured Output
Type-safe structured outputs with JSON schema validation, Zod integration, and automatic retries.
Crews
Multi-agent orchestration with role-based coordination, delegation strategies, and workflow management.
Evaluate
LLM evaluation platform with automated metrics, LLM-as-Judge, and human feedback collection.
Embeddings
Vector embeddings toolkit with multi-provider support, intelligent chunking, and vector store integrations.
Surf
Browser automation and computer use with vision-based control and Claude vision integration.
Everything You Need
A comprehensive ADK with batteries included
Voice Support (TTS/STT)
7 voice providers built-in: OpenAI Whisper, LemonFox, Local Whisper, OpenAI TTS, LemonFox TTS, ElevenLabs, Piper TTS
Local Models
6 local providers: Ollama, LM Studio, LocalAI, Text Generation WebUI, vLLM, and more
CLI Tool
Interactive setup, chat, agent management, and model management in one command
Multi-Agent Crews
Role-based coordination with delegation strategies and workflow management
12+ Providers
Support for Anthropic Claude, OpenAI GPT, Google Gemini, and 9 more providers
Figma & n8n Integration
Built-in tools for Figma designs and n8n workflow automation with retry logic
ACP Commerce Protocol
14 commerce tools for product search, cart management, checkout, and secure payments
REST API & Streaming
Built-in HTTP endpoints, Server-Sent Events (SSE), and WebSocket support
Complete Privacy
Run everything locally - LLM, voice processing, and data storage
Run Everything Locally
npm install @lov3kaizen/agentsea-coreEverything runs locally - complete privacyconst privateAgent = new VoiceAgent( new Agent({ model: 'llama2', provider: 'ollama' }), { sttProvider: new LocalWhisperProvider() });Why Choose AgentSea?
Built for developers who value simplicity and completeness
vs LangChain
- +Voice built-in (7 providers)
- +TypeScript-first (not a port)
- +CLI tool included
- +Local models prioritised
vs Building from Scratch
- +Setup in 15 minutes (vs 1-2 days)
- +Save $75K-150K in Year 1
- +Production ready Day 1
- +Comprehensive docs included
Ready to Build?
Start creating powerful voice-enabled AI agents today