Agentic Workflow demonstrates an autonomous agent execution loop with deterministic tool calling and a Human-in-the-Loop safety gate. Built using standard Next.js and FastAPI without heavy orchestration libraries.
- Category
- Autonomous Agents
Core Capabilities
- Multi-step ReAct loop (Thought -> Action -> Observation -> Final Answer) with iteration guards.
- Deterministic local tools: safe AST math calculation, knowledge base lookup, and operational alerts.
- Human-in-the-Loop authorization: pauses execution on sensitive actions until user approval.
How to Use
- Select one of the suggested tasks or type a custom instruction.
- Observe the step-by-step reasoning and tool call trace in the execution timeline.
- If an alert is triggered, click Authorize or Reject to control agent execution.
Technologies Used
- Next.js 15
- React 19
- FastAPI
- Python 3.12
- ReAct Loop
- Human-in-the-Loop
- Tailwind CSS 4
- Pydantic 2