1. Automated CLI Installer (`npx moven-ai-cli`)
Run npx moven-ai-cli init inside your AI project directory. Moven inspects dependencies, detects your framework, extracts model definitions, and generates a ready-to-use configuration file.
npx moven-ai-cli init
What `moven-ai-cli` performs automatically:
- Detects agent frameworks:
LangChain / LangGraph,Vercel AI SDK,LlamaIndex,CrewAI,AutoGen,OpenAI / Anthropic / Google SDKs. - Scans source files for active model strings (
gpt-4o,claude-3-5-sonnet,gemini-2.5-flash). - Opens browser magic authentication token pairing page.
- Writes
moven.config.tswith exact agent identity. - Saves your authenticated
MOVEN_API_KEYinto local `.env`.
2. Manual Installation
If you prefer installing manually via standard package managers:
npm install moven-sdk
