Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host | 0.0.0.0 |
| PORT | No | Server port | 8000 |
| LOG_LEVEL | No | Log level | INFO |
| AGENT_NAME | No | Agent name | test-agent |
| OPENAI_MODEL | No | OpenAI model to use | gpt-4o-mini |
| OPENAI_API_KEY | Yes | OpenAI API key (required) | |
| OPENAI_TEMPERATURE | No | Generation temperature | 0.7 |
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 | |