Metadata-Version: 2.4
Name: lg_agents
Version: 0.0.13
Summary: A Toolkit for building SQL Agents that use Python to interact with a SQL database.
Author-email: Vijay Ramasami <rvijayc@gmail.com>
License: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: agentrun-plus>=0.2.21
Requires-Dist: docker
Requires-Dist: ipython
Requires-Dist: langchain-openai==0.3.16
Requires-Dist: langchain==0.3.26
Requires-Dist: langgraph-checkpoint==2.1.0
Requires-Dist: langgraph-prebuilt==0.5.2
Requires-Dist: langgraph-sdk==0.1.72
Requires-Dist: langgraph==0.4.3
Requires-Dist: loguru
Requires-Dist: matplotlib
Requires-Dist: pyyaml
Requires-Dist: restrictedpython
Requires-Dist: tqdm
Requires-Dist: uuid
Provides-Extra: test
Requires-Dist: grandalf; extra == 'test'
Requires-Dist: pygraphviz; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-benchmark; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# Langraph Agents

Langraph Agents is my collection of langraph based agents to do various tasks - like querying a SQL database.

It uses a [forked version](https://github.com/rvijayc/AgentRun) of the [AgentRun](https://github.com/tjmlabs/AgentRun) repository that allows safe execution of Python code inside a Docker container.

> Todo: More Documentation to follow.
