Skip to main content
Adds a human-readable plain text page to your AixyzApp showing agent name, description, version, and skills.

Behavior

Registers a GET handler at the given path that responds with text/plain content:
The output includes:
  • 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 the IndexPagePlugin automatically at "/". In a custom server, register it explicitly:
app/server.ts