Metadata-Version: 2.4
Name: deuscode
Version: 0.3.2
Summary: AI-powered multi-agent CLI coding assistant for local LLMs
License: AGPL-3.0-or-later
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: httpx
Requires-Dist: pyyaml
Requires-Dist: rich
Requires-Dist: typer
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-asyncio; extra == 'dev'
Description-Content-Type: text/markdown

# deuscode

[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)

**deuscode** is an AI-powered multi-agent CLI coding assistant designed to run entirely on local LLMs — no cloud required, no data leaving your machine. It aims to bring agentic, context-aware code generation and editing to developers who value privacy and control. Think of it as a self-hosted, terminal-native coding co-pilot built for the open-source era.

> **Coming soon.** Active development is underway. Watch this space.

This project is licensed under the [GNU Affero General Public License v3.0 or later](LICENSE).
