chore: update MEMORY.md with new Timmy_Foundation org structure

- Replace localhost:3000 with 143.198.27.163:3000
- Document Timmy_Foundation org and its owners (rockachopa, Timmy, perplexity)
- Add active repo list: hermes-agent, the-nexus, hermes-config, alexanderwhitestone.com
- Mark rockachopa/Timmy-time-dashboard as ARCHIVED/do not use
- Add full agent account roster
- Remove stale dashboard architecture plan (agents/timmy.py, tools_delegation refs)

Refs Timmy_Foundation/hermes-agent#69

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Alexander Whitestone
2026-03-24 11:30:46 -04:00
parent 079d8625d2
commit 710d724cc0

View File

@@ -1,6 +1,4 @@
Gitea (localhost:3000): Users: rockachopa(admin), hermes(id=4), manus(id=3), kimi(id=5). Repos: rockachopa/Timmy-time-dashboard, hermes/hermes-config (private, rockachopa=admin collab). Hermes token: ~/.hermes/gitea_token. DO NOT use Alex's token — ever. Sync tool: ~/.hermes/bin/hermes-config-sync — run after modifying config/scripts/memories/skills. Future work: agentd user isolation. Gitea (143.198.27.163:3000): Organization: Timmy_Foundation (rockachopa, Timmy, perplexity = Owners). Active repos: Timmy_Foundation/hermes-agent (sovereign agent runtime, primary), Timmy_Foundation/the-nexus (3D environment, Timmy's home), hermes/hermes-config (operational config, scripts, skills, memories), Rockachopa/alexanderwhitestone.com (public site). Frozen/retired: rockachopa/Timmy-time-dashboard (ARCHIVED, do not use), Timmy/the-matrix (empty). Agent accounts: claude, kimi, hermes, perplexity, google, replit, manus. Hermes token: ~/.hermes/gitea_token. DO NOT use Alex's token — ever. Sync tool: ~/.hermes/bin/hermes-config-sync — run after modifying config/scripts/memories/skills.
§
Timmy architecture plan: Replace hardcoded _PERSONAS and TimmyOrchestrator with YAML-driven agent config (agents.yaml). One seed class, all differentiation via config. User wants to update YAML files, not Python, to add capabilities. Key files to refactor: agents/timmy.py, agents/base.py, tools_delegation/__init__.py, tools_intro/__init__.py. SubAgent class stays mostly as-is, just reads from YAML. Routing should be config-based pattern matching, not LLM calls. Per-agent model assignment (big model for orchestrator/code/research, small for simple tasks). qwen3:30b pulling as primary local model (~18GB, MoE 3B active).
§ §
Kimi delegation: 1-3 files max, pre-extract context (scans full codebase otherwise), ~/worktrees/ not /tmp/, verify commits, two-attempt rule. Worktrees: ~/worktrees/kimi-*. Kimi delegation: 1-3 files max, pre-extract context (scans full codebase otherwise), ~/worktrees/ not /tmp/, verify commits, two-attempt rule. Worktrees: ~/worktrees/kimi-*.
§ §