File size: 420 Bytes
8816dfd | 1 2 3 4 5 6 7 8 9 10 11 12 13 | """
ReAct DeployModel Package
This package contains specialized nodes for the model deployment workflow.
Each node handles a specific aspect of the deployment process:
- extract_model_info: Extracts model information from user queries
- generate_model_name: Generates model names when information is unknown
- capacity_estimation: Estimates compute capacity requirements
Author: ComputeAgent Team
License: Private
""" |