Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_FILE | No | Log file location | app.log |
| OUTPUT_DIR | No | Directory for static site output | static_site_output |
| TEMPLATE_DIR | No | Directory for HTML templates | templates |
| GOOGLE_API_KEY | Yes | Your Google API key for Gemini | |
| AWS_ACCESS_KEY_ID | No | Your AWS access key for S3 deployment | |
| AWS_DEFAULT_REGION | No | AWS region for deployment | ap-northeast-1 |
| AWS_SECRET_ACCESS_KEY | No | Your AWS secret key for S3 deployment |
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 | |