The Conductor for Your AI Orchestra
Project description
Glee
The Conductor for Your AI Orchestra
An orchestration layer for AI coding agents with shared memory, context injection, and multi-agent collaboration.
Quick Start
# Install
pipx install glee
# or: uvx glee
# or: uv tool install glee
# Initialize project
glee init
# Connect agents
glee connect claude --role coder --domain backend,api
glee connect codex --role reviewer --focus security,performance
# View status
glee status
# Run review
glee review src/main.py
Features
- Multiple Coders: Different agents for different domains (backend, frontend, infra)
- Multiple Reviewers: Get diverse perspectives (security, performance, architecture)
- Parallel Execution: Reviews run concurrently for speed
- Unique Agent IDs: Each connected agent gets a unique name like
claude-a1b2c3
CLI Commands
glee init # Initialize .glee/config.yml
glee connect <cmd> --role <role> # Connect an agent
glee disconnect <name> # Disconnect an agent
glee status # Show project status
glee agents # List available agents
glee review [files...] # Run multi-reviewer workflow
glee test-agent <cmd> # Test an agent
Configuration
# .glee/config.yml
project:
id: 550e8400-e29b-41d4-a716-446655440000
name: my-app
path: /Users/yumin/ventures/my-app
agents:
- name: claude-a1b2c3
command: claude
role: coder
domain: [backend, api]
priority: 1
- name: codex-d4e5f6
command: codex
role: reviewer
focus: [security, performance]
dispatch:
coder: first # first | random | round-robin
reviewer: all # all | first | random
Documentation
See PRD.md for full documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
glee-0.2.8.tar.gz
(141.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
glee-0.2.8-py3-none-any.whl
(28.3 kB
view details)
File details
Details for the file glee-0.2.8.tar.gz.
File metadata
- Download URL: glee-0.2.8.tar.gz
- Upload date:
- Size: 141.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a00e283e693f294966c8c2b7ba7eccbc4113e0b51f269780324e98ef3c18714
|
|
| MD5 |
bffe7b4443dfdf652105a3af1afb86f0
|
|
| BLAKE2b-256 |
acb24e4bee2d9177810c5f87d7cb444e8c436213a7c80b79cb245755736341d3
|
File details
Details for the file glee-0.2.8-py3-none-any.whl.
File metadata
- Download URL: glee-0.2.8-py3-none-any.whl
- Upload date:
- Size: 28.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72ff31e35c68d7ba4b1b19256d11fed0720ab8330c40ee0037bd30fcb6ac10f2
|
|
| MD5 |
c8f32d8f3d5214648a4cb4bd1a3e9864
|
|
| BLAKE2b-256 |
8c10982342df0657a25fa0b75fdfb5f8c7553b53926d9f1c639f77b6a6dde5e3
|