nexo-microapp-sdk 0.1.17

Reusable runtime helpers for Phase 11 stdio microapps consuming the nexo-rs daemon (JSON-RPC dispatch loop, BindingContext parsing, typed replies).
1
2
3
4
5
6
7
8
9
10
11
12
//! `Locale`, `LangCode`, `RegionCode`, and `LocaleParseError`
//! live in `nexo-tool-meta` so `nexo-config` can validate
//! `agents.<id>.language` at YAML deserialise time without
//! triggering a layer inversion (`nexo-config` cannot depend on
//! `nexo-microapp-sdk`).
//!
//! This module is now a thin re-export shim. Existing call sites
//! that import `nexo_microapp_sdk::Locale`,
//! `nexo_microapp_sdk::locale::Locale`, etc. keep working
//! unchanged.

pub use nexo_tool_meta::locale::*;