Skip to content

project-unisonOS/unison-io-core

Repository files navigation

unison-io-core

Docker CI

On-device multimodal runtime stub for Developer Mode. Emits EventEnvelopes to the Orchestrator and does not persist identity or secrets.

Run locally

  • Python

  • Docker

    • docker build -t unison-io-core:dev .
    • docker run --rm -p 8085:8085 -e UNISON_ORCH_HOST=host.docker.internal -e UNISON_ORCH_PORT=8080 unison-io-core:dev

Test forwarding

PowerShell:

$body = @'
{
  "timestamp": "2025-10-28T00:00:00Z",
  "source": "io-core",
  "intent": "echo",
  "payload": { "message": "hello" }
}
'@
Invoke-RestMethod -Uri http://localhost:8085/io/emit -Method POST -ContentType 'application/json' -Body $body

Environment

  • UNISON_ORCH_HOST (default orchestrator)
  • UNISON_ORCH_PORT (default 8080)

Notes

  • Intended for Developer Mode; no persistence; models are pluggable later.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published