Skip to content
Learn Agentic AI
Learn Agentic AI archive page 83 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
11 min read0Mar 16, 2026

Building Slack AI Agents: Slash Commands, Bot Events, and Interactive Messages

Build a production-ready Slack AI agent with slash commands, real-time bot event handling, interactive Block Kit messages, and thread-aware conversation management using the Slack Bolt SDK.

Learn Agentic AI
10 min read0Mar 16, 2026

Microsoft Teams AI Agent Integration: Bot Framework and Adaptive Cards

Build an AI agent for Microsoft Teams using the Bot Framework SDK, design rich Adaptive Card interfaces for structured interactions, and handle conversation flows with proper permissions and authentication.

Learn Agentic AI
10 min read1Mar 16, 2026

Integrating AI Agents with Notion: Automatic Page Creation and Database Updates

Connect your AI agent to Notion for automatic page creation, database row updates, and block-level content manipulation using the Notion API, with practical Python examples for common automation patterns.

Learn Agentic AI
11 min read1Mar 16, 2026

AI Agent for GitHub: Automated Issues, PR Reviews, and Release Notes

Build an AI agent that automates GitHub workflows including issue triage, pull request code reviews, and release note generation using the GitHub API and webhook event processing.

Learn Agentic AI
10 min read0Mar 16, 2026

Building a Jira AI Agent: Ticket Creation, Updates, and Sprint Management

Build an AI agent that integrates with Jira for automated ticket creation, intelligent updates, JQL-powered queries, and sprint management using the Jira REST API with practical Python examples.

Learn Agentic AI
11 min read0Mar 16, 2026

AI Agent for Stripe: Payment Processing, Subscription Management, and Invoicing

Build an AI agent that integrates with Stripe for intelligent payment processing, subscription lifecycle management, automated invoicing, and webhook-driven event handling with comprehensive error recovery.

Learn Agentic AI
11 min read0Mar 16, 2026

Building an AI Agent Webhook Hub: Centralized Event Processing for Multiple Integrations

Design and build a centralized webhook hub that receives events from multiple services, normalizes them into a common format, routes them to AI agent processors, and ensures reliable delivery with fan-out and retry logic.

Learn Agentic AI
11 min read0Mar 16, 2026

Integration Testing for AI Agent Connections: Mocking External Services and Verifying Flows

Learn how to write robust integration tests for AI agent integrations using mock servers, VCR-style recording, fixture-based testing patterns, and CI pipeline configuration to verify external service connections without hitting live APIs.