Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRANSFORMERBEE_HOST | Yes | The host URL where transformer.bee is running (e.g., http://localhost:5021) | |
| TRANSFORMERBEE_CLIENT_ID | No | Optional client ID for authentication with transformer.bee | |
| TRANSFORMERBEE_CLIENT_SECRET | No | Optional client secret for authentication with transformer.bee |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| convert_edifact_to_bo4e | Convert an EDIFACT message to its BO4E equivalent |
| convert_bo4e_to_edifact | Convert a BO4E transaktion to its EDIFACT equivalent |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |