Skip to content
Learn Agentic AI
Learn Agentic AI archive page 116 of 146

Learn Agentic AI — Build Voice & Chat Agents

Step-by-step tutorials on building voice and chat AI agents using OpenAI Agents SDK, Realtime API, function calling, multi-agent orchestration, and production deployment patterns.

9 of 1313 articles

Learn Agentic AI
12 min read0Mar 16, 2026

Building a Court System Agent: Hearing Schedules, Document Filing, and Case Status

Learn how to build an AI agent for court systems that provides case lookup, hearing date information, filing requirements, and attorney resources while maintaining strict accuracy standards for legal information.

Learn Agentic AI
11 min read0Mar 16, 2026

AI Agent for Public Health: Vaccination Information, Clinic Finder, and Outbreak Alerts

Build an AI agent for public health departments that provides vaccination eligibility information, finds nearby clinics with appointment availability, and distributes outbreak alerts with actionable guidance.

Learn Agentic AI
12 min read0Mar 16, 2026

Building a Tax Information Agent: Filing Guidance, Payment Plans, and Refund Status

Build an AI agent that helps taxpayers understand filing requirements, set up payment plans for outstanding balances, check refund status, and navigate tax rules without providing tax advice.

Learn Agentic AI
11 min read0Mar 16, 2026

AI Agent for Parks and Recreation: Program Registration, Facility Booking, and Event Info

Build an AI agent for municipal parks and recreation departments that handles program catalog search, class registration, facility reservations, and seasonal event information for community members.

Learn Agentic AI
11 min read0Mar 16, 2026

Building a Library Services Agent: Catalog Search, Hold Management, and Program Registration

Build an AI agent for public libraries that searches the catalog, places and manages holds, handles account inquiries, and helps patrons discover library programs and events.

Learn Agentic AI
12 min read0Mar 16, 2026

AI Agent for Emergency Management: Disaster Information, Shelter Locations, and Updates

Learn how to build an AI agent for emergency management agencies that distributes disaster alerts, maps shelter locations, coordinates resource information, and provides real-time updates to affected citizens.

Learn Agentic AI
11 min read0Mar 16, 2026

FastAPI for AI Agents: Project Structure and Async Best Practices

Learn how to structure a FastAPI project for AI agent backends, leverage async endpoints for concurrent LLM calls, use dependency injection effectively, and manage application lifecycle with lifespan events.

Learn Agentic AI
12 min read3Mar 16, 2026

Streaming AI Agent Responses with FastAPI: SSE and StreamingResponse

Implement real-time token-by-token streaming from AI agents using FastAPI's StreamingResponse and Server-Sent Events. Covers async generators, error handling during streams, and JavaScript client integration.