BaseAI
NormalDescription
BaseAI is a serverless AI agent framework for web developers, enabling local-first agentic pipes, tools, and memory with one-command serverless deployment for rapid AI agent application delivery.
Key Features
- Serverless AI agent framework for web developers, TypeScript-first
- Local-first agentic pipes development experience with one-command serverless deployment
- Built-in memory (RAG) and tool integration with customizable system prompts and model params
- Multi-LLM provider support: OpenAI, Anthropic, Cohere, Google, Groq, Mistral and more
- Streaming output with real-time event listeners (connect, content, end, error)
- Langbase Studio collaboration platform for team-based AI pipe development
Use Cases
Tags
Categories
Quick Start
1. Initialize: npx baseai@latest init
2. Configure LLM API keys in .env
3. Create an AI pipe: npx baseai@latest pipe
4. Instantiate and run the pipe: const { stream } = await pipe.run({ messages })