Skip to content

CopilotKit/coagents-starter-crewai-flows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoAgents Starter CrewAI Flows

This example contains a simple starter project for CrewAI written in Python.

These instructions assume you are in the coagents-starter-crewai-flows/ directory

Running the Agent

First, install the backend dependencies:

Python SDK

cd agent-py
poetry install

Then, create a .env file inside ./agent-py with the following:

OPENAI_API_KEY=...

IMPORTANT: Make sure the OpenAI API Key you provide, supports gpt-4o.

Then, run the demo:

Python

poetry run demo

Running the UI

First, install the dependencies:

cd ./ui
pnpm i

Then, create a .env file inside ./ui with the following:

OPENAI_API_KEY=...

Then, run the Next.js project:

pnpm run dev

Usage

Navigate to http://localhost:3000.

Troubleshooting

A few things to try if you are running into trouble:

  1. Make sure there is no other local application server running on the 8000 port.
  2. Under /agent/greeter/demo.py, change 0.0.0.0 to 127.0.0.1 or to localhost

About

Start for building with CrewAI flows + CopilotKit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published