StatusSign in to track progress Implement a Minimal ReAct Loop
Build a Thought -> Action -> Observation loop that terminates on a Final Answer.
DifficultyEasy
Agent Loop78%20mStatusSign in to track progress Route Tool Calls from Agent Output
Parse agent output and route tool calls to the right handler with a fallback for unknown tools.
DifficultyEasy
Agent Loop75%15mStatusSign in to track progress Recover from Tool Errors in the Loop
Wrap tool calls in try/except so that runtime errors become observations and the loop continues.
DifficultyMedium
Agent Loop65%25mStatusSign in to track progress Stop a Loop with a Step Budget
Track step count and return a fallback result when the agent exceeds its allowed step budget.
DifficultyEasy
Agent Loop68%20mStatusSign in to track progress Summarize a Growing Scratchpad
When the scratchpad exceeds a token limit, summarize the older portion while preserving the latest action and observation.
DifficultyMedium
Agent Loop55%30mStatusSign in to track progress Execute a Multi-Tool PlanPro
Execute a list of ordered plan steps by dispatching tools in sequence, accumulating observations, and returning a final answer.
DifficultyHard
Agent Loop45%35mStatusSign in to track progress Human Approval Gate for High-Risk ActionsPro
Design an approval gate that classifies actions by risk level, creates sanitized approval requests, executes only on explicit approval, and produces an auditable trace.
DifficultyHard
Agent Loop25%35mStatusSign in to track progress Cost-Latency Model RouterPro
Select a model from cost, latency, and capability metadata: reject candidates exceeding hard budgets, choose the least expensive model that satisfies quality requirements, and return selection reasoning with estimated spend.
DifficultyMedium
Agent Loop22%35mStatusSign in to track progress Implement a Supervisor-Agent WorkflowPro
Route subtasks to specialised workers by capability, respect task dependencies, isolate worker failures, and enforce a global step budget.
DifficultyHard
Agent Loop28%40mStatusSign in to track progress Implement a Guarded Knowledge Agent WorkflowPro
Integrate tool routing, memory retrieval, RAG citation, prompt-injection checks, bounded execution, and safe fallback into a single guarded agent loop.
DifficultyHard
Agent Loop26%45m