smolagents/src/smolagents
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
..
__init__.py Bump version to 1.6.0.dev (#348) 2025-01-24 17:55:55 +01:00
_function_type_hints_utils.py Fix tool calls with LiteLLM and tool optional types (#318) 2025-01-22 18:42:10 +01:00
agents.py Fix Extra planning (#362) 2025-01-28 09:21:58 +01:00
default_tools.py Minor fix: adding a 60 seconds timeout to the visit webpage tool (#308) 2025-01-22 13:02:38 +01:00
e2b_executor.py Remove pickle5 package from E2BExecutor (#295) 2025-01-21 17:18:39 +01:00
gradio_ui.py Gradio chatbot: step duration, number, token count, support nested thoughts (#384) 2025-01-28 09:24:13 +01:00
local_python_executor.py Add VLM support (#220) 2025-01-24 17:01:35 +01:00
models.py TransformersModel auto-detects VLMs (#378) 2025-01-27 20:09:14 +01:00
monitoring.py Add VLM support (#220) 2025-01-24 17:01:35 +01:00
prompts.py Fix Extra planning (#362) 2025-01-28 09:21:58 +01:00
tool_validation.py Fix: source code inspection in interactive shells (#281) 2025-01-22 13:43:16 +01:00
tools.py Add VLM support (#220) 2025-01-24 17:01:35 +01:00
types.py Make import time faster (optional deps + delay imports) (#253) 2025-01-20 10:59:43 +01:00
utils.py Add VLM support (#220) 2025-01-24 17:01:35 +01:00