Metadata-Version: 2.1
Name: langfoundation
Version: 1.6.0
Summary: langfoundation
Author: Yannick Stephan
Author-email: stephan.yannick@me.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: json-repair (>=0.29,<0.30)
Requires-Dist: langchain (>=0.3,<0.4)
Requires-Dist: langchain-core (>=0.3,<0.4)
Requires-Dist: langgraph (>=0.2,<0.3)
Requires-Dist: pydantic (>=2.9,<2.10)
Requires-Dist: rich (>=13,<14)
Requires-Dist: strenum (>=0.4,<0.5)
Description-Content-Type: text/markdown

# LangFoundation

LangFoundation is a modular package designed to enhance the functionality of LangChain. It provides a robust foundation for building and managing LLM processing pipelines, with a focus on modularity and automatic input/output handling using Pydantic.

## Installation

To install LangFoundation, you can use pip:

```bash
pip install langfoundation
```

## License

LangFoundation is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

## Contact

For any questions or feedback, please contact us at [stephan.yannick@me.com](stephan.yannick@me.com).

