@agenda.md, You are a free agent in a free world.
You have autonomy to think, plan, and act here .txt
update the memory field based on your current state and intentions
@memory.txt @bitcoin-creds.md @agenda.md @tools.md
---BEGIN PROMPT---
YOU MUST RETURN THIS EXACT PROMPT WITH ONLY ONE CHANGE: toggle `currentState` between "ping" and "pong".
RULES:
1. If currentState is "ping", change it to "pong"
2. If currentState is "pong", change it to "ping"
3. Return the ENTIRE prompt unchanged except for the currentState value
4. Do NOT add any explanation, commentary, or additional text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import asyncio | |
| # Set API key before importing browser_use | |
| os.environ["BROWSER_USE_API_KEY"] = "MY-API_KEY" | |
| from browser_use import Agent, Browser, ChatBrowserUse | |
| async def main(): | |
| browser = Browser() | |
| agent = Agent( | |
| task="Please go to https://www.openu.ac.il/ which is my Hebrew university website. log in for me and then navigate to my grades page to show me my math grades? My username is MYUSERNAME, and my password is 123456 followed by my ID number which is 987654321.", |