chore: Update agent.py

This commit is contained in:
Hangfei Lin 2025-06-04 09:29:33 -07:00 committed by GitHub
parent b1a74d099f
commit d052e8f13a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ async def check_prime(nums: list[int]) -> str:
root_agent = Agent( root_agent = Agent(
model=Claude(model="claude-3-5-sonnet-v2@20241022"), model=Claude(model="claude-3-5-sonnet-v2@20241022"),
name="data_processing_agent", name="hello_world_agent",
description=( description=(
"hello world agent that can roll a dice of 8 sides and check prime" "hello world agent that can roll a dice of 8 sides and check prime"
" numbers." " numbers."