API Reference

Complete API documentation for RCrewAI

API Reference

Complete documentation for all RCrewAI classes and methods.

Core Classes

RCrewAI::Crew

The main orchestrator that manages agents and tasks.

RCrewAI::Agent

Individual AI agents with specific roles and capabilities.

RCrewAI::Task

Tasks that agents execute to achieve goals.

Tools

RCrewAI::Tools::WebSearch

Enable agents to search the web for information.

RCrewAI::Tools::FileSystem

Allow agents to read and write files.

RCrewAI::Tools::Database

Connect agents to databases for data operations.

Configuration

RCrewAI::Configuration

Configure LLM providers and other settings.

CLI

RCrewAI::CLI

Command-line interface for managing crews.