Metadata-Version: 2.1
Name: unimpossible-langcraft
Version: 0.1.2
Summary: Framework to abstract common LLMs for completion, supporting vision and function calling into native Python
Home-page: https://github.com/0d431/langcraft
Author: Olaf Lenzmann
Author-email: contact@unimpossible.com
License: Apache 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: anthropic>=0.28.0
Requires-Dist: openai>=1.30.5
Requires-Dist: pydantic>=2.7.2
Requires-Dist: google-cloud-aiplatform>=1.53.0
Requires-Dist: setuptools>=69.1.1
Requires-Dist: pytest>=8.0.2
Requires-Dist: tiktoken>=0.7.0
Requires-Dist: numpy>=1.26.4

# 🦜🧙 langcraft

[![PyPI](https://img.shields.io/pypi/v/langcraft.svg)](https://pypi.org/project/langcraft/) [![Changelog](https://img.shields.io/github/v/release/0d431/langcraft?include_prereleases&label=changelog)](https://github.com/0d431/langcraft/releases) [![Tests](https://img.shields.io/github/actions/workflow/status/0d431/langcraft/run_tests.yml)](https://github.com/0d431/langcraft/actions/workflows/run_tests.yml) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/0d431/langcraft/blob/main/LICENSE)

This is a lightweight framework to abstract common LLMs for completion, supporting vision and function calling into native Python.
