Skip to main content

Hubzoid

One brain for your internal agents.

Provide context once. Reuse it across workflows, chat, and the AI tools your team already uses.

Documentation · Quickstart · Website · Contribute

PyPI version Apache License 2.0

Hubzoid is an open-source, self-hostable platform for internal AI agents. Keep your team's knowledge, instructions, skills, and tools in a versionable folder. Use that shared Hub through chat, repeatable workflows, or your own assistant through MCP.

Start with a useful agent on your laptop. Give it the context and capabilities it needs, then share it with your team using accounts and scoped permissions.

Your agent folder becomes a shared Hub for chat, workflows and your assistant through MCP.

Start a hub

Use Python 3.11 or 3.12 in a virtual environment. Fresh interactive setup detects signed-in Claude or Codex CLIs and saves your choice. Without a selection, the default remains claude-local. Prefer an API provider? Configure a model and key in my-hub/.env before running. See providers.

python3.12 -m venv .venv
source .venv/bin/activate
pip install hubzoid
hubzoid init my-hub
hubzoid run my-hub

Workflows on Python 3.12: the workflow engine (DBOS, which runs markdown schedules and code workflows) needs SQLite 3.42 or newer, or PostgreSQL. Check with the same Python the hub uses: python -c "import sqlite3; print(sqlite3.sqlite_version)". hubzoid doctor reports it as deps.sqlite. Python 3.11 is not affected.

Open localhost:3080, select your agent, and try “Say hello using the hello skill.” The minimal template includes a skill, knowledge file, custom tool, and sub-agent you can inspect and change. Edit my-hub/AGENTS.md to make the hub yours.

The default is local single-user mode. For a shared deployment, enable authentication and configure the intended owner before exposing the public port. See administration. This branch's changes may be ahead of the package published on PyPI; source installation tests the checked-out revision.

One hub, three ways to work

Experience Use it for Start here
Chat Ask questions and take authorized actions using the hub's context Web and account setup, Slack, other channels
Workflows Run scheduled reports and checks, inspect their steps, and save the results Markdown tasks, Python workflows, reports and email
Your assistant through MCP Bring hub tools, knowledge, and skills into a supported personal assistant Connect an MCP client

Business data can stay in its source systems, connected through tools or MCP. Shared context does not mean shared credentials: conversation history, workflow state, and permissions remain distinct. Each integration has its own setup.

A hub is a folder

my-hub/
├── AGENTS.md        Main agent instructions
├── knowledge/       Reference material
├── skills/          Reusable instructions, loaded when needed
├── agents/          Specialist agent definitions
├── tools_local/     Python tool factories
├── restricted/      Tools that require explicit permissions
├── connectors/      External MCP connections
├── schedule/        Markdown tasks
├── workflows/       Python workflows and steps
└── evals/           Behavioural checks

Only AGENTS.md is required for the hub structure. Runtime credentials and configuration still need to be set. Start small and add files when they become useful. Author a hub →

Start with a useful job

Example What it does Try it
AskHub Answer team questions from shared knowledge Company Q&A template
Daily Reports Prepare a recurring briefing from business inputs Morning briefing template
Watchtower Check bundled metrics against thresholds and explain exceptions hubzoid init watchtower --template watchtower

Examples use sample data and placeholder integrations where stated. Read the example's instructions before connecting real systems or enabling schedules. Browse all templates →

Share it with your team

  • Connect existing systems. Add Python tools and MCP connections. Keep credentials separate from agent-readable files.
  • Control who can do what. Grant agent access and restricted capabilities in the Console. Hubzoid checks permissions before a restricted tool runs.
  • See what happened. Inspect workflow runs, steps, usage, and activity. Model cost estimates are guidance; your provider's bill is authoritative.
  • Choose your runtime. Use OpenAI Agents, Claude Agent SDK, or local Codex. Provider and channel capabilities vary. See providers.
  • Run it yourself. Deploy one hub, or use hubzoid gateway to serve several hubs through a shared chat app. See deployment.

Open WebUI provides chat and account authentication. Hubzoid's Console at /portal/ manages access and shows execution details, using the same accounts. Administrators can open it from the Admin Console link in the chat sidebar. For adding teammates, Google sign-in, permissions, and shared deployment setup, see administration.

Try a worked example

# Guided chat tour
hubzoid init guided-hub --template demo

For a small Python workflow:

hubzoid new workflow first-check my-hub
hubzoid schedule run my-hub first_check

The scaffold runs on demand and needs no model or external service. Add a schedule only when you want unattended execution. The Console inspects runs; CLI commands operate them.

Documentation

The website documentation is the reading and discovery surface. The guides in this checkout describe this revision and remain available when working offline or reviewing a change.

Task Guide in this repository
Install and get a first useful reply Quickstart
Choose models and credentials Providers
Build tools, knowledge, and skills Hub authoring
Set up people and capabilities Administration, access management
Automate and inspect work Markdown tasks, Python workflows
Connect an assistant MCP server
Deploy, upgrade, and recover Deployment, upgrading, backup
Test behaviour and observe calls Evals, observability

Browse all guides →

Contribute

Read CONTRIBUTING.md and the product direction. Propose non-trivial changes as text in proposals/ before large implementations. Keep integration and maintenance costs low; preserve the hub-folder contract and runtime neutrality.

pip install -e '.[dev]'
pytest

Real-provider tests are separate and skip without credentials. Changes to the Console also require its build and browser checks. CI runs when a GitHub release is published, so run the relevant checks locally before pushing. See contributing and publishing a release.

License and help

Hubzoid product code, including team controls, is Apache-2.0 licensed. Dependencies, optional services, fonts, and brand assets retain their own terms. See LICENSE and LICENSING.md.

Need help building or operating your team's agent? Implementation assistance uses the same open-source product.

Release files for hubzoid 1.0.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for hubzoid 1.0.3
File Size Uploaded
hubzoid-1.0.3.tar.gz 1.7 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for hubzoid 1.0.3
File Interpreter ABI Platform
hubzoid-1.0.3-py3-none-any.whl Python 3 none any Details

Total release size: 3.1 MB

Release files / hubzoid-1.0.3.tar.gz

Download URL hubzoid-1.0.3.tar.gz
Size 1.7 MB
Tags Source
SHA-256 checksum
How to use checksums
d6cb1e8a47d59ae7f2292153d8eab18cbf9c8c2112aa71d86d672e34b9f5ea7a
BLAKE2b-256 checksum
How to use checksums
dc972eb165b81828242d1ba9c9ebdc0771b7f0971e8d4b72400311a3bfae3f5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 27, 2026.

Transparency log

Release files / hubzoid-1.0.3-py3-none-any.whl

Download URL hubzoid-1.0.3-py3-none-any.whl
Size 1.4 MB
Tags Python 3
SHA-256 checksum
How to use checksums
bafce7b102704acd1c73f05a18c41963501f6dc55eb7c3c1710d942f2eccca89
BLAKE2b-256 checksum
How to use checksums
581403a877debf9c11d7154470a6899c0ea9459db1a105a5db9cfcccc69a0406
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 27, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

1.0.3 This release

2 release files

1.0.2

2 release files

1.0.1

2 release files

0.9.6

2 release files

0.9.3

2 release files

0.9.2

2 release files

0.9.0

2 release files

0.8.1

2 release files

0.7.17

2 release files

0.7.16

2 release files

0.7.15

2 release files

0.7.12

2 release files

0.7.11

2 release files

0.7.10

2 release files

0.7.9

2 release files

0.7.7

2 release files

0.7.6

2 release files

0.7.4

2 release files

0.6.8

2 release files

0.6.7

2 release files

0.6.6

2 release files

0.6.5

2 release files

0.6.2

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.5

2 release files

0.4.4

2 release files

0.4.1

2 release files

0.4.0

2 release files

0.3.1

2 release files

0.3.0

2 release files

0.2.3

2 release files

0.2.2

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page