[`agentic_crew.run_flow`](#module-agentic_crew.run_flow)
Utility to run CrewAI flows from command line.
Module Contents
Section titled “Module Contents”Functions
Section titled “Functions”run_tdd_prototype | Run TDD Prototype Flow. |
|---|---|
run_meshy_asset | Run Meshy Asset Flow. |
run_prototype_assessment | Run Prototype to Production Flow. |
run_asset_integration | Run Asset Integration Flow. |
run_hitl_review | Run HITL Review Flow. |
run_batch_generation | Run Batch Generation Flow. |
agentic_crew.run_flow.run_tdd_prototype(requirements: dict[str, Any])
Section titled “agentic_crew.run_flow.run_tdd_prototype(requirements: dict[str, Any])”Run TDD Prototype Flow.
agentic_crew.run_flow.run_meshy_asset(species: str, prompt: str, retexture_prompt: str)
Section titled “agentic_crew.run_flow.run_meshy_asset(species: str, prompt: str, retexture_prompt: str)”Run Meshy Asset Flow.
agentic_crew.run_flow.run_prototype_assessment(prototypes: list)
Section titled “agentic_crew.run_flow.run_prototype_assessment(prototypes: list)”Run Prototype to Production Flow.
agentic_crew.run_flow.run_asset_integration(asset_manifest: dict[str, Any])
Section titled “agentic_crew.run_flow.run_asset_integration(asset_manifest: dict[str, Any])”Run Asset Integration Flow.
agentic_crew.run_flow.run_hitl_review(content_type: str, content_url: str)
Section titled “agentic_crew.run_flow.run_hitl_review(content_type: str, content_url: str)”Run HITL Review Flow.
agentic_crew.run_flow.run_batch_generation(species_list: list)
Section titled “agentic_crew.run_flow.run_batch_generation(species_list: list)”Run Batch Generation Flow.