INNER CODE UNIT · Python
browser_status
feder-cr/Jobs_Applier_AI_Agent_AIHawk · src/aihawk/mcp/server.py:379
async def browser_status(browser: Browser = None) -> str:
"""Who is browsing right now: the identity, the exit, the profile and the page.
Ask whenever you need to know which person the browser currently is, or
from where its traffic leaves. The seed is what you would pass to
`browser_open` to become this person again, so this is also how you
record an identity worth repeating.
It starts nothing: a browser that is not open, or gone, is answered with
the sentence that says which.
"""
return await work.status(browser or DEFAULT_BROWSER_ID)
# ⛔ THE FOUR TAB TOOLS STOOD HERE AND ARE GONE (2026-09-11, owner's decision:
# "si usa solo la tab principale e stop, se servono altre tab abbiamo il
# browser di support"). A browser drives ONE page. The answer to "I need a
# second page" is not a second tab, it is `support` - which is a better answer