Codee - a virtual co-worker
The goal of this project is to provide an assistant that will integrate into your existing environment in order to help you to work on tasks (development, code review, testing).
Codee works with Jira and Azure DevOps as tasks providers, new providers are quite easy to create, PRs are welcome.
As agents it currently works with Claude Code, Github Copilot and Codex.
Documentation
Full documentation is at fusebase-dev.github.io/codee, covering installation, configuration and tutorials for working on tasks in Jira and Azure DevOps. There is also a click-through demo of the admin UI that runs without installing anything.
Run Codee
Codee lives in its own directory, where it keeps skills, memory, temp files and config. Create one and initialize it:
mkdir my-codee && cd my-codee
uvx codee-agent init
init scaffolds the project, detects the coding agents installed on the machine and asks
which one to use, then walks you through connecting Jira (entirely in the terminal) or
Azure DevOps (which finishes in the browser, since it needs an Entra ID consent flow).
Afterwards, run Codee with:
uv run codee-start
Debug mode
uv run codee-start --debug # Codee debug output
uv run codee-start --debug-all # ...plus reflex, boto3, urllib3 and friends
Skills
Codee uses skills to perform tasks. It is the same skills which are used in Claude Code, Codex and other agents.
Release files for codee-agent 0.6.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| codee_agent-0.6.3.tar.gz | 245.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| codee_agent-0.6.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 540.4 kB
Release files / codee_agent-0.6.3.tar.gz
| Download URL | codee_agent-0.6.3.tar.gz |
|---|---|
| Size | 245.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7ea76015f29a2f99622b031ecb7159edffc6bb8baf2133d067096aa2fc24bfbc
|
|
BLAKE2b-256 checksum How to use checksums |
20e0b51cc5dd8e5505b1319550e2e3e9824af552539a3c9da3c04d212fd5f079
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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}
|
Release files / codee_agent-0.6.3-py3-none-any.whl
| Download URL | codee_agent-0.6.3-py3-none-any.whl |
|---|---|
| Size | 294.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9bc65e63c25402d13cbde419fe4ad29256b570e2eb6a4fe6f666ffc02f1278e3
|
|
BLAKE2b-256 checksum How to use checksums |
227631475867130bad776adaa1000f1c08b6efdbf137d1baac6733f9814f09d5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.13 {"installer":{"name":"uv","version":"0.11.13","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}
|