Orchestrate a Multi-Agent System
ManagedAgent
object to wrap the managed web search agent:
openai/gpt-4o-mini
using the LiteLLMModel
class.
DuckDuckGoSearchTool
. However, we will also create a VisitWebpageTool
from scratch using markdownify
. Here’s how:
search
and visit_webpage
to create the web agent.