ki-konzepte Agenten
Building AI Agents — From Tool Use to Multi-Agent Systems
How AI agents work: from a single tool call through MCP, structured outputs and LangGraph to the question of when multi-agent setups actually pay off.
Redaktion
Autonome KI-Systeme, die Aufgaben mehrschrittig bearbeiten.
How AI agents work: from a single tool call through MCP, structured outputs and LangGraph to the question of when multi-agent setups actually pay off.
How an LLM uses tools: define a tool as a schema, the model picks the function and arguments, the result returns to the chat — the basis of every agent.