Skip to content

Releases: Tileward-com/tileward-cli

v0.1.2

Choose a tag to compare

@ananthasharma ananthasharma released this 10 Sep 06:58
197cefe

Development Status :: 5 - Production/Stable replaces 4 - Beta on the PyPI project page. No code changes.

v0.1.1

Choose a tag to compare

@ananthasharma ananthasharma released this 09 Sep 22:12

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.
  • Documentation on 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

Choose a tag to compare

@ananthasharma ananthasharma released this 09 Sep 17:37

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.

PyPI: https://pypi.org/project/tileward/0.1.0/