MaoShen's picture
Upload folder using huggingface_hub
2eb41d7 verified
LICENSE
README.md
pyproject.toml
src/smolagents/__init__.py
src/smolagents/_function_type_hints_utils.py
src/smolagents/agent_types.py
src/smolagents/agents.py
src/smolagents/cli.py
src/smolagents/default_tools.py
src/smolagents/gradio_ui.py
src/smolagents/local_python_executor.py
src/smolagents/memory.py
src/smolagents/models.py
src/smolagents/monitoring.py
src/smolagents/remote_executors.py
src/smolagents/tool_validation.py
src/smolagents/tools.py
src/smolagents/utils.py
src/smolagents/vision_web_browser.py
src/smolagents.egg-info/PKG-INFO
src/smolagents.egg-info/SOURCES.txt
src/smolagents.egg-info/dependency_links.txt
src/smolagents.egg-info/entry_points.txt
src/smolagents.egg-info/requires.txt
src/smolagents.egg-info/top_level.txt
src/smolagents/prompts/code_agent.yaml
src/smolagents/prompts/toolcalling_agent.yaml
tests/test_agents.py
tests/test_all_docs.py
tests/test_default_tools.py
tests/test_final_answer.py
tests/test_function_type_hints_utils.py
tests/test_gradio_ui.py
tests/test_import.py
tests/test_local_python_executor.py
tests/test_memory.py
tests/test_models.py
tests/test_monitoring.py
tests/test_remote_executors.py
tests/test_search.py
tests/test_tool_validation.py
tests/test_tools.py
tests/test_types.py
tests/test_utils.py