Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions 01_ai_agents_first/11_agent_clone/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ weather_agent = base_agent.clone(
# Clone with different tools
math_agent = base_agent.clone(
name="MathAssistant",
tools=[calculate_area], # Same tools
instructions="You are a math specialist."
)
```
Expand Down Expand Up @@ -405,4 +404,4 @@ print("Independent clone tools:", len(independent_clone.tools)) # 2 (independent

---

*Remember: Cloning lets you create agent variants efficiently while understanding the impact on shared resources!* 🧬✨
*Remember: Cloning lets you create agent variants efficiently while understanding the impact on shared resources!* 🧬✨