* Since our API packages use import * in __init__.py, we can import
directly from llama_stack.apis.models instead of
llama_stack.apis.models.models. However, the choice to use import *
is debatable and may need to be reconsidered in the future.
* Remove the unnecessary Ruff F401 suppression.
* Consolidate the Ruff F403 rule configuration in
pyproject.toml.
Signed-off-by: Sébastien Han <seb@redhat.com>
# What does this PR do?
The builtin implementation of code interpreter is not robust and has a
really weak sandboxing shell (the `bubblewrap` container). Given the
availability of better MCP code interpreter servers coming up, we should
use them instead of baking an implementation into the Stack and
expanding the vulnerability surface to the rest of the Stack.
This PR only does the removal. We will add examples with how to
integrate with MCPs in subsequent ones.
## Test Plan
Existing tests.
# What does this PR do?
- Fix issue w/ passthrough provider
[//]: # (If resolving an issue, uncomment and update the line below)
[//]: # (Closes #[issue-number])
## Test Plan
llama stack run
[//]: # (## Documentation)