This repository contains multiple AI-driven prototype applications built for Straive client compliance engines. Reusable utilities, styles, and configurations are shared inside the /shared folder.
/agentic-nc-writer (Workspace Root)
├── /shared/ # Shared resources across prototypes
│ └── /js/
│ └── config.js # Shared LLM endpoint and key management modal logic
│
├── /agentic-nc-writer/ # NC/CAPA Writer Prototype
│ ├── index.html # Workspace markup
│ ├── index.css # Workspace styling & print rules
│ ├── app.js # State orchestration & UI controllers
│ ├── agents.js # Multi-agent prompt directives
│ ├── templates.js # Incident scenario templates
│ └── README.md # Prototype-specific documentation & workflow
│
└── README.md # This file (Index of all prototypes)
Start a local server at the root directory to preview all prototypes:
# Start server from workspace root
uv run python -m http.server 8000
Once running, navigate to the specific prototype:
http://localhost:8000/agentic-nc-writer/