Back to Nexa Sdk

AG2 + Nexa SDK Examples

cookbook/ag2/README.md

0.2.73510 B
Original Source

AG2 + Nexa SDK Examples

Practical examples of integrating Nexa SDK with AG2 (formerly AutoGen).

Prerequisites

Quick Start

Simple agent creation and multi-agent conversation with Nexa SDK.

  1. Run nexa serve in separate terminal.
bash
nexa pull NexaAI/Qwen3-4B-GGUF
nexa serve
  1. Install dependencies.
pip install -r requirements.txt
  1. Run the example script.
bash
python example.py