mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-11 17:48:31 -05:00
EasyAgent——A starter general AI Agent #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Yangyf1125 on GitHub (Jun 16, 2025).
https://github.com/Yangyf1125/EasyAgent
EasyAgent is a beginner-friendly open source AI Agent project. It builds Plan-execute Agent based on LangChain and LangGraph, integrates a variety of practical MCP tools and services, supports deepseek and other API interfaces, can help users complete various basic tasks. In addition to the terminal, it also provides a intuitive Web UI based on streamlit.
The project has complete and clear functions covering the whole process of the Agent project (llm, Agent build, terminal output and Web UI), suitable for getting started with Agent or continuing to optimize based on this.