smolagents/tests
Lucain d19ebc7a48
Make import time faster (optional deps + delay imports) (#253)
* adapt docs

* optional in pyproject.toml

* get rid of some transformers imports

* optional transformers in models.py

* gradio, transformers, litellm

* small refacto AgentType

* merge conflicts

* mouaif

* fix tests

* AgentText no longer a str

* Add back AgentType as str/Image

* fixed for good
2025-01-20 10:59:43 +01:00
..
fixtures Pass tests 2024-12-11 19:23:07 +01:00
__init__.py Initialize repo structure. 2024-12-06 17:46:42 +01:00
test_agents.py Add linter rules + apply make style (#255) 2025-01-18 19:01:15 +01:00
test_all_docs.py Add linter rules + apply make style (#255) 2025-01-18 19:01:15 +01:00
test_default_tools.py Make import time faster (optional deps + delay imports) (#253) 2025-01-20 10:59:43 +01:00
test_final_answer.py Make import time faster (optional deps + delay imports) (#253) 2025-01-20 10:59:43 +01:00
test_models.py Improve tool call argument parsing (#267) 2025-01-20 10:44:40 +01:00
test_monitoring.py Remove unused and undocumented parameter (#273) 2025-01-20 10:45:55 +01:00
test_python_interpreter.py Add linter rules + apply make style (#255) 2025-01-18 19:01:15 +01:00
test_search.py Support OpenTelemetry (#136) 2025-01-09 23:08:17 +01:00
test_tools.py Make import time faster (optional deps + delay imports) (#253) 2025-01-20 10:59:43 +01:00
test_types.py Make import time faster (optional deps + delay imports) (#253) 2025-01-20 10:59:43 +01:00
test_utils.py Add linter rules + apply make style (#255) 2025-01-18 19:01:15 +01:00