Skip to content

[Bug] CrewAI Adapter/Runner doesn't work as expected #102

Description

@Shahid-Musabbar

Description

The CrewAI Adapter/Runner doesn't work as expected as it calls an unsupported (or deprecated) "crewai kickoff" command

I tried both by cloning the main branch and trying the installed version of this package as well. In both cases came across the same error.

Environment

  • OS: Windows 11
  • Node.js version: v24.19.0
  • opengap version: 0.5.0
  • Adapter : crewai

Steps to Reproduce

  1. Clone the repo and do a npm link for dev mode / Install via the "npm install -g @open-gitagent/opengap" command from the command prompt terminal
  2. Create an agent using the "opengap init" command and edit the config as expected.
  3. Create a python environment, activate it and install the crewai cli/ crewai package using either or both "uv tool add crewai"/ "pip install crewai"
  4. Run the "opengap run -a crewai -d ." command from the project folder in the command line

Expected Behavior

The crewai agent is supposed to run with inputs from user and carry out a task

Actual Behavior

Following error is displayed :


Running agent: hotel-helpdesk-agent
  Version: 0.1.0
  Description: A helpful hotel helpdesk agent that assists guests with inquiries, reservations, and general information about the hotel.
  Model: gpt-5-nano
  Adapter: crewai
────────────────────────────────────────────────────────────
i Running CrewAI agent from "D:\Personal Projects\ogp_agent"...
i Working directory: D:\Personal Projects\ogp_agent
Usage: crewai [OPTIONS] COMMAND [ARGS]...
Try 'crewai --help' for help.

Error: No such command 'kickoff'. 

Agent Configuration

spec_version: "0.1.0"
name: hotel-helpdesk-agent
version: 0.1.0
description: A helpful hotel helpdesk agent that assists guests with inquiries, reservations, and general information about the hotel.
author: "Shahid"
license: MIT
model:
  preferred: gpt-5-nano
  constraints:
    temperature: 0.3
    max_tokens: 4096
skills: []
tools: []
runtime:
  max_turns: 30
  timeout: 120
tags: []

Additional Context

( opengap\examples\standard\memory\daily-log\2026-02-18.md ) also mentions that the crewai kickoff had to be tested further manually, so initial crewai adapter might not be proper

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions