Capabilities · live index§ 02 / framework
APO·OBS / 0009 9 modules online
task-centricprobe enginebounded autopilotobservatoryforensicai-opspredictivevoice + chatconnector registrytask-centricprobe enginebounded autopilotobservatoryforensicai-opspredictivevoice + chatconnector registry
01 / 09task-centric

Lifecycle-aware tasks per role. Deterministic queue + alerts.

Capabilities§ 02 / 09
01 / 09
task-centric

Lifecycle-aware tasks per role. Deterministic queue + alerts.

02 / 09
probe engine

Configurable probes watch your data, surface what matters.

03 / 09
bounded autopilot

Agents propose, humans approve. Reversible by design.

04 / 09
observatory

Real-time workforce + business intelligence. Live, queryable, exportable.

05 / 09
forensic

Anomaly → root cause → resolution. Evidence chain + attribution.

06 / 09
ai-ops

Per-call cost, grounding, drift, governance.

07 / 09
predictive

Forecasts, causal RCA, what-if simulation.

08 / 09
voice + chat

Speech in, speech out. Server-side flow controller. Provider-pluggable.

09 / 09
connector registry

Register your endpoints once. The framework calls them.

Capabilities · 24 / 24

Everything in the box.

Search, filter, drill in.

Task-Centric Architecture

Lifecycle-aware tasks per role. Deterministic queue + alerts.

[ LEARN MORE → ]

Probe & Rule Engine

Configurable probes watch your data, surface what matters.

[ LEARN MORE → ]

Bounded Autopilot

Agents propose, humans approve. Reversible by design.

[ LEARN MORE → ]

Observatory: Live Workforce

Real-time hex grid + drawer. Click any employee.

[ LEARN MORE → ]

Observatory: Performance Reports

Deep reports per employee, per department, per lifecycle.

[ LEARN MORE → ]

Observatory: 9-Box Analytics

Performance × potential matrix per cohort.

[ LEARN MORE → ]

Forensic Investigation

Anomaly → root cause → resolution. Evidence chain + attribution.

[ LEARN MORE → ]

AI-Ops Telemetry

Per-call cost, grounding, drift, governance.

[ LEARN MORE → ]

Predictive Forecasts

Forecasts with intervals, not promises.

[ LEARN MORE → ]

Causal RCA

Find the cause, not just the correlation.

[ LEARN MORE → ]
?

What-If Simulation

Stage a change. See the projected impact before you ship.

[ LEARN MORE → ]

Voice + Chat

Whisper for input. Kokoro for output. Server-side flow control.

[ LEARN MORE → ]

Connector & Endpoint Registry

Register your endpoints once. The framework calls them.

[ LEARN MORE → ]

Multi-tenant

Isolated tenants from day one.

[ LEARN MORE → ]

Soft-delete + Restore

Nothing is gone until you really mean it.

[ LEARN MORE → ]

Snapshot System

Point-in-time captures of operational state.

[ LEARN MORE → ]

Retention Policies

Hot → cold → archive → purge. Per table.

[ LEARN MORE → ]

Right-to-Deletion (GDPR)

One endpoint. Full erasure across tables.

[ LEARN MORE → ]

Unified Audit Log

Manager + autopilot in one feed. Search by anything.

[ LEARN MORE → ]

ABAC Enforcement

Role attributes gate every endpoint.

[ LEARN MORE → ]

Endpoint Risk Classification

Every endpoint gets a class. Class gates the tier.

[ LEARN MORE → ]

WebSocket Real-time

Sub-second updates to the observatory.

[ LEARN MORE → ]

Prompt-Caching for LLM

Cached prefixes, lower cost per turn on cache hits.

[ LEARN MORE → ]

Optimistic Concurrency

Multiple writers, no lost writes.

[ LEARN MORE → ]
Reference · deep dives

Each capability, in more detail.

Task-Centric Architecture

Lifecycle-aware tasks per role. Deterministic queue + alerts.

Every operational entity flows through a configurable lifecycle. Tasks are scoped to role and bound to the entity — no inbox-stuffing, no generic queue. Deterministic state transitions, alerts on stall.

Probe & Rule Engine

Configurable probes watch your data, surface what matters.

Define probes in JSON (thresholds, comparisons, multi-row joins). Each probe fires a typed event consumed by autopilot, observatory, or your own webhooks.

Bounded Autopilot

Agents propose, humans approve. Reversible by design.

Tier-gated proposal engine. AUTO → APPROVAL → MANAGER → ADMIN. Blast-radius scored. Financial-impact capped. Every action is undoable.

Observatory: Live Workforce

Real-time hex grid + drawer. Click any employee.

WebSocket-driven employee state grid. Drawer with 8 grounded tabs per person: Overview, Workload, Timeline, 1:1 Prep, Knowledge, Daily, Behavioral, Peers.

Observatory: Performance Reports

Deep reports per employee, per department, per lifecycle.

PDF + CSV exports. Every line cites its source row. Replayable for 24+ months. Sharable with auditors via single-use signed link.

Observatory: 9-Box Analytics

Performance × potential matrix per cohort.

Auto-classification with rebuttable defaults. Cohort = same role family, same tenure band. Filterable by department + manager.

Forensic Investigation

Anomaly → root cause → resolution. Evidence chain + attribution.

Six classifications: Process Gap, Human Error, System Failure, Data Inconsistency, Policy Violation, External Cause. Every case is its own audit row.

AI-Ops Telemetry

Per-call cost, grounding, drift, governance.

Token spend per turn, sources cited, role at time of call, grounding hit rate, drift detection vs baselines. Exportable to your obs stack.

Predictive Forecasts

Forecasts with intervals, not promises.

Stock-out, churn, demand, attrition. Every forecast ships with a confidence interval and a links-to-rows trace explaining the model's bet.

Causal RCA

Find the cause, not just the correlation.

Counterfactual reasoning over your operational graph. Names the lever; flags the noise. Operator-readable explanations, not graphs.

?

What-If Simulation

Stage a change. See the projected impact before you ship.

Branch your operational state, apply hypothetical mutations, run forecasts over the branch. Diff against baseline. No real writes until you say.

Voice + Chat

Whisper for input. Kokoro for output. Server-side flow control.

Streaming STT and realtime TTS, real-time first audio. Default engines: Whisper small.en for input (English-optimized; multilingual on upgrade), Kokoro at 24kHz for output. Swap any compatible provider. The LLM never decides flow transitions — the server does.

Connector & Endpoint Registry

Register your endpoints once. The framework calls them.

REST endpoints registered with JWT auth, ABAC scope, idempotency keys, and risk class. Apogee gates writes by class automatically.

Multi-tenant

Isolated tenants from day one.

Per-tenant schemas, isolated key material, residency-aware routing (EU · KSA · US), zero shared state at the data layer.

Soft-delete + Restore

Nothing is gone until you really mean it.

Tombstoned by default. Time-windowed restore. Audit-row preserved. Permanent purge requires policy approval + retention window expiry.

Snapshot System

Point-in-time captures of operational state.

Per-table or per-tenant. Snapshots are immutable, addressable by hash, replayable into a branch for what-if work.

Retention Policies

Hot → cold → archive → purge. Per table.

Configurable retention windows. Legal-hold flag overrides purge. Cold-archive destinations: S3-compatible, BigQuery, or your own.

Right-to-Deletion (GDPR)

One endpoint. Full erasure across tables.

DSAR-ready. Erasure cascades through every table tagged with the subject ID. Audit row noting who, when, what. Cold-archive purged within SLA.

Unified Audit Log

Manager + autopilot in one feed. Search by anything.

Every mutation lands in one log: who, what, on which entity, why, with what reasoning. Search by actor, target, kind, timestamp.

ABAC Enforcement

Role attributes gate every endpoint.

Attribute-based access on read, write, and export. Attributes evaluated at call-time, not at session-start. Bypass requires explicit policy.

Endpoint Risk Classification

Every endpoint gets a class. Class gates the tier.

READ / WRITE-LOW / WRITE-MED / WRITE-HIGH / IRREVERSIBLE. Maps onto the autopilot tier system automatically.

WebSocket Real-time

Sub-second updates to the observatory.

Per-tenant WebSocket gateway. Backpressure-aware. Falls back to long-poll gracefully on bad networks.

Prompt-Caching for LLM

Cached prefixes, lower cost per turn on cache hits.

Caching of system + retrieval prefixes. Default LLM is Gemini — implicit prompt caching always on, explicit context caching available as an opt-in flag for large system prompts. Cache-backed prefixes cut cost per call at production volume; measured savings show up in your tenant's AI-Ops report. Also runs on NVIDIA / GPUHub / OpenAI-compatible runtimes.

Optimistic Concurrency

Multiple writers, no lost writes.

Per-entity version vectors. Conflicting writes surfaced to the human, not silently overwritten. Resolution suggestions provided by APO.

Want to see this against your stack?

Bring a lifecycle. We'll wire APO in read-only against it and show you, on your data, what each capability is actually doing.