olympus-native-host
v0.1.3
Published
Olympus Native Host and PAI orchestration tools
Readme
@lovelogic/native-host
Olympus Native Host — spatial orchestration theater helpers for Personal AI swarm networks.
Install
npm install lovelogic-native-hostQuick Start
import { OlympusTheater, useHadesLedger, useTelemetrySync } from "lovelogic-native-host";
function App() {
return (
<OlympusTheater>
<MySurfaces />
</OlympusTheater>
);
}Exports
Components
OlympusTheater— root theater providerTheaterSurface— individual surface componentCouncilSurface,ForgeSurface,HeraGateSurface,Awakening,DreamLogSurface,ForgeSurfaceCouncilBase,DreamLog,ForgeBase,HeraGate— base components
Hooks
useHadesLedger()— Hades vault ledger accessuseHeraGate()— Hera consent kerneluseTelemetrySync()— telemetry synchronizationuseRemEngine()— REM simulation engineuseDreamLogs()— dream log batchesuseRemSimulation()— REM simulation hook
Services
HadesVault— persistent storage layerArchivalLedger— archival operationsLedgerMigration— migration utilitiesDreamLogBatchOne— batch one dream logsRemSimulation— REM simulation service
Types
All types exported from lovelogic-native-host
Requirements
- React 18+
@impeccable/design(peer)@shadr/ui(peer)
License
Apache-2.0
