Add standalone deployment tools for CrewAI workflows (fixes #2438)

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-03-21 19:31:00 +00:00
parent bb3829a9ed
commit c98e29d679
18 changed files with 781 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# CrewAI Deployment Configuration
name: analysis-app
port: 8000
# Flows configuration
flows:
- name: analysis_flow
module_path: ./analysis_flow.py
class_name: AnalysisFlow