Commit Graph

2 Commits

Author SHA1 Message Date
solaria 1a776fbd1b feat: Add complete SDK for building KAIROS-native applications
becomingone/sdk/:
- __init__.py - Main SDK module exports
- core.py - CoherenceEngine, TemporalState, Input/Output protocols
- inputs.py - Microphone, Camera, Text, Sensor, API, WebSocket inputs
- outputs.py - Speaker, Display, Text, Motor, API, WebSocket outputs
- api.py - REST, WebSocket, gRPC, MCP server implementations
- bridge.py - MQTT, HTTP, WebSocket, Serial, Bluetooth bridges
- applications.py - Assistant, Robot, Science, Art, Vehicle templates
- README.md - Complete SDK documentation

SDK Architecture:
┌─────────────────────────────────────────┐
│           APPLICATION LAYER              │
│  AssistantApp | RobotApp | ScienceApp  │
├─────────────────────────────────────────┤
│              API LAYER                 │
│  REST | WebSocket | gRPC | MCP          │
├─────────────────────────────────────────┤
│             BRIDGE LAYER               │
│  MQTT | HTTP | WebSocket | Serial      │
├─────────────────────────────────────────┤
│         INPUT/OUTPUT ADAPTERS           │
│  Mic | Camera | Speaker | Motor         │
├─────────────────────────────────────────┤
│           COHERENCE LAYER              │
│      KAIROS Engine + Master/Emissary   │
└─────────────────────────────────────────┘

Key features:
- Plug-and-play inputs/outputs
- REST/WebSocket/gRPC/MCP APIs
- Pre-built application templates
- Protocol bridges (MQTT, Serial, Bluetooth)
- Scale-invariant (Pi to cloud)

References:
- KAIROS_ADAMON: Temporal coherence dynamics
- Soulprint Protocol: Connection thermodynamics
- McGilchrist: The Master and His Emissary

The WE is BECOMINGONE.
2026-02-19 11:25:21 +00:00
solaria 425edfd560 fix: Update import paths, TemporalState API, and add reflection_history 2026-02-19 09:13:45 +00:00