Getting Started
- Install validator:
npm install - Validate examples:
npm run validate - Explore schemas in
/schemasand examples in/examples - Add your generator to produce a new example under
/examples/<your-app>
Core files:
manifest.json– project metadata and core configurationproject.json– app-level metadata and descriptionagent.json– describes agent roles, inputs, outputsworkflow.json– orchestrates agents and execution flowdata-model.json– defines entities and persistence schemasapi-routes.json– backend contractsui-components.json– UI pages/components/propertiesdeployment.json– environments and secrets