Advanced LLM App Development #ai-agents#react#agent-memory#multi-agent

AI Agent & Agentic System Vocabulary

5 exercises — Master the vocabulary of autonomous AI systems: ReAct loops, memory types, multi-agent orchestration, reflection, and observability.

0 / 5 completed
1 / 5

A developer reviews an agent run trace that shows the following repeating pattern:

Thought: The user wants the current weather in London. I should call the weather tool.
Action: get_weather(location="London")
Observation: {"temp": 14, "condition": "cloudy"}
Thought: I now have the data needed to answer.
Final Answer: It's 14 °C and cloudy in London.

What architecture pattern does this trace demonstrate?