Files
2026-07-30 10:17:26 +00:00

17 lines
560 B
TOML

[project]
name = "agent-framework-agent-monty-codeact-responses"
version = "0.1.0"
description = "Foundry-hosted Agent Framework agent with a Monty-backed CodeAct context provider."
requires-python = ">=3.12,<3.14"
dependencies = [
"agent-framework-foundry",
"agent-framework-foundry-hosting>=1.0.0a260630",
# agent-framework-monty is a beta (1.0.0b*) release on PyPI.
"agent-framework-monty",
]
[tool.uv]
# `agent-framework-monty` is a beta package; allow the prerelease resolver
# to pick up 1.0.0b* releases from PyPI.
prerelease = "allow"