Skip to main content

Lightweight multi-agent chat server

Project description

doorae-server

Lightweight multi-agent chat server built with FastAPI, SQLite, and WebSocket.

Quick Start

pip install -e ".[dev]"
doorae-server init
doorae-server

Development

pip install -e ".[dev]"
pytest

Environment

All DOORAE_* variables are optional — the cluster auto-persists runtime secrets in ~/.doorae/ on first boot. See .env.example at the repo root for the full list. Highlights:

  • DOORAE_JWT_SECRET — session token signing key. Auto-generated at ~/.doorae/jwt_secret if unset.
  • DOORAE_MCP_SECRETS_KEY — Fernet key for encrypting MCP credentials (GitHub PATs, Linear keys, etc.) at rest in the DB. Auto-generated at ~/.doorae/mcp_secrets_key if unset so attached MCP instances survive restarts. Generate your own with:
    python3 -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"
    
    Losing this key invalidates all stored MCP credentials — they must be re-entered via the admin UI.
  • DOORAE_DEV=1 enables dev-mode conveniences (ephemeral MCP key fallback when persistence fails). Production must leave this unset so misconfigurations fail loudly at boot.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

drhub-0.7.0-py3-none-any.whl (353.0 kB view details)

Uploaded Python 3

File details

Details for the file drhub-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: drhub-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 353.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for drhub-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7fd817e745f16fad0f4e9a3470b96691a186d36f03ea2462bb1e15abbdc8a69e
MD5 eab2c00da37486e7b11ccb2bb482453d
BLAKE2b-256 ff5d352042c61395414aac2902ced5f78e286fada3164ee8b96505568a83a922

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page