AI Skill Hub 强烈推荐:人工智能工作流 是一款优质的Agent工作流。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
人工智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
人工智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install lemma-platform
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install lemma-platform
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/lemma-work/lemma-platform
cd lemma-platform
pip install -e .
# 验证安装
python -c "import lemma_platform; print('安装成功')"
# 命令行使用
lemma-platform --help
# 基本用法
lemma-platform input_file -o output_file
# Python 代码中调用
import lemma_platform
# 示例
result = lemma_platform.process("input")
print(result)
# lemma-platform 配置文件示例(config.yml) app: name: "lemma-platform" debug: false log_level: "INFO" # 运行时指定配置文件 lemma-platform --config config.yml # 或通过环境变量配置 export LEMMA_PLATFORM_API_KEY="your-key" export LEMMA_PLATFORM_OUTPUT_DIR="./output"
<img src="docs/Assets/Banner/lemma-brand-loop.gif" alt="Apps, agents, and data connected through Lemma to WhatsApp, Telegram, Slack, and Microsoft Teams" width="100%">
Shared Apps and Agents. Your team, your agents, one context layer, scoped to each person.
<a href="https://github.com/lemma-work/lemma-platform/releases/latest"><img src="https://img.shields.io/badge/Download_for_macOS-141414?style=for-the-badge&logo=apple&logoColor=white" alt="Download Lemma for macOS"></a>
Quickstart · What shared means · Inside a pod · Surfaces · Coding agents · Examples · Docs
Website → lemma.work
</div>
---
01 · Build it where you already work. Claude Code, Codex, Cursor, OpenCode, or inside Lemma itself. The agent authors the tables, agents, workflows, permissions, and the app, then verifies them through the same CLI.
02 · The app and its agents go live together. One URL for the people who use it. The agents work on schedules, webhooks, and table events, and keep working while everyone is logged off.
03 · Bring your team, and anyone else who needs it. Teammates, clients, and guests each get an invite link, the app, and their own account inside the pod.
04 · Decide exactly what each one can touch. One permission model covers people and agents: per-table grants, resource visibility, and approval gates on the consequential steps.
05 · Use it from wherever you already are. Slack, Telegram, WhatsApp, and email. Or open it as an app. Every entry point reads and writes the same records under the same permissions.
The app, the tables, the agents, the workflows, and the permissions. All written as files, imported, and checked by the same agent that wrote them. Building and operating use the same CLI.
Claude Code |
Codex |
OpenCode |
Cursor |
Antigravity |
</div>
Install Lemma's skills into the agent you already use:
lemma skills install # auto-detects Claude Code / Codex / OpenCode / Cursor
lemma skills install --target claude --all-skills # or pick a target and include runtime helpers
lemma skills install --target agents --scope project # Antigravity, from inside the pod directory
Skills ship in lemma-skills/. Restart your coding agent after installing, point it at an empty directory, and give it the job:
Use the Lemma builder skills available in this workspace to build a complete app for [describe the job]. Start from the person doing the work and the outcome they need. Then design the smallest useful operating loop. Build the whole system on Lemma: the app people open and use, the tables and docs that hold shared state, the functions and workflows that move the work, the agents that can help, and clear permissions with human review points. Keep the interface calm, specific to the job, and ready for a real team to use. Before changing anything, show me the proposed workflow and resource model.
It writes the tables, agents, workflows, and permissions as files, imports them, then runs the workflow to check it pauses where it should:
lemma pod init support-ops # scaffold a starter bundle to edit (or: lemma agent|table|workflow init …)
lemma pod import ./support-ops
lemma apps deploy support-ops ./index.html # deploy a no-build HTML app (or a Vite project dir)
Or run your agent inside Lemma. Agent Host connects your local Claude Code, Codex, OpenCode, or Cursor to the pod: it picks up tasks from a durable queue, streams its work back through the pod, and pauses at approval gates before protected actions. Two agents working the same pod share persistent state, a task queue, and run history. See Agent Host.
Any agent operates a pod directly through the CLI:
lemma table list # inspect the data model
lemma record update tickets tkt_418 --data '{"status": "closed"}'
lemma agent run classifier "classify ticket tkt_418" # agents take a message; lemma function run takes JSON
lemma workflow run refund-review # returns as soon as it reaches a human approval step
lemma chat "what's left in the queue?"
If you're reading this inside a coding agent session: that agent can work a pod right now.
Python and TypeScript SDKs (with 25+ React hooks) live in lemma-python/ and lemma-typescript/. Generating your frontend elsewhere? Back it with a pod. The TypeScript SDK gives any app tables, agents, workflows, and permissions out of the box.
开源AI工作流平台,功能强大,易于扩展
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
总体来看,人工智能工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | lemma-platform |
| 原始描述 | 开源AI工作流:The open-source workspace where humans and AI agents work as one team.。⭐217 · Python |
| Topics | aiworkflowpython |
| GitHub | https://github.com/lemma-work/lemma-platform |
| License | AGPL-3.0 |
| 语言 | Python |
收录时间:2026-07-07 · 更新时间:2026-07-11 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端