Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PERCEPTA_HOST | No | 服务监听地址 | 0.0.0.0 |
| PERCEPTA_PORT | No | 服务端口 | 8000 |
| GOOGLE_API_KEY | No | Google AI API 密钥 | |
| OPENAI_API_KEY | No | OpenAI API 密钥 | |
| ANTHROPIC_API_KEY | No | Anthropic API 密钥 | |
| PERCEPTA_LOG_LEVEL | No | 日志级别 | INFO |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |