llama-stack-mirror/llama_stack/providers/inline/tool_runtime/code_interpreter
Sarthak Deshpande 5ece262976
chore: Make code interpreter async (#1654)
# What does this PR do?
 Made code interpreter tool call to be async such that its non blocking

## Test Plan
pytest -s -v tests/integration/agents/test_agents.py
--stack-config=together --text-model=meta-llama/Llama-3.3-70B-Instruct
<img width="1693" alt="image"
src="https://github.com/user-attachments/assets/42520bb6-7acf-42d5-b71f-b35ca149d722"
/>


[//]: # (## Documentation)

Co-authored-by: sarthakdeshpande <sarthak.deshpande@engati.com>
2025-03-18 14:13:46 -07:00
..
__init__.py chore: fix typing hints for get_provider_impl deps arguments (#1544) 2025-03-11 10:07:28 -07:00
code_env_prefix.py build: configure ruff from pyproject.toml (#1100) 2025-02-14 09:01:57 -08:00
code_execution.py refactor: move all datetime.now() calls to UTC (#1589) 2025-03-13 15:34:53 -07:00
code_interpreter.py chore: Make code interpreter async (#1654) 2025-03-18 14:13:46 -07:00
config.py test: add unit test to ensure all config types are instantiable (#1601) 2025-03-12 22:29:58 -07:00
matplotlib_custom_backend.py fix: resolve type hint issues and import dependencies (#1176) 2025-02-25 11:06:47 -08:00
utils.py agents to use tools api (#673) 2025-01-08 19:01:00 -08:00