build_fastapi_app
Scaffold a complete FastAPI application from a YAML architecture specification, generating routers, models, and tests. This process turns architecture definitions into a modular project structure.
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 |