LightAgent

wanxingai/LightAgent
★ 1,154 stars Python AI/LLM Updated today
LightAgent: Lightweight AI agent framework with memory, mcp & skill. Supports multi-agent collaboration, self-learning, and major LLMs (OpenAI/DeepSeek/Qwen). Open-source with MCP/SSE protocol integration.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lightagent": {
      "command": "uvx",
      "args": [
        "lightagent"
      ]
    }
  }
}

Or install with pip: pip install lightagent

README Excerpt

<div align="center"> <p> <a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License"></a> <a href="https://github.com/wanxingai/LightAgent/releases"><img src="https://img.shields.io/github/release/wanxingai/LightAgent.svg" alt="GitHub release"></a>

Tools (7)

LightAgentLightFlowLightSwarmSharedMemoryPoolfinancefrontdeskwriter

Topics

agent-frameworkagentsai-agentllmmcpmulti-agentopenaiopenai-apipythontool-calling