From d80925ee95a6eb6c0ef77c640540a243df45d76e Mon Sep 17 00:00:00 2001 From: raidendotai Date: Sat, 21 Sep 2024 04:44:03 +0100 Subject: [PATCH] schemas fix --- README.md | 18 ++++++++++++++---- .../api/system/functions/backend/asyncapi.js | 2 +- .../api/system/functions/backend/openapi.js | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0e8359c..d0415fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -[img] -# cofounder : early alpha release +![cofounder-og](https://github.com/user-attachments/assets/a9cda40f-0bf8-423b-815d-d8d6891f7ce3) + +# Cofounder | Early alpha release * project - [cofounder.openinterface.ai](https://cofounder.openinterface.ai) * 👋 [@n_raidenai](https://x.com/n_raidenai) @@ -9,7 +10,11 @@ - full stack generative web apps ; backend + db + stateful web apps - gen ui rooted in app architecture, with ai-guided mockup designer & modular design systems -[demo] + + +https://github.com/user-attachments/assets/b78d25aa-7cd3-49ee-a6f8-a952a77c8096 + + --- @@ -135,7 +140,12 @@ The default LLM concurrency is set to `1` so you can see what's happening in you # Architecture -[img] +[more details later] + +archi/v1 is as follows : + +![architecture](https://github.com/user-attachments/assets/b2d8b70e-7a6d-45c9-a706-0cf955d13451) + --- diff --git a/cofounder/api/system/functions/backend/asyncapi.js b/cofounder/api/system/functions/backend/asyncapi.js index ea31a68..fdab715 100644 --- a/cofounder/api/system/functions/backend/asyncapi.js +++ b/cofounder/api/system/functions/backend/asyncapi.js @@ -104,7 +104,7 @@ ${drd} --- \`\`\`DB:schemas -${yaml.stringify({ schemas: db.schemas })} +${yaml.stringify(db)} \`\`\` `, diff --git a/cofounder/api/system/functions/backend/openapi.js b/cofounder/api/system/functions/backend/openapi.js index d72e489..d496743 100644 --- a/cofounder/api/system/functions/backend/openapi.js +++ b/cofounder/api/system/functions/backend/openapi.js @@ -113,7 +113,7 @@ ${drd} --- \`\`\`DB:schemas -${yaml.stringify({ schemas: db.schemas })} +${yaml.stringify(db)} \`\`\` `,