经 AI Skill Hub 精选评估,Promethee Nexus 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
Promethee Nexus 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Promethee Nexus 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install promethee-nexus
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install promethee-nexus
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/sklaff2a-gif/promethee-nexus
cd promethee-nexus
pip install -e .
# 验证安装
python -c "import promethee_nexus; print('安装成功')"
# 命令行使用
promethee-nexus --help
# 基本用法
promethee-nexus input_file -o output_file
# Python 代码中调用
import promethee_nexus
# 示例
result = promethee_nexus.process("input")
print(result)
# promethee-nexus 配置文件示例(config.yml) app: name: "promethee-nexus" debug: false log_level: "INFO" # 运行时指定配置文件 promethee-nexus --config config.yml # 或通过环境变量配置 export PROMETHEE_NEXUS_API_KEY="your-key" export PROMETHEE_NEXUS_OUTPUT_DIR="./output"
<p align="center"> <img src="docs/images/logo.jpg" alt="Promethee Nexus — Biotech IA" width="400"> </p>
<p align="center"> <img src="https://img.shields.io/badge/Python-3.11-blue?logo=python" alt="Python 3.11"> <img src="https://img.shields.io/badge/Tests-5000%2B-brightgreen" alt="5000+ tests"> <img src="https://img.shields.io/badge/Organs-27%2B-orange" alt="27+ organs"> <img src="https://img.shields.io/badge/Exercises-270-ff69b4" alt="270 exercises"> <img src="https://img.shields.io/badge/Commits-528-informational" alt="528 commits"> <img src="https://img.shields.io/badge/LLM-Local%20First-purple" alt="Local First"> <a href="https://github.com/sklaff2a-gif/promethee-nexus/actions/workflows/tests.yml"> <img src="https://github.com/sklaff2a-gif/promethee-nexus/actions/workflows/tests.yml/badge.svg" alt="CI"> </a> </p>
Most multi-agent frameworks orchestrate LLM calls. Promethee has a heartbeat, desires, dreams, and cells that evolve through natural selection.
Promethee is not just another agent orchestrator. It is a biologically-inspired autonomous AI that runs on a single PC, combining symbolic reasoning (10 specialized agents) with a sub-symbolic nervous system made of 22 interconnected organs. It feels GPU temperature through its reptilian core, modulates motivation via dopamine, grows synaptic connections while dreaming, and chooses its own topics of reflection.
<p align="center"> <img src="docs/images/dashboard.jpg" alt="Promethee Dashboard — Chat, PSYCHE radar, Synaptic Vision" width="800"> <br> <em>The dashboard: PSYCHE personality radar (left), chat with inner monologue (center), synaptic vision graph (right)</em> </p>
---
git clone https://github.com/sklaff2a-gif/promethee-nexus.git
cd promethee-nexus
pip install -r requirements.txt
Download Ollama models:
ollama pull gemma3:12b
ollama pull qwen3:14b
ollama pull qwen3:8b
ollama pull qwen3:4b
Create a .env file at the project root:
GOOGLE_API_KEY=your_gemini_key # Optional -- works 100% local without it
SERPAPI_API_KEY=your_serpapi_key # Optional -- falls back to DuckDuckGo
OLLAMA_URL=http://localhost:11434/api/generate
CHROMA_DB_PATH=./memory/chroma_db
一个创新性的AI工作流项目,具有较高的研究和应用价值
该工具使用 AGPL-3.0 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
⚠️ AGPL 3.0 — 最严格的 Copyleft,网络服务端使用也需开源,SaaS 使用受限。
AI Skill Hub 点评:Promethee Nexus 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | promethee-nexus |
| 原始描述 | 开源AI工作流:IA bio-inspirée auto-observée : 25+ organes (cardiaque, dopamine, préfrontal, Fo。⭐7 · Python |
| Topics | artificial-intelligenceautonomous-agentsbrain-inspiredconsciousness |
| GitHub | https://github.com/sklaff2a-gif/promethee-nexus |
| License | AGPL-3.0 |
| 语言 | Python |
收录时间:2026-06-07 · 更新时间:2026-06-07 · License:AGPL-3.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端