LawAgent / pyproject.toml
Robin Chiu
Remove tools to using the mcp tools
6aa817c
raw
history blame contribute delete
201 Bytes
[project]
name = "lawagent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"smolagents[gradio,litellm,mcp]>=1.17.0",
]