LightAgent
A lightweight AI agent framework supporting multi-agent collaboration, self-learning, and major LLMs.
- Type
- Agent Skill
- Open source
- Yes
- GitHub Stars
- ★ 1.2k
- Source
- skill-github
- Repository
- github.com/wanxingai/LightAgent
Overview
LightAgent is an ultra-lightweight open-source framework that supports skill composition, persistent memory, tool usage, and tree-like reasoning. It simplifies multi-agent collaboration, supports mainstream LLMs such as OpenAI/DeepSeek/Qwen, and integrates via MCP/SSE protocols. Suitable for applications requiring intelligent agents, such as automated task processing and complex problem solving.
Capabilities
- ▪Supports multi-agent collaboration
- ▪Self-learning capability
- ▪Persistent memory management
- ▪Tool integration
- ▪Tree-like reasoning
Use cases
Setup
pip install lightagent
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
Supports mainstream LLMs such as OpenAI, DeepSeek, Qwen.
Which LLMs does LightAgent support?
Get started quickly by following the example code in the documentation after installation.
How do I get started with LightAgent?
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.