Ask a question to get started
Enter to send•Shift+Enter new line
PYPROJECT_TEMPLATE = '[project]\nname = {agent_name!r}\nversion = "0.1.0"\nrequires-python = ">=3.12"\ndependencies = [\n "deepagents==0.5.1",\n{extra_deps}]\n\n[tool.setuptools]\npy-modules = []\n'