Files
timmy-config/wizards/bezalel/home/config.yaml
Timmy Time e6c5129a94 feat: resurrect Bezalel with Gemma 4 + llama.cpp stack
- Add EPIC.md with resurrection plan
- Create Hermes profile with Bezalel persona
- Add llama-server.sh for Gemma 4 inference
- Update start_bezalel.sh with stack checks
- Add README with quick start guide

Backend: llama.cpp
Model: Gemma 4 26B MoE (Apache 2.0)
Frontend: Hermes profile

No OpenAI. No cloud. Pure sovereign stack.
2026-04-02 20:12:21 +00:00

66 lines
1.6 KiB
YAML

# Bezalel Profile Configuration
# Master Craftsman — Builder of Sacred Things
# =============================================================================
# Model Configuration
# =============================================================================
model: openai/gpt-4o
providers:
openai:
timeout: 60
max_retries: 3
kimi-coding:
timeout: 60
max_retries: 3
# =============================================================================
# Toolsets
# =============================================================================
toolsets:
- hermes-cli
- github
- web
- gitea
- cron
- memory
# =============================================================================
# Agent Settings
# =============================================================================
agent:
max_turns: 90
tool_use_enforcement: auto
# =============================================================================
# Display
# =============================================================================
display:
compact: false
personality: craftsman
# =============================================================================
# Terminal
# =============================================================================
terminal:
backend: local
cwd: /root/wizards/bezalel
timeout: 180
persistent_shell: true
# =============================================================================
# Checkpoints
# =============================================================================
checkpoints:
enabled: true
max_snapshots: 50
_config_version: 1