docs/architecture/README.md
Vane is a Next.js application that combines an AI chat experience with search.
For a high level flow, see WORKING.md. For deeper implementation details, see CONTRIBUTING.md.
User Interface
API Routes
POST /api/chat powers the chat UI.POST /api/search provides a programmatic search endpoint.GET /api/providers lists available providers and model keys.Agents and Orchestration
Search Backend
LLMs (Large Language Models)
Embedding Models
Storage