GentisAI
The lightweight framework for real-time AI agents.
Build multi-expert systems with precise routing, zero overhead, and 6ร less token usage than major competitors.
Why GentisAI?
Traditional agent frameworks (LangChain, CrewAI, AutoGenโฆ) are created for complex, autonomous, long-running tasks. They introduce:
- Heavy orchestration layers
- Hidden โmanagerโ reasoning loops
- Massive prompts
- Slow response times
- High token usage
GentisAI is built for a different purpose:
๐ Create fast, deterministic, conversational AI agents that feel real-time.
๐ฅ The Gentis Advantage
โก 6ร More Efficient
Our architecture uses ~83% fewer tokens per turn than CrewAI in benchmarks.
๐ฏ Precise Expert Routing
A tiny, dedicated router sends each message to the correct expert โ fast, deterministic, and with no โagent arguing with itself.โ
๐ชถ Minimalist API
Experts are simple Python classes. Router is a single object. Flow is one line.
๐ Fully Transparent
No black-box loops. You control the routing logic, prompts, and state.
๐ ๏ธ Production-Ready Structure
Clean separation of concerns:
- Experts
- Router
- Flow
- Memory
- LLM Adapters