agent-claw: automated task changes
This commit is contained in:
21
agentclaw/app/agent_claw_main/pyproject.toml
Normal file
21
agentclaw/app/agent_claw_main/pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[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",
|
||||
|
||||
]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["."]
|
||||
Reference in New Issue
Block a user