mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-19 21:08:13 +00:00
Add standalone deployment tools for CrewAI workflows (fixes #2438)
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
9
examples/deployment/deployment.yaml
Normal file
9
examples/deployment/deployment.yaml
Normal 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
|
||||
Reference in New Issue
Block a user