Alexa Language Bridge
by kishormorol
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROUTER | No | Intent routing mode. Use 'rules' for deterministic offline routing. A Bedrock-backed router replaces it once model access lands. | rules |
| PREWARM | No | Set to 'true' to warm common phrases at startup and reduce cold-start latency. | false |
| AWS_PROFILE | No | AWS profile to use when LANGUAGE_PROVIDER is set to 'bedrock'. | |
| AUTH_ENABLED | No | Set to 'false' to disable OAuth 2.1 authentication for local iteration only. OAuth is enforced by default. | true |
| LANGUAGE_PROVIDER | No | Language provider implementation: 'echo' (default, offline) or 'bedrock' (Claude on Amazon Bedrock via the Mantle client). | echo |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues