awesome-llm-apps
awesome-llm-apps copied to clipboard
EasyAgent——A starter general AI Agent
trafficstars
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.