mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
10 lines
183 B
YAML
10 lines
183 B
YAML
# CrewAI Deployment Configuration
|
|
name: analysis-app
|
|
port: 8000
|
|
|
|
# Flows configuration
|
|
flows:
|
|
- name: analysis_flow
|
|
module_path: ./analysis_flow.py
|
|
class_name: AnalysisFlow
|