Back to Nexa Sdk

CrewAI + Nexa SDK Examples

cookbook/crewai/README.md

0.2.73461 B
Original Source

CrewAI + Nexa SDK Examples

Practical examples of integrating Nexa SDK with CrewAI.

Prerequisites

Quick Start

Simple agent creation and task execution 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