mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-06 04:34:57 +00:00
llama_toolchain -> llama_stack
This commit is contained in:
parent
f372355409
commit
2cf731faea
175 changed files with 300 additions and 279 deletions
|
@ -11,12 +11,12 @@
|
|||
import os
|
||||
import unittest
|
||||
|
||||
from llama_toolchain.agentic_system.event_logger import EventLogger, LogEvent
|
||||
from llama_toolchain.agentic_system.utils import get_agent_system_instance
|
||||
from llama_stack.agentic_system.event_logger import EventLogger, LogEvent
|
||||
from llama_stack.agentic_system.utils import get_agent_system_instance
|
||||
|
||||
from llama_models.llama3.api.datatypes import * # noqa: F403
|
||||
from llama_toolchain.agentic_system.api.datatypes import StepType
|
||||
from llama_toolchain.tools.custom.datatypes import CustomTool
|
||||
from llama_stack.agentic_system.api.datatypes import StepType
|
||||
from llama_stack.tools.custom.datatypes import CustomTool
|
||||
|
||||
from tests.example_custom_tool import GetBoilingPointTool
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue