Metadata-Version: 2.4
Name: avior
Version: 0.1.0a1
Summary: A Python library for building LLM agents.
Project-URL: Homepage, https://github.com/vshender/avior
Project-URL: Repository, https://github.com/vshender/avior
Project-URL: Issues, https://github.com/vshender/avior/issues
Author-email: Vadzim Shender <vadzim@shender.org>
License-Expression: ISC
License-File: LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: pydantic>=2.10
Requires-Dist: typing-extensions>=4.12
Provides-Extra: all
Requires-Dist: anthropic>=0.40; extra == 'all'
Requires-Dist: openai>=1.50; extra == 'all'
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.40; extra == 'anthropic'
Provides-Extra: openai
Requires-Dist: openai>=1.50; extra == 'openai'
Description-Content-Type: text/markdown

# avior

> **Status: pre-alpha.** Everything is subject to change.

A Python library for building LLM agents — an exploration of what one could look like if its core stayed transparent and small.

Named after **Avior** ([ε Carinae](https://en.wikipedia.org/wiki/Epsilon_Carinae)), a navigation star in the keel of the Argo Navis.

## License

ISC License — see [`LICENSE`](LICENSE).

Copyright (c) 2026 Vadzim Shender
