Generates anDocumentation Index
Fetch the complete documentation index at: https://docs.agentfront.dev/llms.txt
Use this file to discover all available pages before exploring further.
@Adapter class that dynamically provides tools, resources, and prompts from external sources.
Usage
Options
| Option | Type | Default | Description |
|---|---|---|---|
name | string | — | Required. The name of the adapter |
project | string | — | Required. The project to add the adapter to |
directory | string | — | Subdirectory within src/adapters/ |
Generated Code
fetch() method is called at startup. Return arrays of tools, resources, and prompts to dynamically register capabilities.