Skip to content

References

A curated collection of resources for deepening your understanding of agentic AI patterns.

OpenAI

Microsoft / Azure

Anthropic / Claude

Blog Posts & Articles

YouTube / Video

Research Papers

Python Libraries Used

Frameworks (for Reference)

These frameworks implement the patterns taught in this workshop. Understanding the patterns from scratch makes you a more effective user of any of these:

  • Microsoft Agent Framework — Microsoft's multi-language SDK (Python + .NET) for building AI agents and multi-agent workflows. Supports sequential, concurrent, group chat, and handoff patterns with graph-based orchestration, session state management, and MCP tool integration
  • LangGraph — Graph-based agent orchestration (state machines, conditional routing)
  • Pydantic AI — Type-safe agent framework built on Pydantic
  • CrewAI — Role-based multi-agent orchestration