Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS region for Bedrock access | us-east-1 |
| MAX_ITERATIONS | No | Maximum refinement iterations | 5 |
| REQUEST_TIMEOUT | No | Timeout in seconds | 600 |
| BEDROCK_MODEL_ID | No | Main generation model | anthropic.claude-3-sonnet-20240229-v1:0 |
| AWS_ACCESS_KEY_ID | Yes | Your AWS access key ID | |
| CRITIQUE_MODEL_ID | No | Model for critiques (use Haiku for speed) | anthropic.claude-3-haiku-20240307-v1:0 |
| PARALLEL_CRITIQUES | No | Number of parallel critiques per iteration | 2 |
| AWS_SECRET_ACCESS_KEY | Yes | Your AWS secret access key | |
| CONVERGENCE_THRESHOLD | No | Similarity threshold for convergence (0.90-0.99) | 0.95 |
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 | |