Skip to main content

Lightweight multi-agent chat server

Project description

anygarden-server

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

Quick Start

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

Development

pip install -e ".[dev]"
pytest

Environment

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

  • ANYGARDEN_JWT_SECRET — session token signing key. Auto-generated at ~/.anygarden/jwt_secret if unset.
  • ANYGARDEN_MCP_SECRETS_KEY — Fernet key for encrypting MCP credentials (GitHub PATs, Linear keys, etc.) at rest in the DB. Auto-generated at ~/.anygarden/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.
  • ANYGARDEN_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

anygarden-0.8.0.tar.gz (843.9 kB view details)

Uploaded Source

Built Distribution

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

anygarden-0.8.0-py3-none-any.whl (354.1 kB view details)

Uploaded Python 3

File details

Details for the file anygarden-0.8.0.tar.gz.

File metadata

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

File hashes

Hashes for anygarden-0.8.0.tar.gz
Algorithm Hash digest
SHA256 838d5fc5ce5830b40bc95254784cf8198642f92217a3c98d0711046c0c89930c
MD5 e6aa75d126c474892b0a9ae9a96853cf
BLAKE2b-256 c3a694d7ee3a56a7c5d1dac0488945214d20019af02214679439cc64814faa4b

See more details on using hashes here.

File details

Details for the file anygarden-0.8.0-py3-none-any.whl.

File metadata

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

File hashes

Hashes for anygarden-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d6df7639feb32a59c84bc6f106c916858bcab677c1533be6ba8fcbce6eb39180
MD5 0c6c276960af610fbd3ed782e42638f0
BLAKE2b-256 8280e7570f576453407033c4bae6233ea966c417d2f721abee4d9848909e2373

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