Commit Graph

21 Commits

Author SHA1 Message Date
9a87f4e768 Merge pull request '[IMPLEMENTATION] Bootstrap local Evennia world lane for Timmy (#36)' (#38) from codex/evennia-world into main 2026-03-28 17:35:29 +00:00
Alexander Whitestone
78ec5ad97b feat: bootstrap local Evennia world lane for Timmy (#36) 2026-03-28 13:33:26 -04:00
812c576a7b docs: codify merge proof standard (#32) 2026-03-28 14:03:39 +00:00
3be3a6ed4f feat: add trajectory sanitization utility (#27) 2026-03-28 05:04:44 +00:00
b47e236b7b docs: add NotebookLM research packet and Manus prompts (#24) 2026-03-28 04:44:20 +00:00
Alexander Whitestone
69956b65ca track twitter archive and refresh timmy state 2026-03-27 21:58:27 -04:00
1a51c86468 Merge pull request 'Add Morrowind MCP config + context file — zero-code tuning' (#16) from fix/mcp-morrowind-tool-naming into main
Reviewed-on: http://143.198.27.163:3000/Timmy_Foundation/timmy-home/pulls/16
2026-03-28 00:29:52 +00:00
9fbcc8c4a6 feat: add MCP tool reference — prevents tool name hallucination 2026-03-27 23:22:49 +00:00
db8c61876a feat: add externalized MCP config for Morrowind gameplay tuning 2026-03-27 23:22:48 +00:00
4189e3d12c feat: add MCP tool reference context file
Hermes loads this as session context so the model always has
exact tool names. Prevents mcp_morro hallucination loops.
2026-03-27 23:22:36 +00:00
67068aafd7 feat: add externalized MCP config for Morrowind
All gameplay tuning — tool names, iteration guards, perception settings,
trajectory logging — editable without code changes.
Changes take effect next Hermes session.
2026-03-27 23:22:35 +00:00
300dec2a9a Merge pull request 'Build private Twitter archive pipeline foundation' (#4) from codex/twitter-archive-pipeline into main 2026-03-27 22:15:50 +00:00
Alexander Whitestone
cf5c763d0e feat: add private twitter archive pipeline scripts 2026-03-27 18:09:28 -04:00
2a2157c7f6 Merge pull request 'Update ops checks for Hermes sidecar' (#2) from codex/ops-cutover-checks into main 2026-03-27 21:57:27 +00:00
Alexander Whitestone
e2336a28b9 Update ops checks for Hermes sidecar 2026-03-27 17:35:07 -04:00
9b81d68da4 Merge pull request 'Clarify active architecture and repo boundaries' (#1) from codex/cleanup-boundaries into main 2026-03-27 21:21:54 +00:00
Alexander Whitestone
4f5a59641b docs: clarify active architecture and repo boundaries 2026-03-27 17:15:57 -04:00
perplexity
af479d6221 Add pilot.py — Layer 1 deterministic motor control
Three-layer architecture (Layer 1 of 3):
- Behavior tree: approach NPCs, enter doors, pick up items, explore
- Stuck detection + random unstick maneuvers
- Optional reflex model (Layer 2) integration via --reflex flag
- Goal file: Timmy writes strategy to current_goal.txt
- Escalation file: pilot surfaces novel situations for Timmy
- Trajectory logging: every perception-action pair to JSONL for DPO
- Reuses existing perception parser + CGEvent action functions
- Autosave every 100 cycles, graceful Ctrl+C

Usage: python3 ~/.timmy/morrowind/pilot.py
       python3 ~/.timmy/morrowind/pilot.py --reflex --interval 0.5

Refs: #660, #661
2026-03-27 18:15:11 +00:00
225db632a8 Add pilot.py — Layer 1 deterministic motor control
Behavior tree: approach NPCs, enter doors, explore, unstick.
Optional reflex model via --reflex. Goal file for Timmy.
Trajectory JSONL logging for DPO.

Refs: #660, #661
2026-03-27 18:14:55 +00:00
8db40621f4 Add pilot.py — Layer 1 deterministic motor control
Behavior tree: approach NPCs, enter doors, explore, unstick.
Optional reflex model integration. Goal file for Timmy.
Trajectory logging to JSONL for DPO training.

Refs: #660, #661
2026-03-27 18:14:42 +00:00
Alexander Whitestone
0d64d8e559 initial: sovereign home — morrowind agent, skills, training-data, research, specs, notes, operational docs
Tracked: morrowind agent (py/cfg), skills/, training-data/, research/,
notes/, specs/, test-results/, metrics/, heartbeat/, briefings/,
memories/, skins/, hooks/, decisions.md, OPERATIONS.md, SOUL.md

Excluded: screenshots, PNGs, binaries, sessions, databases, secrets,
audio cache, timmy-config/ and timmy-telemetry/ (separate repos)
2026-03-27 13:05:57 -04:00