[project]
name = "reddit-mcp-autogen-example"
version = "0.1.0"
description = "Reddit agent example using autogen"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"reddit-mcp", # Parent package
"autogen-ext[mcp,openai]>=0.4.9.2",
"mcp[cli]>=1.4.1",
"python-dotenv>=1.0.1",
"autogen-agentchat>=0.4.9.2",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["."]
[tool.uv.sources]
reddit-mcp = { workspace = true }