What problem does it solve?
(FUTURE) This Skill outlines the planned architecture for integrating CrewAI workflows into the existing NestJS application, ensuring consistency, scalability, and adherence to established patterns for AI agent development.
Core Features & Use Cases
- NestJS Application Pattern: (FUTURE) Defines how CrewAI workflows will be structured as standalone NestJS applications.
- Standardized Parameters: (FUTURE) Ensures CrewAI endpoints receive the same parameters as N8N/LangGraph for seamless integration.
- Webhook Status Tracking: (FUTURE) Guides the configuration of environment-variable driven status webhooks for real-time progress updates.
- Use Case: When planning a new multi-agent system using CrewAI, refer to this skill to understand the future integration strategy with the NestJS backend and how to ensure proper status tracking.
Quick Start
I'm planning a new CrewAI workflow. What is the expected directory structure and how will it integrate with our NestJS backend?