Integration of Perplexity AI real-time web search within the AG2 (AutoGen) multi-agent framework. Enables AI agents to perform live web searches and incorporate current information into collaborative workflows.
The AG2 framework (formerly AutoGen) provides a PerplexitySearchTool that enables AI agents to perform real-time web searches within multi-agent conversations. This allows agents to access current information during collaborative problem-solving.
pip install -U "ag2[openai]"
export PERPLEXITY_API_KEY=your_key
from autogen import AssistantAgent, UserProxyAgent
from autogen.tools.experimental import PerplexitySearchTool
tool = PerplexitySearchTool(api_key="pplx-...", max_tokens=1024)
tool.register_for_llm(assistant)
tool.register_for_execution(user_proxy)
Ideal for research agents, fact-checking workflows, and data-gathering pipelines.
Telegram runtime adapter for Pi
Make videos programmatically
Cognitive browser automation that thinks like your users—and helps AI agents navigate too. Simulate real user cognition with abandonment detection, constitutional safety, chaos engineering, and UX friction discovery. Sites that pass CBrowser's cognitive t
Browser automation CLI for AI agents
The OpenRouter TypeScript SDK is a type-safe toolkit for building AI applications with access to 400+ language models through a unified API.
Run your own agents as E2EE NoPeek bots. Pairs with one-time codes (multiple accounts per computer), runs every bot each account owns, and pipes messages to any command or webhook.
Workflows from the Neura Market marketplace related to this Perplexity resource