Skip to main content
Integrate Memvid with Microsoft AutoGen to build multi-agent systems with persistent knowledge retrieval. The autogen adapter provides function schemas compatible with OpenAI’s function calling API.

Installation

Quick Start

Node.js uses OpenAI function calling directly. The AutoGen framework is Python-only, but the function schemas work with any OpenAI-compatible client.

Available Functions

The AutoGen adapter provides three functions:

Python: Basic Usage with AutoGen

Node.js: Function Calling Loop

Python: Multi-Agent Setup

Custom Search Functions (Python)

Best Practices

  1. Use read-only mode for retrieval agents
  2. Register tools before starting conversations
  3. Set appropriate limits on search results
  4. Close the memory when done

Next Steps

CrewAI

CrewAI integration

OpenAI SDK

Direct OpenAI function calling