Agents & The ReAct Loop
Watch an AI Agent use "Tools" to solve a real-world task.
Available Tools
check_calendar
Read calendar status
send_invite
Email invitations
web_search
Browse the live web
Agent_Kernel_v1.0.4 - Live Execution
"Book a meeting with James on Friday"
Understanding the ReAct Pattern
01 REASON
Plan the next step based on the goal.
02 ACT
Execute a tool (API, Search, SQL).
03 OBSERVE
Read the tool result back into context.
04 LOOP
Repeat until the task is definitely finished.