Metadata-Version: 2.4
Name: quillm
Version: 0.0.1
Summary: A personal AI model-routing stack that learns from your usage
Project-URL: Homepage, https://github.com/Createyouracccount/quillm
Author: Createyouracccount
License-Expression: Apache-2.0
Keywords: llm,local-first,model-selection,router,routing
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# quillm 🦔

> A personal AI model-routing stack that learns from your usage.

A **quill** is a hedgehog's spine. quillm routes each query to the model that
answers it best — and learns that routing from *your* usage over time. It stays
small (the routing brain is tiny), runs local-first, and grows sharper the more
you use it.

> "The fox knows many things, but the hedgehog knows one big thing." — Archilochus

Big models try to do everything. quillm does one thing: knowing which model
answers this question best.

**This is a pre-alpha placeholder** reserving the name. The full stack —
gateway, agent, knowledge graph, and a learned coordinator that cuts strong-model
calls while preserving quality — is in active development:

👉 https://github.com/Createyouracccount/quillm

## Install

```bash
pip install quillm
quillm --version
```

## License

Apache-2.0
