A desktop cockpit for governed agent operations.
Explore graph-backed panels, agent tools, approvals, and an embedded terminal.
Documentation · Capabilities · Interfaces · Status
Geniusbot is a PySide6 desktop entry point for the agent platform. Its primary panels use Graph OS as the governed gateway and composition host. Agent Utilities provides the agent control plane, while Epistemic Graph owns durable graph data and reasoning.
- Graph-backed dashboards for metrics, fleet status, and federated search.
- Dynamic tool forms built from discovered agent schemas.
- Operator confirmation for sensitive actions.
- Background workers for long-running requests and an embedded terminal.
- Documentation home
- Capabilities
- Interfaces
- Status
- Architecture
- Core projects: Epistemic Graph, Agent Utilities, Graph OS, Agent Connector SDK, and Agent Web UI.
Most networked panels call Graph OS through the shared gateway client. A limited in-process adapter path remains for workspace graph execution, service-dashboard configuration and aggregation, and local log-directory resolution. See the current architecture for these boundaries.
Start Graph OS with its platform services, then install Geniusbot with Python 3.12–3.14:
python -m pip install geniusbot
geniusbotGateway-backed panels use http://localhost:8000 by default. See the Graph OS deployment guide for service configuration.
Issues and pull requests are welcome in the Geniusbot repository.
Geniusbot is released under the MIT License.
