Releases: Tileward-com/tileward-cli
Releases · Tileward-com/tileward-cli
Release list
v0.1.2
v0.1.1
Documentation.
- Full docs at https://tileward-com.github.io/tileward-cli/ — every command, the library reference, configuration, errors, and using Tileward from an OpenAI-compatible client.
Documentationon PyPI now points there instead of the product docs.- README links trimmed to the three a reader needs.
No code changes. Same client as 0.1.0.
v0.1.0
First release.
pip install tileward — the client library and the twcli command in one package.
- Models — OpenAI-compatible chat, streaming, sync and async
- Governance — allow / deny before the model writes a token
- Context — recall the slice of history a question needs
- Documents — answers from your own files
- Account — device-code sign-in, key minting, billing and audit
Python 3.9+. Three dependencies: httpx, click, rich.