n4nAI

Topic

AutoGen Code-Executing Agents

6 posts on autogen code-executing agents — part of framework tutorials on the n4n AI blog.

Framework tutorialsHow-to

Build code-executing AutoGen agents with n4n.ai

Build code-executing AutoGen agents with n4n.ai as the LLM gateway: install, configure, run Python via UserProxyAgent, and verify execution.

3 min read
Framework tutorialsHow-to

Build a data analysis agent with AutoGen code execution

Learn how to build an autogen data analysis agent code execution workflow that generates and runs Python to explore CSV data with guarded local execution.

4 min read
Framework tutorialsHow-to

AutoGen Docker code executor: a secure setup guide

Step-by-step guide to a hardened AutoGen Docker code executor setup: isolate agent-generated Python in a container, with runnable configs and verification.

3 min read
Framework tutorialsComparison

AutoGen code execution vs function calling explained

A practical head-to-head comparison of AutoGen code execution vs function calling across cost, latency, ergonomics, and limits, with a verdict.

1 min read
Framework tutorialsTutorial

AutoGen code execution tutorial: prompt to Python

Step-by-step autogen code execution tutorial python: build AutoGen agents that generate, run, and debug Python code locally with full runnable examples.

3 min read
Framework tutorialsHow-to

AutoGen AssistantAgent plus code executor, step by step

Step-by-step autogen assistantagent code executor tutorial: configure AssistantAgent with a local code executor, run multi-turn coding tasks safely.

4 min read