agent-tools
Builds a tool catalog and an agent manifest from the mounted registry so an LLM agent can call handlers and understand the app’s shape. A handler or entity without a description stays invisible to the agent by construction (see resolveAgentExposure), while a screen stays visible unless it opts out with agent: { expose: false } (see isAgentVisibleScreen) — this feature surfaces the resulting gaps at boot and via kumiko agent lint so an app author notices before an agent silently can’t see a feature.
How it fits
Section titled “How it fits”Standalone feature — no required dependencies and no write commands.
Dependencies
Section titled “Dependencies”- Requires: none
- Activation: always on (not toggleable)