mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 10:10:36 +00:00
imports
This commit is contained in:
parent
4343bc880c
commit
286a94ba8a
10 changed files with 10 additions and 10 deletions
|
|
@ -10,7 +10,7 @@ import pytest
|
|||
from llama_stack_client.lib.agents.agent import Agent
|
||||
from llama_stack_client.lib.agents.turn_events import StepCompleted, StepProgress, ToolCallIssuedDelta
|
||||
|
||||
from llama_stack import LlamaStackAsLibraryClient
|
||||
from llama_stack.core.library_client import LlamaStackAsLibraryClient
|
||||
|
||||
AUTH_TOKEN = "test-token"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue