sundew.yaml at the project root.
Full reference
sundew.yaml
Traps
Enable or disable individual trap surfaces:Persona
Thepersona field controls identity generation:
LLM providers
Sundew uses an LLM to generate response templates at deploy time. Supported providers:- Ollama (local)
- Anthropic
- OpenAI
- Bedrock
- None
LLM calls happen only at deploy time during persona generation. There are zero LLM calls during runtime operation -all responses are served from the pre-generated template cache.
Server
Storage
- SQLite -structured storage for queries and session analysis
- JSONL -append-only streaming log with automatic rotation (100 MB default, 5 backups)