straive-prototypes

Straive Client AI Prototypes Monorepo

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.


🏗️ Monorepo Directory Structure

/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)

🚀 Active Prototypes Index

  1. Agentic NC/CAPA Writer: An automated multi-agent report generator and compliance auditing tool designed for J&J and Novartis excursions.

⚙️ Running Locally

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: