n4nAI

Topic

AutoGen Multi-Agent Conversations & Group Chat

7 posts on autogen multi-agent conversations & group chat — part of framework tutorials on the n4n AI blog.

Framework tutorialsHow-to

Mix GPT-4o and Claude 3.5 Sonnet per agent via n4n.ai

Learn to autogen mix gpt-4o claude 3.5 sonnet agents n4n.ai: configure per-agent models in AutoGen via a single OpenAI-compatible gateway endpoint.

3 min read
Framework tutorialsGuide

Cost optimization: cheap models per agent with n4n.ai

Practical guide to autogen cost optimization cheap models n4n.ai: assign per-agent model tiers, configure gateway, measure token usage in multi-agent flows

4 min read
Framework tutorialsHow-to

Code generation and execution agents in AutoGen

Step-by-step guide to building autogen code generation execution agents with AutoGen: configure LLM, run local code executor, verify output, and scale to group chat.

3 min read
Framework tutorialsTutorial

Building a customer support agent team with AutoGen

Hands-on tutorial for building an autogen customer support agent team with AutoGen group chat, including runnable Python code, config, and output examples.

2 min read
Framework tutorialsTutorial

Build a planner, coder, and critic team with AutoGen

Build an autogen planner coder critic agent team with AutoGen group chat: hands-on tutorial splitting design, coding, and review into specialized agents.

3 min read
Framework tutorialsTutorial

AutoGen GroupChat tutorial: orchestrating multiple agents

Hands-on autogen groupchat tutorial multiple agents: build a multi-agent coding and review pipeline with GroupChat, speaker control, and safe code exec.

3 min read
Framework tutorialsHow-to

Adding a RAG agent to an AutoGen group chat

Practical walkthrough for engineers adding a RAG agent to an AutoGen group chat: wire retrievers, configure agents, run end-to-end, and verify.

3 min read