Configuration
Pass theai option when creating the Wraith client:
Supported Providers
OpenAI
Claude
Your Own Gemini Key
How It Works
The AI configuration is passed to the TEE server via HTTP headers on every request:
The TEE server:
- Receives your chat message
- Builds the system prompt with agent identity and tools
- Sends the conversation to your specified AI provider
- Executes any tool calls via the chain connector
- Returns the final response

