fix(imports): tests no longer fail due to agents import errors

This commit is contained in:
Emilio Garcia 2025-11-04 15:28:27 -05:00
parent a8a8aa56c0
commit bfe5e256e4
12 changed files with 11 additions and 16 deletions

View file

@ -11,7 +11,7 @@ import pytest
import yaml
from openai import OpenAI
from llama_stack import LlamaStackAsLibraryClient
from llama_stack.core.library_client import LlamaStackAsLibraryClient
# --- Helper Functions ---

View file

@ -9,7 +9,7 @@ import time
import pytest
from llama_stack import LlamaStackAsLibraryClient
from llama_stack.core.library_client import LlamaStackAsLibraryClient
from .helpers import new_vector_store, upload_file

View file

@ -12,8 +12,8 @@ import httpx
import openai
import pytest
from llama_stack import LlamaStackAsLibraryClient
from llama_stack.core.datatypes import AuthenticationRequiredError
from llama_stack.core.library_client import LlamaStackAsLibraryClient
from tests.common.mcp import dependency_tools, make_mcp_server
from .fixtures.test_cases import (