Skip to main content
Integrate Memvid with CrewAI to build collaborative AI crews with shared knowledge access. The crewai adapter provides function schemas compatible with OpenAI’s function calling API.

Installation

Quick Start

Node.js uses OpenAI function calling directly. CrewAI is Python-only, but the function schemas work with any OpenAI-compatible client for building similar multi-agent workflows.

Available Functions

The CrewAI adapter provides three functions:

Python: Basic Usage with CrewAI

Node.js: Multi-Agent Workflow

Python: Multi-Agent Crew

Custom Tools (Python)

Best Practices

  1. Use read-only mode for retrieval crews
  2. Share tools across agents that need knowledge access
  3. Use task context to pass information between tasks
  4. Close the memory when done

Next Steps

AutoGen

AutoGen integration

OpenAI SDK

Direct OpenAI function calling