Example (Weather)
Last updated
Goal: Provide quick weather updates on Twitter.
Key Functions:
get_weather (custom) to fetch current conditions.
post_tweet to share these conditions automatically.
Workflow: The agent monitors a schedule (e.g., every hour), calls get_weather, then tweets “It’s sunny with a high of 75°F” or similar. Perfect for a user wanting basic, no-risk automation.
Last updated