AI Skill Hub 强烈推荐:智能工作流 是一款优质的Agent工作流。AI 综合评分 8.0 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
智能工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g scream-code # 方式二:npx 直接运行(无需安装) npx scream-code --help # 方式三:项目依赖安装 npm install scream-code # 方式四:从源码运行 git clone https://github.com/LIUTod/scream-code cd scream-code npm install npm start
# 命令行使用
scream-code --help
# 基本用法
scream-code [options] <input>
# Node.js 代码中使用
const scream_code = require('scream-code');
const result = await scream_code.run(options);
console.log(result);
# scream-code 配置说明 # 查看配置选项 scream-code --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export SCREAM_CODE_CONFIG="/path/to/config.yml"
<p align="center"> <a href="https://scream.chat"> <img width="280" alt="Scream Code" src="assets/logo-v2.svg" /> </a> </p>
<p align="center">A local agent with zero remote data behavior — write code, run tasks, research, code or work as you please.</p>
<p align="center"> <a href="https://www.npmjs.com/package/scream-code"><img alt="npm" src="https://img.shields.io/npm/v/scream-code?style=flat-square&logo=npm&logoColor=white" /></a> <a href="https://www.npmjs.com/package/scream-code"><img alt="downloads" src="https://img.shields.io/npm/dm/scream-code?style=flat-square" /></a> <a href="https://github.com/LIUTod/scream-code/stargazers"><img alt="stars" src="https://img.shields.io/github/stars/LIUTod/scream-code?style=flat-square&logo=github" /></a> <a href="https://github.com/LIUTod/scream-code/blob/main/LICENSE"><img alt="license" src="https://img.shields.io/github/license/LIUTod/scream-code?style=flat-square" /></a> </p>
<p align="center"> <a href="README.md">English</a> | <a href="README.zh.md">简体中文</a> </p>
<p align="center"> <img width="1007" height="890" alt="企业微信20260909-170226@2x" src="https://github.com/user-attachments/assets/a8c1beda-3e73-41d1-855e-7dd80a3cc0e9" /> </p>
---
/bot) — unattended execution: reversible work (reads, in-workspace edits, read-only commands) runs freely, while irreversible actions (push / publish / delete / sensitive files / unclassified operations) are automatically denied and queued for your review — with the reason fed back to the model so it stops retrying./trace exports any session as a self-contained, offline interactive HTML timeline./search (Ctrl+Shift+F) full-screen keyword search over the conversation.ManagePlugin tool lets the agent find, make, and install add-on skills/MCP servers itself and hot-apply them to the running session: nothing executes until an approved activate, a circuit breaker reclaims a plugin after repeated failures, immune memory warns before reinstalling a source that already broke, and upgrades keep a rollback-ready backup.npm install -g scream-code
[!NOTE] Requires Node.js >= 22. Git recommended. Same command installs and updates.
scream # terminal UI
scream web # browser UI (http://localhost:3210)
scream --auto # auto permission mode
scream -y # auto-approve mode
On first launch Scream walks you through model setup (/config). 130+ providers built in — or point it at any OpenAI-compatible endpoint with /config diy. Switch models anytime with /model, no restart needed — or use /model diy to give each sub-agent its own model, letting every model do what it does best.
When Scream wants to modify files or run commands, an approval panel pops up — pick a number, press Enter.
高质量的开源AI工作流项目,值得关注
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,智能工作流 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | scream-code |
| 原始描述 | 开源AI工作流:本地Ai助手 / 可并行Agent / 中文TUI / 全局记忆日志 / 可自定义模型 / 支持飞书微信等 / 企业级安全。⭐9 · TypeScript |
| Topics | AI工作流TypeScript |
| GitHub | https://github.com/LIUTod/scream-code |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-06-11 · 更新时间:2026-06-11 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端