Production-grade AI capability integration framework for JitAI.
⚠️ IMPORTANT NOTEjitai-ai is a framework application module of the JitAI platform and cannot run independently.
For a complete development environment setup, please visit the jitai-team/quickstart repository.
- Unified LLM Integration: Seamless connection to various LLMs (OpenAI, Anthropic, local models, etc.)
- ReAct Agent: Robust ReAct paradigm agent runtime support
- RAG Support: Built-in Chroma vector database for retrieval-augmented generation
- AI Assistant: Standard AI assistant runtime capabilities
- Knowledge Base: Knowledge base creation, vectorized storage and retrieval
JitAI is built on JAAP (Jit AI Application Protocol), enabling true AI-driven development:
| Capability | Description |
|---|---|
| 🧠 Full-Stack Module Perception | All system modules are self-describing. AI can perceive and understand their functions, parameters, and usage in real-time |
| 🎮 Intelligent Driving & Orchestration | AI dynamically calls and orchestrates any module using unified syntax, enabling autonomous business process planning and execution |
| 🤝 Human-AI Collaboration | AI and humans collaborate within the same UI. AI can manipulate frontend components (generate charts, fill forms, etc.) |
JitAI offers two editions for the AI framework: Community Edition and Enterprise Edition.
| Feature Module | Capability | 🟢 Community Edition | 🔵 Enterprise Edition |
|---|---|---|---|
| LLM Foundation | All Model Types Support | ✅ | ✅ |
| Vector Database | Chroma DB Support | ✅ | ✅ |
| ReAct Agent | Runtime Execution | ✅ | ✅ |
| Visual Editor | ❌ | ✅ | |
| AI Assistant | Standard Assistant Runtime | ✅ | ✅ |
| Standard Assistant Visual Editor | ❌ | ✅ | |
| Embedded AI Assistant | ❌ | ✅ | |
| Knowledge Base | Standard KB Runtime | ✅ | ✅ |
| Standard KB Visual Editor | ❌ | ✅ |
Note: Some visual editors are not open source, but developers can use all visual development capabilities for free in the Desktop Client.
We welcome contributions! Please refer to quickstart to get started.