b126e7aaed89d10b3650ee2c0c4d7f8bf2b6ad9d
Per DESIGN-a2a-agents.md v2.1 §2, §5, §5b: an agent is a persona, not a queue. Sibling of kb#133's model-registry.yaml, same load/get/CLI shape. - agent-registry.yaml: populates adolf (trusted, scoped core tools), claude-coder (trusted, implementer), torgash (sandboxed, marketplace- only, target state - not yet built), researcher (sandboxed/untrusted- input, target state), kimi-endpoint/local-small-endpoint (trivial model-agents from #133), and alvis/elizaveta as first-class human agents with trust=human, own inboxes, own private memory bank targets (adolf-alvis/adolf-elizaveta/adolf-shared - split itself is kb#153). Also carries trust_classes with numeric rank, a runtimes: section for Claude Code (kb#133 explicitly excluded it from model-registry.yaml), and memory_bank_policy documenting §5b's hard rules. - agent_registry.py: effective_card() is what makes "backbone swap is one field" true rather than aspirational - tier/cost_class/lifecycle are never stored statically on an agent, they're resolved at read time from `backbone` via model-registry.yaml or runtimes:. Also trust_rank() and can_reach_vault() (kb#147's vault-access DECIDED rule as a checkable function, not just a comment). Several Cards (torgash, researcher, elizaveta's KB identity, the split memory banks) describe target state for things not yet built/migrated - flagged with status/note fields rather than implied live, matching the task's scope (registry only, no runtime migration). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014t8Qg9gi7H7HtT8MncoXAB
Agap Home Server
Docker Compose configurations for the Agap self-hosted home server infrastructure.
Services
- Immich (
immich-app/) — Photo management and backup (port 2283) - Gitea (
gitea/) — Self-hosted Git server with web UI (port 3000, SSH 222) - Open WebUI (
openai/) — AI chat interface with Ollama, GPU-accelerated (port 3125)
Quick Start
Start Immich (main service)
docker compose up -d
Start Gitea (from gitea/ directory)
cd gitea
docker compose up -d
Start Open WebUI (from openai/ directory)
cd openai
docker compose up -d
Configuration
Environment variables are in the root .env file for Immich:
UPLOAD_LOCATION— where photo originals are storedTHUMB_LOCATION— thumbnail cache directoryENCODED_VIDEO_LOCATION— transcoded video cacheDB_DATA_LOCATION— Postgres database directoryDB_PASSWORD— Postgres password
Storage
Media is stored on:
/mnt/media/upload— Immich originals/mnt/ssd1/media/— Immich thumbnails, encoded video, and Postgres database/mnt/misc/gitea— Gitea repositories and data
GPU Support
For GPU acceleration (Open WebUI/Ollama, Immich ML):
- Install NVIDIA Docker runtime:
sudo ./nvidia-docker-install.sh - Install CUDA toolkit:
./install-cuda.sh
Documentation
See CLAUDE.md for detailed developer instructions and Gitea wiki integration guidelines.
See the Gitea wiki for infrastructure documentation (storage, network, services setup).
Description
Languages
JavaScript
49%
Python
39.8%
Shell
6.9%
Dockerfile
1.8%
HTML
1.5%
Other
1%