← All projects
Capstoneadvanced8h
AI Support Agent Capstone
Design a tool-calling agent that can look up information and take constrained actions through explicit function calls, with guardrails.
Tracks: AI, LLMs, RAG & Agents
Objectives
- Define a small set of typed tools/functions an agent can call
- Implement an agent loop that plans, calls tools, and observes results
- Add guardrails: input limits, allowed actions, and human-readable audit logging
- Reason about cost, latency, and failure modes in production
Before you start
Milestones
0%