from praisonaiagents import Agent, MCP
# Connect to Playwright MCP server (run: npx @playwright/mcp@latest --port 8931)
agent = Agent(
instructions="You help search the web.",
llm="gpt-4o-mini",
tools=MCP("http://localhost:8931/sse")
)
agent.start("Find about Praison AI")