With this project, you can easily create your own crews for crew.ai framework, in a webapp.
(spanish translation below)
| Crew Name | Description | Report Example |
|---|---|---|
| dr-casa | Specialized medical assistance app | dr-casa-en.md ⭐ |
| hidalgos | Elderly assistance app | |
| rancho-relaxo | Mental wellness app | |
| footnotes | Running and athlete app | |
| multilevel | Educational adaptation for special needs | |
| riskfolio | Financial profiling app | riskfolio-en.md ⭐ |
| Nombre de Crew | Descripción | Ejemplo de Informe |
|---|---|---|
| dr-casa | App para asistencia médica especializada agentes tareas | dr-casa.md ⭐ |
| hidalgos | App para asistencia a personas de la tercera edad agentes tareas | hidalgos.md ⭐ |
| rancho-relaxo | App para bienestar mental y emocional agentes tareas | rancho-relax.md ⭐ |
| footnotes | App para corredores y atletas agentes tareas | footnotes.md ⭐ |
| multilevel | App para adaptar examenes y lecciones a alumnos con necesidades específicas especiales (dislexia, espectro autista, deficit de atención, ...) agentes tareas | multilevel.md ⭐ |
| riskfolio | App para análisis de perfiles financieros e inversión personalizada agentes tareas | riskfolio.md ⭐ |
Example alphablocks crew:
alphablocks/
├── config
│ ├── agents.yaml # Defines the roles, goals, backstories, and contexts for each Numberblock agent.
│ ├── tasks.yaml # Contains the descriptions and expected outputs for various tasks assigned to the Numberblock agents.
│ └── config.yaml # Configures the backend and frontend settings for the episode writer, including the nomination method and source of truth.
Create a python 3.11 virtual environment and install the requirements:
pip install -r meta_crew_backend/requirements.txtTo build and run the Docker containers, follow these steps:
-
Ensure Docker and Docker Compose are installed on your system.
-
Rename the ./meta_crew_backend/.env_template file to .env and change the token value to your own open router token.
-
Run Docker Compose to build and start the containers:
docker compose down docker compose build docker compose up -d
-
Access with a browser at
http://localhost:3000
This app need an open router token. This has a cost, from 0.10 $ to 0.15 $ per report