Spaces:
Sleeping
Sleeping
File size: 572 Bytes
cfd07be 311adc3 cfd07be 9d3c7fc cfd07be |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[project]
name = "credentialwatch_agent"
version = "0.1.0"
description = "MCP-powered agent system for monitoring healthcare provider credentials"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"langgraph>=0.0.10",
"langchain-openai>=0.0.5",
"pydantic>=2.0.0",
"mcp>=0.1.0",
"gradio[mcp]>=6.0.1",
"python-dotenv>=1.0.0",
"httpx>=0.25.0",
"langchain-mcp-adapters>=0.0.1"
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/credentialwatch_agent"]
|