Spaces:
Running
Running
File size: 333 Bytes
2c06de3 |
1 2 3 4 5 6 7 8 9 10 |
from setuptools import setup
setup(
name="smolagents",
version="1.10.0.dev0",
description="🤗 smolagents: a barebones library for agents. Agents write python code to call tools or orchestrate other agents.",
packages=find_packages(where="src"),
package_dir={"": "src"},
python_requires=">=3.10",
) |