mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 01:52:01 +00:00
update docs
This commit is contained in:
parent
432fd60fe8
commit
96225e5d5e
2 changed files with 1 additions and 27 deletions
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
import json
|
||||
import logging
|
||||
import shutil
|
||||
import uuid
|
||||
from collections.abc import AsyncGenerator
|
||||
|
||||
|
|
@ -78,10 +77,6 @@ class MetaReferenceAgentsImpl(Agents):
|
|||
tool_runtime_api=self.tool_runtime_api,
|
||||
)
|
||||
|
||||
# check if "bwrap" is available
|
||||
if not shutil.which("bwrap"):
|
||||
logger.warning("Warning: `bwrap` is not available. Code interpreter tool will not work correctly.")
|
||||
|
||||
async def create_agent(
|
||||
self,
|
||||
agent_config: AgentConfig,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue