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
- 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
- Create an agent using the "opengap init" command and edit the config as expected.
- Create a python environment, activate it and install the crewai cli/ crewai package using either or both "uv tool add crewai"/ "pip install crewai"
- 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
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
Steps to Reproduce
Expected Behavior
The crewai agent is supposed to run with inputs from user and carry out a task
Actual Behavior
Following error is displayed :
Agent Configuration
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