Skip to content

Instantly share code, notes, and snippets.

View caiorlm's full-sized avatar
🏠
Working from home

caiorlm

🏠
Working from home
View GitHub Profile
@caiorlm
caiorlm / model-registry-spec.md
Created May 17, 2026 08:51
HaonHub BYOC — Model Registry Spec v1 (for haon-local-agent)

BYOC Model Registry — Spec v1

Status: Draft 1 · 2026-05-16 Owners: haon.run (registry/CDN) + haon-local-agent (client) + haonhub (consumer) Purpose: How haonhub curates LLM/STT/upscaler weights, how the agent discovers/downloads/verifies them, and how a workflow references them by stable slug.


Storage layout

@caiorlm
caiorlm / workflow-dsl-spec.md
Created May 17, 2026 08:51
HaonHub BYOC — Workflow DSL Spec v1 (for haon-local-agent)

BYOC Workflow DSL — Spec v1

Status: Draft 1 · 2026-05-16 Owners: haonhub (server) + haon-local-agent (client) Purpose: Declarative workflow format dispatched by haonhub.com over WebRTC DataChannel to the user's local agent. Agent executes via runtime adapters (ollama / ffmpeg / whisper / realesrgan). No code execution, no shell — pure data.


Design rules