Metadata-Version: 2.4
Name: takopi-engine-qoder
Version: 0.2.0
Summary: Takopi engine backend for Qoder CLI (qodercli)
Project-URL: Homepage, https://github.com/RicardoKLee/takopi-engine-qoder
Project-URL: Repository, https://github.com/RicardoKLee/takopi-engine-qoder
Project-URL: Issues, https://github.com/RicardoKLee/takopi-engine-qoder/issues
Author: RicardoKLee
License-Expression: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.14
Requires-Dist: anyio>=4.12.0
Requires-Dist: msgspec>=0.20.0
Requires-Dist: takopi>=0.23.0
Provides-Extra: dev
Requires-Dist: pytest-anyio>=0.0.0; extra == 'dev'
Requires-Dist: pytest>=9.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# takopi-engine-qoder

Qoder CLI engine plugin for [Takopi](https://github.com/RicardoKLee/takopi).

## install

```sh
uv pip install takopi-engine-qoder
```

or from GitHub:

```sh
uv pip install "takopi-engine-qoder @ git+https://github.com/RicardoKLee/takopi-engine-qoder.git"
```

or from this checkout:

```sh
uv pip install -e .
```

## usage

Prefix messages with `/qoder` or set default engine via `/agent set qoder`.

Verify with `takopi plugins --load`.
