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 Distribution

doorae_cluster-0.6.0.tar.gz (891.2 kB view details)

Uploaded Source

Built Distribution

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

doorae_cluster-0.6.0-py3-none-any.whl (337.1 kB view details)

Uploaded Python 3

File details

Details for the file doorae_cluster-0.6.0.tar.gz.

File metadata

  • Download URL: doorae_cluster-0.6.0.tar.gz
  • Upload date:
  • Size: 891.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for doorae_cluster-0.6.0.tar.gz
Algorithm Hash digest
SHA256 6287fa3423e116b07d05617bb52c917d60cfb4e400e94e4156a8e02e06413de9
MD5 a4443283c8ad52ce12e8961dcfcc48a9
BLAKE2b-256 651300f267c4f9ba33259215903d33034dd38a66c94ebe0ab9dfcbb878d8cf96

See more details on using hashes here.

File details

Details for the file doorae_cluster-0.6.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for doorae_cluster-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d9db7f4c912a94679754dbbcae0ed6b82f8fd851214e307735509a7d5242d9d0
MD5 c2395b872e0ad00eb8ece15fff9ff3ef
BLAKE2b-256 906ac526d95ba5191b053bf68e1c383bf2d9eed1d373e646cb0a4177bbb95e27

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