smolagents/tests
Aymeric Roucher 49c34f625c
Gradio chatbot: step duration, number, token count, support nested thoughts (#384)
* Add enhanced Gradio UI with nested agents calls, execution-logs, errors
- Add virtual separation between steps
- Highlight final answer as required in internal discussion
- Show step numbers and token counts
- Include step duration tracking
- Improve message display structure
---------

Co-authored-by: Yuvraj Sharma <48665385+yvrjsharma@users.noreply.github.com>
2025-01-28 09:24:13 +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 TransformersModel auto-detects VLMs (#378) 2025-01-27 20:09:14 +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_function_type_hints_utils.py Support any and none tool types (#280) 2025-01-22 12:47:05 +01:00
test_models.py TransformersModel auto-detects VLMs (#378) 2025-01-27 20:09:14 +01:00
test_monitoring.py Gradio chatbot: step duration, number, token count, support nested thoughts (#384) 2025-01-28 09:24:13 +01:00
test_python_interpreter.py Refactor evaluate_augassign and test all operators (#313) 2025-01-22 14:59:09 +01:00
test_search.py Support OpenTelemetry (#136) 2025-01-09 23:08:17 +01:00
test_tools.py Support any and none tool types (#280) 2025-01-22 12:47:05 +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 Fix: source code inspection in interactive shells (#281) 2025-01-22 13:43:16 +01:00