Metadata-Version: 2.1
Name: caillou
Version: 0.0.6
Summary: AI-powered toolbox for the terminal
Home-page: https://github.com/sdudoit/caillou
License: GPLv3
Author: Sylvain
Author-email: sdudoit@proton.me
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Terminals
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: langchain (>=0.1.16,<0.2.0)
Requires-Dist: langchain-openai (>=0.1.3,<0.2.0)
Requires-Dist: openai (>=1.21.2,<2.0.0)
Requires-Dist: platformdirs (>=4.2.1,<5.0.0)
Requires-Dist: pyperclip (>=1.8.2,<2.0.0)
Requires-Dist: textual (>=0.57.1,<0.58.0)
Project-URL: Repository, https://github.com/sdudoit/caillou
Description-Content-Type: text/markdown

[![ci](https://github.com/sdudoit/caillou/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/sdudoit/caillou/actions/workflows/ci.yml)

# Caillou

Caillou is a project to explore AI technologies (e.g. LLMs, LangChain etc.) by implementing some utilities for the terminal

## Roadmap

Some topics to explore:

* Use an LLM to translate a text to another language
* Use an LLM to generate an answer by using the content of local documents 
* Use an LLM to generate an answer by using a function or tool
* Use a local LLM to guaranty privacy
* etc.


