经 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] [![][x-shield]][x-link] <br/> [![][github-contributors-shield]][github-contributors-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] [![][pypi-shield]][pypi-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]" # RAG/vector search support pip install "pantheon-agents[claw]" # PantheonClaw mobile gateway channels ```
git clone https://github.com/aristoteleo/PantheonOS.git cd PantheonOS uv sync
pip install pantheon-agents
```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! |
| [![][pypi-shield]][pypi-link] | pip install pantheon-agents |
| [![][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 |
| Topics | aiagentbioclawbioinformatics |
| GitHub | https://github.com/aristoteleo/PantheonOS |
| License | BSD-2-Clause |
| 语言 | Python |
收录时间:2026-05-27 · 更新时间:2026-05-27 · License:BSD-2-Clause · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端