- Hermes profile with artisan personality - Ollama bridge (llama-server ready when Gemma 4 available) - ACTIVATE.sh startup script - Test suite for personality verification Architecture: Hermes → Ollama → Gemma Future: Hermes → Llama → Gemma 4 Tag: #bezalel-resurrection #gemma4-ready
1.8 KiB
1.8 KiB
Bezalel Revival Package
Status: AWAITING OPENAI_API_KEY
Created: 2026-04-02 by Ezra
Role: Artisan Wizard
Quick Start
# 1. Add your OpenAI API key
echo 'OPENAI_API_KEY="sk-your-key-here"' >> /root/wizards/bezalel/home/.env
# 2. Activate Bezalel
/root/wizards/bezalel/ACTIVATE.sh
What Exists
| Component | Status | Location |
|---|---|---|
| Gitea User | ✅ ID 18 | bezalel@hermes.local |
| Directory Structure | ✅ Ready | /root/wizards/bezalel/ |
| Hermes Profile | ✅ Configured | ~/.hermes/profiles/bezalel/ |
| Environment Template | ✅ Ready | home/.env |
| Gitea Token | ⏳ Needs Creation | Will be generated on first auth |
Gitea Token Creation
Option 1: Login as admin and create:
# As Ezra (admin)
curl -X POST "http://143.198.27.163:3000/api/v1/users/bezalel/tokens" \
-H "Authorization: token $ADMIN_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name": "bezalel-agent", "scopes": ["repo","write:issue"]}'
Option 2: Manual via Gitea UI:
- Login as bezalel (password: needs reset or your record)
- Settings → Applications → Generate Token
- Add to
/root/wizards/bezalel/home/.env
Profile Capabilities
- Code generation and modification
- Git operations (commit, push, PR)
- Gitea issue/PR management
- Terminal command execution
- File system operations
Integration Points
- Gitea: Timmy_Foundation/* repositories
- Telegram: Can be added to Timmy Time group
- MCP: Filesystem, Git, Gitea servers configured
Next Steps After Activation
- Test with simple task:
Create a test file in home/ - Verify Gitea connectivity
- Assign first real task via Gitea issue
- Add to morning report rotation
Bezalel awaits your command, Artisan.