Topic
Semantic Kernel Planners & Agents
13 posts on semantic kernel planners & agents — part of framework tutorials on the n4n AI blog.
Semantic Kernel planner tutorial: sequential vs stepwise
Compare Semantic Kernel's Sequential and Stepwise planners across capabilities, latency, ergonomics, and failure modes with code examples and a decision matrix.
Semantic Kernel planner tutorial: handlebars planner basics
Learn to build agents with Semantic Kernel's Handlebars planner through a complete, runnable tutorial covering setup, prompt templates, and execution loops.
Semantic Kernel planner tutorial: debugging failed plans
A practical debugging guide for Semantic Kernel planner failures — ordered steps, code patterns, and common pitfalls engineers hit in production.
Semantic Kernel planner tutorial: automatic planning
Build a working Semantic Kernel automatic function planner step by step — define plugins, configure the planner, execute plans, and handle real-world edge cases.
Semantic Kernel agent tutorial: tool selection strategies
A practical guide to Semantic Kernel agent tool selection strategies covering function choice behaviors, planner integration, metadata design, and failure handling patterns.
Semantic Kernel agent tutorial: multi-agent conversations
Build multi-agent conversations with Semantic Kernel — step-by-step tutorial covering group chat, agent roles, and orchestration patterns with runnable Python code.
Semantic Kernel agent tutorial: group chat orchestration
Build a multi-agent group chat with Semantic Kernel: define specialized agents, configure orchestration, and run collaborative workflows with working code.
Semantic Kernel agent tutorial: GPT-4o and Claude fallback
Build a Semantic Kernel agent with automatic GPT-4o to Claude fallback using n4n.ai's unified endpoint — complete with planner setup, routing directives, and runnable code.
Semantic Kernel agent tutorial: adding memory to agents
A hands-on tutorial for adding persistent memory to Semantic Kernel agents using vector stores and memory skills, with complete runnable code.
Semantic Kernel agent tutorial with n4n.ai function calling
Hands-on tutorial: build a Semantic Kernel ChatCompletionAgent that calls Python functions via the n4n.ai OpenAI-compatible gateway. Step-by-step code.
Building an agent with Semantic Kernel's Agent Framework
A hands-on semantic kernel agent framework tutorial: build a task-completing agent with planners, plugins, and OpenAI-compatible endpoints.
Building a ReAct-style agent in Semantic Kernel
Hands-on react-style agent semantic kernel tutorial: implement a ReAct reasoning loop with FunctionCallingStepwisePlanner, custom plugins, and step-by-step verification.
Building a customer support agent with Semantic Kernel
Step-by-step guide to build customer support agent semantic kernel apps with Python: plugins, stepwise planner, and resilient model routing. Includes runnable code.
More topics in framework tutorials
- Building Chatbots with Vercel AI SDK & Next.js15
- LangChain RAG with Vector Databases15
- LangGraph Multi-Agent Workflows15
- LlamaIndex Query Engines for RAG15
- AutoGen Multi-Agent Conversations & Group Chat14
- Choosing an AI Framework by Use Case14
- CrewAI Agent Roles & Task Design14
- CrewAI Real-World Crew Examples14
- Haystack RAG Pipelines14
- LangChain Agents & Tool Calling14
- LangChain Multi-Model Fallback & Routing14
- LangChain.js for Node & TypeScript14