Are you the author? Sign in to claim
Luann (fka TypeAgent) allows you to create many LLM based agent(Various types of agent,scale up)
Luann (fka TypeAgent) allows you to create many LLM based agent(Various types of agent,scale up),which has complete memory module (long-term memory, short-term memory),Tool Use module,RAG module etc.
Luann makes user easy to build and deploy LLM agents with support for:
You can also use Luann to deploy agents as a service. You can use a Luann server to run a multi-user, multi-agent application on top of supported LLM providers.
pip install luannluann serverlocalhost:8283 in the browser to view the developer portalpython main.py configurepython main.py serverlocalhost:8283 in the browser to view the developer portalThe pip install of Luann defaults to using SQLite. If you have a PostgreSQL instance running on your own computer, you can still connect Luann (installed via pip) to PostgreSQL by setting the environment variable LUANN_PG_URI.
Luann is designed to Create various types of agent. The following type of agent are supported:
| Type | supported |
|---|---|
| Memgpt | ✅ |
| openhands | ❌ |
Luann is designed to be model and provider agnostic. The following LLM and embedding endpoints are supported:
| Provider | LLM Endpoint | Embedding Endpoint |
|---|---|---|
| OpenAI | ✅ | ✅ |
| Azure OpenAI | ✅ | ✅ |
| Google AI (Gemini) | ✅ | ❌ |
| Anthropic (Claude) | ✅ | ❌ |
| vLLM | ✅ | ❌ |
| Ollama | ✅ | ✅ |
When using Luann with open LLMs (such as ollma and vllm ), the performance of Luann will be highly dependent on the LLM's function calling ability ,Language understanding and reasoning skills.
Coming
goal:EQ and IQ AGENT ,TOOL agent ,Scale up to create agent more easier
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Project management using GitHub Issues + Git worktrees for parallel agent execution
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming