pub fn register_dispatch_functions(lua: &Lua) -> Result<(), LuaError>Expand description
Registers intent-based Lua APIs in the runtime.
orcs.dispatch(name, args)— unified intent dispatcherorcs.tool_schemas()— legacy Lua table format (backward compat)orcs.intent_defs()— JSON Schema format (for LLM tools param)orcs.register_intent(def)— dynamic intent registrationorcs.tool_descriptions()— formatted text descriptions