v0.2.0
What's new
Free tier & cloud
- Cloud API available at https://api.lians.dev — free tier includes 10K memories and 1K recalls/month, no credit card required
- Added pricing documentation:
docs/pricing-tiers.mdanddocs/billing.md(Clerk + Stripe integration guide)
Packages
- lians-sdk (PyPI)
0.2.0— full server SDK with MCP, LangChain, LangGraph, CrewAI, OpenAI Agents, AutoGen integrations - @ebeirne/lians (npm)
0.2.0— TypeScript/Node SDK - lians (PyPI)
0.2.0— thin HTTP client - MCP Registry
io.github.ebeirne/lians 0.2.0— native tool in Claude Desktop, Cursor, Windsurf
Fixes
- Corrected all package repository URLs to
github.com/Lians-ai/Lians
Install
```bash
pip install lians-sdk # Python (full SDK)
pip install lians-sdk[mcp] # + MCP server
pip install lians-sdk[local] # + local SQLite mode (zero setup)
npm install @ebeirne/lians # TypeScript / Node
```
Self-host
```bash
git clone https://github.com/Lians-ai/Lians.git && cd Lians/agentmem
cp .env.demo .env
docker compose up --build -d
```