I have my own agents (build with pydantic ai)
I added websearch, fetch_url tools to it using the perplexity sdk
But i want to add the following tools to the agent to give it more capabilities:
perplexity_search
perplexity_ask
perplexity_research
perplexity_reason
There was talks about adding a remote mcp server, but I dont see any updates on that
Is there a easy way to add these tools to my agent?
I have my own agents (build with pydantic ai)
I added
websearch,fetch_urltools to it using the perplexity sdkBut i want to add the following tools to the agent to give it more capabilities:
perplexity_searchperplexity_askperplexity_researchperplexity_reasonThere was talks about adding a remote mcp server, but I dont see any updates on that
Is there a easy way to add these tools to my agent?