Metadata-Version: 2.4
Name: agentorchestra-stack
Version: 0.1.1
Summary: A LangGraph-based Healthcare Care Coordinator Agent
Author-email: Your Name <your.email@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/shamitv/LangGraph-E2E-Demo
Project-URL: Repository, https://github.com/shamitv/LangGraph-E2E-Demo
Project-URL: Issues, https://github.com/shamitv/LangGraph-E2E-Demo/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.128.0
Requires-Dist: uvicorn[standard]>=0.40.0
Requires-Dist: langgraph>=0.2.0
Requires-Dist: langchain>=0.3.0
Requires-Dist: langchain-openai>=0.2.1
Requires-Dist: pydantic>=2.12.0
Requires-Dist: pydantic-settings>=2.12.0
Requires-Dist: sqlalchemy>=2.0.0
Requires-Dist: alembic>=1.18.0
Requires-Dist: aiosqlite>=0.19.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: httpx>=0.28.0
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: python-multipart>=0.0.9
Requires-Dist: tzdata>=2024.1

# LangGraph Healthcare Agent Backend

This directory contains the Python package for the LangGraph Healthcare Care Coordinator Agent.

For full project setup and usage instructions, see the repository root README.
