Aan de slagGa gratis aan de slag

Your first agent!

Deze oefening maakt deel uit van de cursus

Multi-Agent Systems with LangGraph

Cursus bekijken

Oefeninstructies

Run the first two cells to install the libraries and re-define the tools

  • Loop through each tool and print its .name and .description attributes.
  • Define a list containing all three tools, bind the tools with the LLM to make it tool-aware, and complete the llm_node() function so it invokes the LLM on the messages in state.
  • Construct a linear graph that passes inputs from START into the LLM, then into the tools, then to the END node.


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.


Praktische interactieve oefening

Zet theorie om in actie met een van onze interactieve oefeningen.

Begin met trainen