build_fastapi_app
Generate a complete FastAPI project structure from a YAML architecture specification, producing routers, models, and tests.
Instructions
Scaffolds a complete FastAPI codebase from a YAML architecture definition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yaml_spec | Yes | Raw YAML string matching the SystemArchitecture schema. | |
| output_directory | No | Output directory path for generated files. | ./generated_app |