Metadata-Version: 2.4
Name: oci_langgraph
Version: 0.1.8
Summary: A set of utility classes to enhance AI agent development with LangGraph and OCI
Home-page: https://github.com/luigisaetta/oci_langgraph
Author: L. Saetta
Author-email: "L. Saetta" <luigi.saetta@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: langchain>=0.3.24
Requires-Dist: langchain-community>=0.3.23
Requires-Dist: langgraph>=0.4.1
Requires-Dist: oci>=2.150.3
Requires-Dist: oracledb>=3.1.0
Requires-Dist: py-zipkin==1.2.8
Dynamic: license-file

# LangGraph on OCI
This repository will contain all the code for the oci_langraph package. A set of utility classes, with usage examples, that will simplify the creation of Enterprise-grade AI agents and workflow on OCI.

## Features available
* **Checkpointing** integrated with LangGraph
* Integration with **OCI APM**
* Classes to simplify integration with **OCI Queue**

## Examples
You can find examples in the directory:
[examples](./examples/)

## Debugging
You can run in DEBUG mode setting the environment variable:
```
DEBUG=True
```





