[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "agent_claw_main" version = "0.1.0" description = "AgentCore Runtime Application using Strands SDK" readme = "README.md" requires-python = ">=3.10" dependencies = [ "aws-opentelemetry-distro", "bedrock-agentcore >= 1.0.3", "botocore[crt] >= 1.35.0", "strands-agents-tools >= 0.5.0", "strands-agents >= 1.13.0", "workspace-mcp >= 1.20.0", "mcp-proxy-for-aws >= 1.0.0", ] [tool.hatch.build.targets.wheel] packages = ["."]