原文
| ||||||||||||||||||||||
| ||||||||||||||||||||||
![]() |
原始链接: https://news.ycombinator.com/item?id=43434171
LangManus是一个开源项目,它利用LangChain和LangGraph,是一个由社区驱动的AI自动化工具,旨在通过分层多代理系统来处理复杂的任务。该项目由gfortaine创建,并由anxs在Hacker News上介绍。LangManus使用一个监督代理来协调专门的代理(研究员、编码员、浏览器),并与Tavily(用于网络搜索)、Jina(用于网络爬取)和Python REPL(用于代码执行)等工具集成。它支持像Qwen这样的LLM,并提供一个支持Docker的安装程序和一个Web UI。一个演示视频展示了LangManus如何使用自动网络搜索、数据检索和Python代码执行来计算DeepSeek R1在HuggingFace上的影响力指数。团队鼓励用户探索GitHub仓库,贡献代码并提供反馈。一位用户请求一个逐步的教程,以指导软件的初始设置和成功运行。
| ||||||||||||||||||||||
| ||||||||||||||||||||||
![]() |
Tool Integration: Web search with Tavily, neural search with Jina, and Python REPL for coding on the fly.
Ease of Use: Docker-ready and a web UI for quick setup and control.
If you’re into AI automation, multi-agent systems, or just love contributing to open-source projects, swing by the GitHub repo: https://github.com/langmanus/langmanus. Dive into the code, play with the demo, or drop some feedback—we’d love to hear from you. Join the community and let’s build something awesome together!
reply