A framework for building distributed evolvable multi-agent system.
Project description
PantheonOS
A framework for building distributed, evolvable multi-agent systems.
1 What is PantheonOS?
PantheonOS is an evolvable, privacy-preserving multi-agent framework designed to reconcile generality with domain specificity. Autonomous agents powered by large language models collaborate to conduct biological discovery — achieving super-human performance on specialized scientific tasks.
Key Highlights
- Distributed Architecture — NATS-based messaging for scalable, fault-tolerant deployments across machines
- Evolvable — Pantheon-Evolve module enables agents to improve algorithms and code through genetic-algorithm-driven agentic code evolution
- Multi-Agent Teams — PantheonTeam, Sequential, Swarm, Mixture-of-Agents (MoA), and AgentAsTool team patterns for flexible orchestration
- Friendly Interfaces — Interactive CLI (
pantheon cli) and Chatroom UI (pantheon ui)
2 Quick Start & Community
pip install pantheon-agents |
|
| Join our Slack community! | |
| Join our Discord community! |
3 Installation
Using uv (Recommended)
uv is a fast Python package manager that handles dependencies efficiently.
# Install uv (if not already installed)
# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
# Clone and install
git clone https://github.com/aristoteleo/PantheonOS.git
cd PantheonOS
uv sync
# With optional dependencies
uv sync --extra knowledge # RAG/vector search support
uv sync --extra slack # Slack integration
uv sync --extra r # R language support (requires R installed)
Using pip
# Basic installation
pip install pantheon-agents
# With optional dependencies
pip install "pantheon-agents[knowledge]" # RAG/vector search support
pip install "pantheon-agents[slack]" # Slack integration
Development Installation
git clone https://github.com/aristoteleo/PantheonOS.git
cd PantheonOS
uv sync --extra dev --extra knowledge
# Run tests
uv run pytest tests/
4 Usage
CLI Mode
# Start the interactive REPL
pantheon cli
Chatroom UI
# Start the multi-agent chatroom
pantheon ui --auto-start-nats --auto-ui
API Usage
Please refer to our Documents for detailed API usage, including creating agents, using toolsets, and building teams.
5 Contributing
Contributions of all types are more than welcome! If you are interested in contributing code, feel free to check out our GitHub Issues to dive in.
License
This project is BSD 2-Clause licensed.
Copyright © 2026 Qiu Lab.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pantheon_agents-0.4.4-py3-none-any.whl.
File metadata
- Download URL: pantheon_agents-0.4.4-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b18af2d56135845f7ed7e813ccd245bafe295d3f62d795d8881f0018fa6f3f10
|
|
| MD5 |
ed7c1ec53889056d039cef625f876cf3
|
|
| BLAKE2b-256 |
3c00d18544921e90cc8a5ed1ffdc8cfcafd546e806ab66ddd8dd0014284841b4
|