Metadata-Version: 2.4
Name: kc-agent
Version: 0.1.0
Summary: KC Agent — document verification coding agent platform
Author: kitchen-engineer42
License: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.115
Requires-Dist: uvicorn[standard]>=0.34
Requires-Dist: openai>=1.60
Requires-Dist: pymupdf>=1.25
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic-settings>=2.7
Requires-Dist: python-dotenv>=1.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.24; extra == "dev"
Requires-Dist: httpx>=0.27; extra == "dev"

# kc-agent

Python backend for KC Agent — a document verification coding agent.

This is the backend engine. Install the CLI for the full experience:

```bash
npm install -g @kitchen-engineer42/kc-agent-cli
kc onboard
kc
```

Or run the backend directly:

```bash
pip install kc-agent
kc-agent-server
```

See https://github.com/kitchen-engineer42/kc-reborn for full documentation.
