Use multi-steps tools to create more complex Agents.
researchWebTool
Inngest defines 3 main steps.
step.ai.infer()
call will offload the LLM requests to the Inngest infrastructe which will also handle retries.step.run()
call will run the crawl-web
step in parallel.researchWebTool
to our AgentKit network:
researchWebTool
function and pass it to the deepResearchAgent
tools
array.
Finally, we also need to pass the researchWebTool
function to the createServer()
’s functions
array.