Skip to content

Instantly share code, notes, and snippets.

View ashleysmart's full-sized avatar

Ashley Smart ashleysmart

View GitHub Profile
@ashleysmart
ashleysmart / rule_engine_design_review.md
Created May 15, 2026 00:24
Rule Engine Design Review: roguelite · mud · rules_engine/core · rules_engine/dnd

Rule Engine Design Review

Scope: roguelite · mud · rules_engine/core · rules_engine/dnd-prototype
Reviewer checklist: ~/agents/DESIGN_REVIEWER.md
Date: 2026-05-15


Implementations at a Glance

| | roguelite | mud | rules_engine/core | rules_engine/dnd |

@ashleysmart
ashleysmart / Readme.md
Last active August 21, 2025 03:59
Ollama local setup

Trial Run

Run the service

OLLAMA_BASE=/media/kage/Data/local_llm/ollama
OLLAMA_HOST=host.docker.internal:11434

cd ${OLLAMA_BASE}
docker run --rm --gpus=all -v ${OLLAMA_BASE}/ollama:/root/.ollama -p 11434:11434 ollama/ollama