Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SURREAL_URL | Yes | SurrealDB connection URL | ws://localhost:8000/rpc |
| GROQ_API_KEY | Yes | Groq API key for LLM inference | |
| SURREAL_PASS | Yes | SurrealDB password | root |
| SURREAL_USER | Yes | SurrealDB username | root |
| GOOGLE_API_KEY | No | Google GenAI API key (optional) |
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 | |