Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
AGENT_ID | No | Agent唯一标识符 | 自动生成 |
LOG_LEVEL | No | 日志级别 | INFO |
INIT_SCRIPT | No | 初始化SQL脚本路径 | init/init.sql |
DATABASE_PATH | No | 数据库文件路径 | data/sqlite.db |
USE_THREAD_SAFE | No | 是否使用线程安全模式 | false |
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 |