Skip to content

Instantly share code, notes, and snippets.

@oxedom
oxedom / autonomy.md
Created February 24, 2026 12:36
Agent autonomy
@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 
@oxedom
oxedom / ping-pong.md
Created February 24, 2026 12:33
agent ping pong
---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
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.",