m5/org/openalice-soul-runtime

openalice-soul-runtime

Features
1
Status
·unknown
Last activity
1mo ago
Branch
main

Code composition

tokei · loc
349loc
  • Rust95.7%
  • TOML4.3%
  • Rust95.7%· 334
  • TOML4.3%· 15
Language% codecodecommentsblanksfiles
Rust95.7%33423391
TOML4.3%15211

Telemetry ribbon · last 90 days

2 events
MAYJUNJUL2026-06-17 · lifecycle · first scan — repo indexed2026-06-17 · commit · new commit 4123f47 → 4e9dedaNOW
commitmanifestlifecyclekind

soul-runtime/config-factory

1 feature
  • soul-runtime.config-factory
    src/lib.rs:295
    Soul Vault M3 active-vault config-factory: maps a sealed `.soul` bundle's components (SOUL.md persona REQUIRED; voice_id + vrm_ref OPTIONAL/graceful) into an agent-protocol `AgentRuntimeConfig` + per-turn `TurnContext`, embed-agnostic for Persona/World/Live/Social. Pure + deterministic (`now` injected). The live ReAct run (AgentCore) + grant-verify/bundle-fetch orchestration are flagged-pending (agent-basic loop migration + vault fetch-auth path); the produced config is exactly what they will consume. [cfg(test)]