From 43108dbf62b9cd1a1aaf2520c6a6f9307ec97a05 Mon Sep 17 00:00:00 2001 From: weego <136071305+wxai-space@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:24:42 +0800 Subject: [PATCH] Add LightAgent --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd4f013..f6441c4 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ AI agents are autonomous software entities that perceive their environment, make - [Swarm](https://github.com/openai/swarm) - OpenAI's experimental lightweight multi-agent orchestration framework. - [Smolagents](https://github.com/huggingface/smolagents) - Hugging Face's minimalist library for building powerful agents in a few lines of code. - [LangGraph](https://github.com/langchain-ai/langgraph) - Library for building stateful, multi-actor applications with LLMs using graph-based workflows. +- [LightAgent](https://github.com/wanxingai/LightAgent) - Lightweight Python framework for tool-using agents, memory-backed assistants, deterministic workflows, and multi-agent collaboration. - [DSPy](https://github.com/stanfordnlp/dspy) - Stanford's framework for programming with foundation models through declarative modules rather than prompting. - [Rivet](https://github.com/Ironclad/rivet) - Visual programming environment for building complex AI agent workflows with a node-based editor. - [Composio](https://github.com/ComposioHQ/composio) - Platform providing 250+ tool integrations for AI agents across popular frameworks.