AI Skill Hub 强烈推荐:Tracecat安全自动化平台 是一款优质的Agent工作流。已获得 3.6k 颗 GitHub Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
Tracecat安全自动化平台 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Tracecat安全自动化平台 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install tracecat
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install tracecat
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/TracecatHQ/tracecat
cd tracecat
pip install -e .
# 验证安装
python -c "import tracecat; print('安装成功')"
# 命令行使用
tracecat --help
# 基本用法
tracecat input_file -o output_file
# Python 代码中调用
import tracecat
# 示例
result = tracecat.process("input")
print(result)
# tracecat 配置文件示例(config.yml) app: name: "tracecat" debug: false log_level: "INFO" # 运行时指定配置文件 tracecat --config config.yml # 或通过环境变量配置 export TRACECAT_API_KEY="your-key" export TRACECAT_OUTPUT_DIR="./output"
The agentic security automation platform.
<br> </div>
</div>
Tracecat is the open source security automation platform for teams and AI agents.
Sandboxed-by-default with nsjail and run on Temporal for security, reliability, and scale.
[!IMPORTANT] Tracecat is in active development. Review the release changelog before updating.
npx / uvx commands)nsjail sandboxes or pid runtimes.[!NOTE] Tracecat Enterprise is available as managed Cloud with US or EU hosting, or as a self-hosted deployment with dedicated support. Book a demo today.
This repo is available under the AGPL-3.0 license with the following exceptions:
packages/tracecat-ee directory is under Tracecat's paid EE (Enterprise Edition) license.deployments/k8s is a git submodule under the source available PolyForm Shield License. It contains the Tracecat Helm chart and EKS deployment templates for internal use only. The Helm chart is distributed as a private OCI artifact hosted in AWS ECR.ee features across the repoCode that fall under the above exceptions must not be redistributed, sold, or otherwise commercialized without permission.
If you are interested in Tracecat's Enterprise License or managed Cloud offering, check out our website or book a meeting with us.
架构设计优雅,事件驱动+LLM结合创新。代码质量好,文档完善,社区活跃。安全运维的有力工具。
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
总体来看,Tracecat安全自动化平台 是一款质量优秀的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | tracecat |
| 原始描述 | 开源AI工作流:Open-source security automation platform for teams and AI agents。⭐3.6k · Python |
| Topics | 安全自动化工作流编排AI代理事件驱动开源 |
| GitHub | https://github.com/TracecatHQ/tracecat |
| License | AGPL-3.0 |
| 语言 | Python |
收录时间:2026-05-19 · 更新时间:2026-05-30 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端