Metadata-Version: 2.4
Name: annofabcli-llm
Version: 0.1.2
Summary: LLMとannofab-cliを組み合わせたツールです。
Author: Kurusugawa Computer Inc.
License: MIT
License-File: LICENSE
Keywords: annofab,cli,llm
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: annofabapi>=1.4.7
Requires-Dist: annofabcli>=1.105.2
Requires-Dist: litellm
Requires-Dist: loguru
Requires-Dist: more-itertools
Requires-Dist: pandas<3,>=2
Requires-Dist: pyyaml
Requires-Dist: requests
Description-Content-Type: text/markdown

# annofab-cli-llm
annofab-cliとLLMを組み合わせたツールです。

[![PyPI version](https://badge.fury.io/py/annofabcli-llm.svg)](https://badge.fury.io/py/annofabcli-llm)
[![Python Versions](https://img.shields.io/pypi/pyversions/annofabcli-llm.svg)](https://pypi.org/project/annofabcli-llm/)



# Requirements
* Python 3.12+

# Install

```
$ pip install annofabcli-llm
```

# Configurations

https://annofab-cli-llm.readthedocs.io/ja/latest/index.html#configurations を参照してください。

    
# Usage

```
$ annofabcli-llm --help
```

詳細は https://annofab-cli-llm.readthedocs.io/ja/latest/command_reference/index.html を参照してください。
