24 lines
582 B
TOML
24 lines
582 B
TOML
[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",
|
|
"google-api-python-client >= 2.0.0",
|
|
"google-auth >= 2.0.0",
|
|
"google-auth-httplib2 >= 0.2.0",
|
|
]
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["."]
|