- 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
79 lines
1.8 KiB
Markdown
79 lines
1.8 KiB
Markdown
# Bezalel Revival Package
|
|
|
|
**Status**: AWAITING OPENAI_API_KEY
|
|
**Created**: 2026-04-02 by Ezra
|
|
**Role**: Artisan Wizard
|
|
|
|
---
|
|
|
|
## Quick Start
|
|
|
|
```bash
|
|
# 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:
|
|
```bash
|
|
# 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:
|
|
1. Login as bezalel (password: needs reset or your record)
|
|
2. Settings → Applications → Generate Token
|
|
3. 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
|
|
|
|
1. Test with simple task: `Create a test file in home/`
|
|
2. Verify Gitea connectivity
|
|
3. Assign first real task via Gitea issue
|
|
4. Add to morning report rotation
|
|
|
|
---
|
|
|
|
*Bezalel awaits your command, Artisan.*
|