Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AI_MODEL | Yes | The AI model to use | |
AI_PROVIDER | Yes | Your AI provider (Anthropic/OpenAI/Google Gemini/Ollama) | |
SERVER_PORT | No | Port for the NestJS server | |
SERVER_API_KEY | No | API key for the NestJS server | |
STARKNET_RPC_URL | Yes | Your Starknet RPC URL | |
DISCORD_BOT_TOKEN | No | Discord bot token for Discord integration | |
DISCORD_CHANNEL_ID | No | Discord channel ID for Discord integration | |
AI_PROVIDER_API_KEY | Yes | API key for your AI provider (Anthropic/OpenAI/Google Gemini/Ollama) | |
STARKNET_PRIVATE_KEY | Yes | Your Starknet wallet private key | |
STARKNET_PUBLIC_ADDRESS | Yes | Your Starknet wallet public address |
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 |