Skip to content

Commit ba222c4

Browse files
authored
fix: remove agent types (#296)
`__init__.py` imports agent types. Remove these and remove the entry in __all__ Signed-off-by: Charlie Doern <[email protected]>
1 parent 4ae12cd commit ba222c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/llama_stack_client/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,12 @@
4848
from .lib.agents.event_logger import EventLogger as AgentEventLogger
4949
from .lib.inference.event_logger import EventLogger as InferenceEventLogger
5050
from .types.shared_params.document import Document as RAGDocument
51-
from .types.alpha.agents.turn_create_params import Document
5251

5352
__all__ = [
5453
"types",
5554
"Agent",
5655
"AgentEventLogger",
5756
"InferenceEventLogger",
58-
"Document",
5957
"RAGDocument",
6058
"__version__",
6159
"__title__",

0 commit comments

Comments
 (0)