Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | Your GitHub token | |
| LLAMA_HUB_NAME | No | Hub configuration name | llama-maverick-hub |
| LLAMA_HUB_PORT | No | Hub configuration port | 8080 |
| STRIPE_API_KEY | No | Your Stripe API key | |
| LLAMA_HUB_API_KEYS | No | API keys for security (comma-separated) | |
| LLAMA_HUB_LOG_LEVEL | No | Hub configuration log level | info |
| LLAMA_HUB_ENABLE_AUTH | No | Enable authentication security setting | false |
| LLAMA_HUB_LLAMA_MODEL | No | Llama model configuration | llama3.2 |
| LLAMA_HUB_LLAMA_BASE_URL | No | Llama base URL configuration | http://localhost:11434 |
| LLAMA_HUB_SERVICE_GITHUB_ENABLED | No | Enable GitHub service configuration | true |
| LLAMA_HUB_SERVICE_STRIPE_COMMAND | No | Stripe service command configuration | npx |
| LLAMA_HUB_SERVICE_STRIPE_ENABLED | No | Enable Stripe service configuration | true |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |