<div align="center"> <h1>🍋 Lemon Agent</h1> <h3>当生活给你柠檬时,就用Lemon Agent来自动化处理吧 😎</h3> <a href="https://discord.gg/fWU4rDYSxw"> <img alt="Discord" src="https://img.shields.io/badge/加入Discord-x?style=flat&logo=discord&logoColor=white&label&labelColor=gray&color=5865F2"> </a> <a href="https://twitter.com/getlemonai"> <img alt="Twitter" src="https://img.shields.io/badge/在Twitter上关注我们-x?style=flat&logo=twitter&logoColor=white&label&labelColor=gray&color=1DA1F2"> </a> <a href="https://github.com/trpc/trpc/blob/main/LICENSE"> <img alt="MIT许可证" src="https://img.shields.io/github/license/felixbrock/lemon-agent?labelColor=gray&color=yellow" /> </a> <br /> <a href="https://python.langchain.com/docs/integrations/tools/lemon-agent"> <img alt="在LangChain文档中运行Notebook" src="https://img.shields.io/badge/从LangChain文档运行Notebook-x?style=for-the-badge&logoColor=white&label&labelColor=gray&color=gray"> </a> <br /> <br /> </div>免责声明:此仓库目前未在积极维护中。某些功能可能会出现意外故障!
https://github.com/felixbrock/lemon-agent/assets/70200999/fc829e7a-0827-45e9-9ecf-13d47f6ff819
几分钟内开始与你的工具如Airtable、Hubspot、Discord、Notion和GitHub对话,通过使大语言模型能够可靠地执行读写操作来构建强大的工作流自动化。
Lemon Agent是一个独立的受监督的规划和解决Agent(基于ACL 2023论文"Plan-and-Solve Prompting: Improving Zero-Shot Chain-of-Thought Reasoning by Large Language Models"),它允许
🤝 任务分离和人机交互
🌌 无限配置选项
👀 UI灵活性
🎨 [即将推出] 模型和框架无关的操作
额外功能: 通过使用分析可视化,你可以轻松更好地了解工具的使用频率和顺序。因此,你可以识别Agent决策能力中的薄弱环节, 并通过进一步配置Lemon Agent工作流来实现更具确定性的行为。(可以在不需要额外安装的情况下运行的.html文件)
<div align="center"> <figure> <img src="https://yellow-cdn.veclightyear.com/ab5030c0/fa323229-a478-4766-ba53-b204f4ac3987.gif" alt="演示" /> </figure> </div>Lemon Agent会话由用户发起。通过UI,用户直接与规划Agent聊天,以定义如何解决给定的任务。一旦定义了解决方案,规划Agent就会开始与解决Agent通信,最后,解决Agent通过使用Lemon Agent可用的多种工具来执行给定的工作流步骤。
git clone
此仓库。pnpm i
。cp .env.example .env.development
以创建新的环境文件。对于Unix和类Unix系统: 3. 在项目根目录运行pnpm exec turbo dev
以启动Lemon Agent。如果这对你不起作用,请在根目录运行pnpm exec turbo build
,然后运行cd apps/cli
进入项目的cli客户端,最后运行pnpm run dev
。
对于Windows: