m5/org/openalice-soul-runtime
openalice-soul-runtime
Features
1
Status
·unknown
Last activity
1mo ago
Branch
main
Code composition
tokei · loc- Rust95.7%
- TOML4.3%
- Rust95.7%
- TOML4.3%
- Rust95.7%· 334
- TOML4.3%· 15
| Language | % code | code | comments | blanks | files |
|---|---|---|---|---|---|
| Rust | 95.7% | 334 | 23 | 39 | 1 |
| TOML | 4.3% | 15 | 2 | 1 | 1 |
Telemetry ribbon · last 90 days
2 eventscommitmanifestlifecyclekind
soul-runtime/config-factory
1 feature- soul-runtime.config-factorysrc/lib.rs:295Soul 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)]