ReAct pattern, tool calling, function calling — základy agentov
Pochopiť ReAct loop (Thought → Action → Observation), function calling mechaniku, a tool schemas. Buildnúť agenta od nuly bez frameworkov.
Kanonická referencia Reasoning + Acting patternu s príkladmi.
referenceMinimálna Python implementácia ReAct bez frameworkov. Thought-Action-Observation v čistom kóde.
tutorialAutoritatívna architecture-level explainécia. LLM neexecute funkcie — posiela structured data.
articleModerný guide vrátane dynamic tool discovery cez MCP a vector stores.
articleBuildni ReAct agenta from scratch (žiadne frameworky).