LoslegenKostenlos starten

Creating an agent

Diese Übung ist Teil des Kurses

<Kurs>Building Agentic Workflows with LlamaIndex</Kurs>
Kurs ansehen

Übungsanweisungen

Follow the steps to wrap your LLM inside an AgentWorkflow that can decide, on-the-fly, whether it knows the answer or should trigger a web search tool.

  • Define the search_web() tool as an async function.
  • Instantiate a single-agent workflow that uses the function to search the web.
  • Run the workflow with a user message, and save the returned text to the response.


Note: If you’re running DataLab in Restricted Mode, this exercise isn’t supported yet. We’re actively working on making it available in the future.


Interaktive praktische Übung

Verwandle Theorie mit einer unserer interaktiven Übungen in die Praxis

Übung starten