Metadata-Version: 2.4
Name: codee-agent
Version: 0.1.1
Summary: A virtual co-worker that picks up Jira and Azure DevOps tasks and solves them with coding agents.
Keywords: ai,agent,jira,azure-devops,claude-code,github-copilot,automation
Author: Denis Kibalko
Author-email: Denis Kibalko <denis.kibalko@nimbusweb.me>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Dist: boto3>=1.35,<2
Requires-Dist: requests>=2.31,<3
Requires-Dist: aiosmtpd>=1.4,<2
Requires-Dist: pyyaml>=6.0.3,<7
Requires-Dist: cron-descriptor>=2.1.0,<3
Requires-Dist: python-dotenv>=1.2.2,<2
Requires-Dist: reflex>=0.9.7
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/fusebase-dev/codee
Project-URL: Repository, https://github.com/fusebase-dev/codee
Project-URL: Issues, https://github.com/fusebase-dev/codee/issues
Description-Content-Type: text/markdown

# 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 solve tasks.

Codee works with Jira and Azure DevOps as tasks provider, new providers are quite easy to create, PRs are welcome.

As agents it current works with Claude Code and Github Copilot.

## Run Codee

Codee is a python package, you first need to install it.

TODO: provide install instructions

You need to create a separate repo for Codee where it will store skills, memory, temp files, config, etc.

Run Codee:

`uv run codee-start`

On the first run, the command initializes Codee instructions and skills.

## Debug mode

```bash
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.


TODO: add skill types, x-codee skills extension