Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RPA_MODEL | No | RPA model mode, either 'local' or 'openApi' | |
| USER_FOLDER | No | Path to the 影刀RPA user folder (required for local mode) | |
| ACCESS_KEY_ID | No | Access key ID (required for openApi mode, enterprise users only) | |
| SHADOWBOT_PATH | No | Path to the 影刀RPA exe file (required for local mode) | |
| ACCESS_KEY_SECRET | No | Access key secret (required for openApi mode, enterprise users only) |
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 |
|---|---|
| queryApplist | 该接口用于分页获取RPA应用列表。 |
| runApp | 该接口用于运行RPA应用。 |
| queryRobotParam | 该接口用于上传文件到RPA平台。 |