LightAgent

LightAgent: Lightweight AI agent framework with memory, tools & tree-of-thought. Supports multi-agent collaboration, self-learning, and major LLMs (OpenAI/DeepSeek/Qwen). Open-source with MCP/SSE protocol integration.

GitHub Stars

267

User Rating

Not Rated

Favorites

0

Views

38

Forks

32

Issues

6

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.8 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/wxai-space/LightAgent.git
cd LightAgent

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python main.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Agent not functioning correctly Solution: Verify configuration file and ensure necessary API keys are set.

Additional Resources