tonykip/crewai

By tonykip

Updated over 1 year ago

CrewAI CLI and project images for scaffolding and running multi-agent crews.

Image
Languages & frameworks
Machine learning & AI
0

544

tonykip/crewai repository overview

CrewAI CLI and Project Images

Official Docker images for scaffolding and running multi-agent AI crews using CrewAI.


Image Tags

  • tonykip/crewai:cli Minimal image with the CrewAI CLI. Use to scaffold new projects or run crews from your local code:
docker pull tonykip/crewai:cli
docker run --rm -v "$(pwd)":/work tonykip/crewai:cli create crew my_crew
  • tonykip/crewai:latest Full project image with all dependencies and your code baked in. Use to run your crew without installing anything locally:
docker pull tonykip/crewai:latest
docker run --rm --env-file .env -v "$(pwd)/output":/app/output tonykip/crewai:latest

Usage

  1. Scaffold a new CrewAI project Use the CLI image to create a new crew in any directory.
  2. Build your own project image After customizing, build and run your own version using this base.
  3. Run out-of-the-box Use the latest image to execute a ready-to-go project.

Documentation

Tag summary

Content type

Image

Digest

sha256:f4e4685bc

Size

305.8 MB

Last updated

over 1 year ago

docker pull tonykip/crewai:v1.0.1