Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/smolagents-tool-policy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = "Agent Assembly governance demo with Smolagents (Hugging Face)"
requires-python = ">=3.12"
dependencies = [
"agent-assembly==0.0.1rc3",
"agent-assembly==0.0.1rc4",
# smolagents is light (no chromadb-style native tree), so it stays in the base
# deps: the demo governs *real* smolagents.Tool instances through the SDK's
# native adapter, both offline and live. Pinned <2.0 to the 1.x line whose
Expand Down
Loading