https://github.com/mahawi1992/letta-deepseek
Advanced multi-agent system built with Letta AI and DeepSeek, featuring memory optimization and Lightning AI deployment.
https://github.com/mahawi1992/letta-deepseek
Last synced: 3 months ago
JSON representation
Advanced multi-agent system built with Letta AI and DeepSeek, featuring memory optimization and Lightning AI deployment.
- Host: GitHub
- URL: https://github.com/mahawi1992/letta-deepseek
- Owner: mahawi1992
- Created: 2024-12-07T23:43:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T00:14:39.000Z (about 1 year ago)
- Last Synced: 2025-01-06T00:34:14.690Z (11 months ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome_ai_agents - Letta-Deepseek - Advanced multi-agent system built with Letta AI and DeepSeek, featuring memory optimization and Lightning AI deployment. (Building / Deployment)
README
# Letta DeepSeek Multi-Agent System
Advanced multi-agent system built with Letta AI and DeepSeek, featuring memory optimization and Lightning AI deployment.
## Features
- 🧠Advanced Memory Management
- Memory optimization
- Documentation storage
- Pattern recognition
- Knowledge accumulation
- 🤖 Multi-Agent System
- Research Agent with Tavily integration
- Coding Agent with DeepSeek
- Documentation Agent
- Orchestrator for coordination
- 📚 Continuous Learning
- Memory optimization
- Pattern extraction
- Best practices learning
- Success tracking
## Installation
1. Clone the repository
2. Create virtual environment:
```bash
python -m venv venv
source venv/bin/activate # Linux/Mac
.\venv\Scripts\activate # Windows
```
3. Install dependencies:
```bash
pip install -r requirements.txt
```
4. Configure environment variables:
```bash
cp .env.example .env
# Edit .env with your API keys
```
## Deployment
See [deployment guide](docs/deployment.md) for Lightning AI deployment instructions.
## Documentation
- [Deployment Guide](docs/deployment.md)
- [Enhanced Features](docs/enhanced_features.md)
- [Memory System](docs/memory.md)
## License
MIT License