Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Log level for the application | info |
REDIS_URL | No | Redis connection URL (e.g. redis://localhost:6379) | |
REDIS_HOST | No | Redis host | |
REDIS_PORT | No | Redis port | |
OPENAI_API_KEY | No | Optional OpenAI API key for AI tools (enables analyze_video_content, generate_learning_path, analyze_comment_intents, simplify_video_transcript, generate_video_chapters, generate_knowledge_graph) | |
REDIS_PASSWORD | No | Redis password | |
MAX_DAILY_QUOTA | No | Maximum daily quota for YouTube API usage | 8000 |
YOUTUBE_API_KEY | Yes | Your YouTube Data API v3 key | |
ANTHROPIC_API_KEY | No | Optional Anthropic API key for AI tools (enables analyze_video_content, generate_learning_path, analyze_comment_intents, simplify_video_transcript, generate_video_chapters, generate_knowledge_graph) |
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 |