Adds a human-readable plain text page to yourDocumentation Index
Fetch the complete documentation index at: https://aixyz.sh/llms.txt
Use this file to discover all available pages before exploring further.
AixyzApp showing agent name, description, version, and skills.
Behavior
Registers aGET handler at the given path that responds with text/plain content:
- Agent name and a separator line
- Description and version from config
- Skills list with IDs, descriptions, tags, and examples (if configured)
Usage
The auto-generated server registers theIndexPagePlugin automatically at "/". In a custom server, register it explicitly:
app/server.ts