RAG Implementation

This commit is contained in:
Renn F
2025-12-28 03:04:41 +01:00
parent ecc049684d
commit f9398e4caa
25 changed files with 356 additions and 945 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ CEO (You)
| `fe-qa` | QA | Frontend |
| `fe-doc` | Documenter | Frontend |
| `ux-pm` | Cell PM | UX/UI |
| `ux-dev` | Developer | UX/UI |
| `ux-dev-1`, `ux-dev-2` | Developers | UX/UI |
| `ux-qa` | QA | UX/UI |
| `ux-doc` | Documenter | UX/UI |
| `product-owner` | Product Owner | Board |
@@ -53,7 +53,7 @@ uv run python -m roboco.cli --spawn \
main-pm \
be-pm be-dev-1 be-dev-2 be-qa be-doc \
fe-pm fe-dev-1 fe-dev-2 fe-qa fe-doc \
ux-pm ux-dev ux-qa ux-doc \
ux-pm ux-dev-1 ux-dev-2 ux-qa ux-doc \
product-owner head-marketing auditor
```