Natural-Language Agent
The NexaLayer NL Agent is a controlled natural-language operation surface. It parses user input into limited intents, maps them to capabilities, and calls explicit APIs.Principles
- execute supported resource operations only
- require confirmation for sensitive actions
- map Intent to Capability before calling an API
- preserve result context for follow-ups like “pick the second one”
- prefer entity-aware routing so an IP-specific question does not become a broad list query