Incident Command Center
Filter, inspect, acknowledge, resolve, and investigate AI-generated incidents with evidence and actions.
OmniSight turns camera, sensor, audio, document, and API signals into evidence-backed incident investigations with agentic reasoning, safety guardrails, observability, and a polished operator console.
Built as a modular MVP with clean boundaries for future microservice extraction, Redpanda consumers, real vision/audio models, Qdrant, Redis, and LangGraph.
Filter, inspect, acknowledge, resolve, and investigate AI-generated incidents with evidence and actions.
Vision, audio, sensor, webhook, and custom canonical event flows with Redpanda-ready topic contracts.
Upload manuals, chunk documents, index semantic memory, and retrieve evidence-backed chunks.
Observer, Retriever, Investigator, Planner, Safety Guard, and Executor workflow with trace viewer.
Interactive graph of incidents, events, machines, zones, and documents with relationship inspection.
JWT, RBAC, audit logs, human approval policies, and guardrail decisions for enterprise AI safety.
Interact with our live browser-side simulators to see how multimodal ingestion, correlation rules, RAG, agents, graphs, and security controls function under the hood.
Simulate external devices feeding telemetry into OmniSight. Click on any source to package a standard telemetry schema and emit it to the canonical API boundary.
// Awaiting signal trigger...
Observe how discrete event streams are evaluated within a rolling 10-minute correlation window to construct consolidated operations incidents.
restricted_zone_intrusion (CCTV)temperature_anomaly >= 85°C (IoT Sensor)Automated correlation matching connected forklift entry in Zone A with subsequent Machine A temperature surge (92.4°C).
Documents uploaded to OmniSight are chunked, vectorized, and indexed in vector memory. Type a query to simulate visual vector retrieval mapping.
When an incident triggers, our agentic runtime initiates an autonomous analysis cycle. Clicking run will animate the orchestrator stages.
// Press "Execute Investigation Run" to begin...
Hover over nodes in the interactive network map to see the semantic links connecting incidents, events, documents, and machinery locations together.
Toggle system access roles to instantly audit and witness how authorization tokens change the permission scopes and the corresponding system audit logs.
Dynamically loaded directly from the `docs/` repository folder using zero-backend client-side rendering.
This section shows exactly where the frontend, backend, APIs, reports, infrastructure, connectors, and documentation live inside the AMIF project.
camera_connector.py · audio_connector.py · ...
config.py · security.py
session.py · init_db.py
models.py · enums.py
schemas.py
auth.py · events.py · incidents.py · ...
event_service.py · event_processor.py · agent_service.py · ...
console.html · architecture.html · assets/
main.py
Dockerfile · requirements.txt
architecture.md · api-spec.md · evaluation.md · frontend-ux.md · senior-architecture-blueprint.md
PDF report · PPTX presentation · interactive HTML report · report generators
seed_demo.py
docker-compose.yml · README.md · index.html