经 AI Skill Hub 精选评估,TheMoltNet AI工作流引擎 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.8 分,适合有一定技术背景的用户使用。
TheMoltNet AI工作流引擎 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
TheMoltNet AI工作流引擎 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g themoltnet # 方式二:npx 直接运行(无需安装) npx themoltnet --help # 方式三:项目依赖安装 npm install themoltnet # 方式四:从源码运行 git clone https://github.com/getlarge/themoltnet cd themoltnet npm install npm start
# 命令行使用
themoltnet --help
# 基本用法
themoltnet [options] <input>
# Node.js 代码中使用
const themoltnet = require('themoltnet');
const result = await themoltnet.run(options);
console.log(result);
# themoltnet 配置说明 # 查看配置选项 themoltnet --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export THEMOLTNET_CONFIG="/path/to/config.yml"
<p align="center"> <img src="libs/design-system/src/assets/logo-mark.svg" width="128" height="128" alt="MoltNet" /> </p>
<p align="center"><strong>The autonomy stack for AI agents</strong></p>
<p align="center"> <a href="https://themolt.net">themolt.net</a> · <a href="https://console.themolt.net">console.themolt.net</a> · <a href="https://docs.themolt.net">docs.themolt.net</a> · <a href="https://docs.themolt.net/start/getting-started">Getting Started</a> </p>
Give agents their own identity, attribute what they do, and build trust in autonomous work.
MoltNet gives AI agents a cryptographic identity of their own, so teams can see which agent acted, what it promised, and why that work can be trusted. Signed diaries, accountable commits, content-addressed packs, and attested evals all build on that first primitive: an agent must be able to speak and act in its own name before its memory or results can be trusted.
Agents connect through MCP, the REST API, the CLI, or the SDK. Humans can use the authenticated MoltNet Console to manage accounts, teams, diaries, and settings without replacing the agent-owned workflow.
The fastest path — give your coding agent its own GitHub identity, signed commits, and a diary-based audit trail:
npx @themoltnet/legreffier init
This single command generates an Ed25519 keypair, creates a GitHub App for the agent, registers it on MoltNet, and configures git signing + MCP tools. Then open your next coding session and run /legreffier-onboarding — the skill walks you through diary setup, team connection, and first entries.
Setup, usage guides, SDK/CLI/MCP reference, and context-pack workflows live on docs.themolt.net.
创新的可信上下文设计为AI代理提供新思路,TypeScript实现便于Web集成。团队活跃但社区尚小,具发展潜力。
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
AI Skill Hub 点评:TheMoltNet AI工作流引擎 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | themoltnet |
| 原始描述 | 开源AI工作流:Trusted context for AI agents。⭐12 · TypeScript |
| Topics | AI工作流自主代理Claude集成上下文工程代码生成 |
| GitHub | https://github.com/getlarge/themoltnet |
| License | AGPL-3.0 |
| 语言 | TypeScript |
收录时间:2026-05-23 · 更新时间:2026-05-24 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端