经 AI Skill Hub 精选评估,泛神OS 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
泛神OS 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
泛神OS 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install pantheonos
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install pantheonos
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/aristoteleo/PantheonOS
cd PantheonOS
pip install -e .
# 验证安装
python -c "import pantheonos; print('安装成功')"
# 命令行使用
pantheonos --help
# 基本用法
pantheonos input_file -o output_file
# Python 代码中调用
import pantheonos
# 示例
result = pantheonos.process("input")
print(result)
# pantheonos 配置文件示例(config.yml) app: name: "pantheonos" debug: false log_level: "INFO" # 运行时指定配置文件 pantheonos --config config.yml # 或通过环境变量配置 export PANTHEONOS_API_KEY="your-key" export PANTHEONOS_OUTPUT_DIR="./output"
<img src="docs/source/_static/pantheon-github-banner.png" alt="PantheonOS — A framework for building evolvable and distributed multi-agent systems." width="100%" />
[Official Site][official-site] · [Online App][online-app] · [Desktop App][desktop-release-link] · [Documents][docs] · [Feedback][github-issues-link]
[official-site]: https://pantheonos.stanford.edu/ [online-app]: https://app.pantheonos.stanford.edu/ [docs]: https://pantheonos.readthedocs.io/en/latest/
</div>
[![][website-shield]][website-link] [![][online-app-shield]][online-app] [![][desktop-shield]][desktop-release-link] [![][store-shield]][store-link] [![][manuscript-shield]][manuscript-link] [![][slack-shield]][slack-link] [![][discord-shield]][discord-link] <br/> [![][x-shield]][x-link] [![][github-forks-shield]][github-forks-link] [![][github-stars-shield]][github-stars-link] [![][github-issues-shield]][github-issues-link] [![][github-license-shield]][github-license-link] [![][python-shield]][python-link] [![][status-shield]]()
</div>
pantheon cli) and Chatroom UI (pantheon ui)uv sync --extra knowledge # RAG/vector search support uv sync --extra claw # PantheonClaw mobile gateway channels uv sync --extra r # R language support (requires R installed) ```
pip install "pantheon-agents[knowledge] @ git+https://github.com/aristoteleo/PantheonOS.git" ```
[!WARNING] Security notice (June 2026) — install from source, not PyPI. The PyPI account that publishedpantheon-agentswas compromised in the "Hades" supply-chain attack, and the PyPI releasespantheon-agents0.6.1 and 0.6.2 are trojanized (a*-setup.pthhook downloads the Bun runtime and runs a credential stealer). Do notpip install pantheon-agentsfrom PyPI. Install from the GitHub source as shown below — the source repository is clean. If you previously installed 0.6.1 or 0.6.2, uninstall it immediately and rotate any credentials that were present on that machine. PyPI distribution will resume once the account is restored.
git clone https://github.com/aristoteleo/PantheonOS.git cd PantheonOS uv sync
PyPI installs are temporarily disabled (see the security notice above). Install directly from the clean GitHub source instead:
```bash
pip install "git+https://github.com/aristoteleo/PantheonOS.git"
```bash git clone https://github.com/aristoteleo/PantheonOS.git cd PantheonOS uv sync --extra dev --extra knowledge
Run Pantheon in a containerized environment with everything pre-configured:
```bash
| [![][online-app-shield]][online-app] | Play with our Web UI! |
| [![][desktop-shield]][desktop-release-link] | Download the latest desktop app release. |
| [![][store-shield]][store-link] | Browse 1,000+ agents, teams, and skills! |
| [![][install-shield]][install-link] | From source: pip install git+https://github.com/aristoteleo/PantheonOS.git ([why not PyPI?](#3-installation)) |
| [![][slack-shield-badge]][slack-link] | Join our Slack community! |
| [![][discord-shield-badge]][discord-link] | Join our Discord community! |
Please refer to our [Documents][docs] for detailed API usage, including creating agents, using toolsets, and building teams.
```bash
高质量的开源AI工作流框架
该工具使用 BSD-2-Clause 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ BSD 2-Clause — 极度宽松,几乎可以任意使用,仅需保留版权声明。
AI Skill Hub 点评:泛神OS 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | PantheonOS |
| 原始描述 | 开源AI工作流:A general, evolvable, and distributed agent framework & harness for data science。⭐431 · Python |
| Topics | aiagentbioclawbioinformatics |
| GitHub | https://github.com/aristoteleo/PantheonOS |
| License | BSD-2-Clause |
| 语言 | Python |
收录时间:2026-05-27 · 更新时间:2026-05-30 · License:BSD-2-Clause · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端