feat(api): simplify client imports

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-03-18 15:27:53 -07:00
parent 9c8e88ea9c
commit e889b9b56f
11 changed files with 40 additions and 58 deletions

View file

@ -181,7 +181,7 @@ group_tools = client.tools.list_tools(toolgroup_id="search_tools")
## Simple Example: Using an Agent with the Code-Interpreter Tool
```python
from llama_stack_client.lib.agents.agent import Agent
from llama_stack_client import Agent
# Instantiate the AI agent with the given configuration
agent = Agent(