Metadata-Version: 2.4
Name: ailtir-cli
Version: 2.0.0
Summary: Ailtir CLI — upload, analyse, list, and chat with knowledge bases
License-Expression: MIT
Project-URL: Homepage, https://ailtir.ai
Project-URL: Repository, https://github.com/Team-Ailtir/ailtir-cli
Keywords: cli,ailtir,knowledge-base,rag
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic-settings>=2.10.1
Requires-Dist: rich>=14.0.0
Requires-Dist: structlog>=25.4.0
Requires-Dist: typer>=0.15.0
Dynamic: license-file

# ailtir-cli

A CLI tool for interacting with Ailtir knowledge bases. Upload documents, trigger analysis, and query your knowledge bases from the terminal.

## What is ailtir-cli?

The Ailtir CLI provides commands for:
- **upload**: Upload a ZIP archive of documents to Ailtir storage
- **analyse**: Trigger knowledge base creation and analysis
- **list**: List all knowledge bases in your account
- **chat**: Ask questions answered using documents in a knowledge base (RAG)
- **version**: Print the CLI version

## Installation

```sh
uv tool install ailtir-cli
```

See [docs/index.html](./docs/index.html) for the full customer-facing installation guide.

## Documentation

- See [docs/index.html](./docs/index.html) for installation and usage guide (published at GitHub Pages)
- See [CLAUDE.md][] for architecture and implementation details
- See [CONTRIBUTING.md][] for development workflow and how to contribute

## License

MIT

[CLAUDE.md]: ./CLAUDE.md
[CONTRIBUTING.md]: ./CONTRIBUTING.md
