nmnhut GitHub avatar

fit-summer-school-2026

nmnhut

A meta-repo workspace for live demonstrations in a two-hour session, showcasing AI agent setup with hot memory, skills, and multi-repo orchestration.

Stars

13

7-day growth

No data

Forks

7

Open issues

0

License

MIT

Last updated

2026-07-29

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

Demonstrates a practical, organized approach to building AI agent workspaces with layered memory and reusable skills, suitable for live demos and training.

Who it is for

  • AI developers building agent-based systems
  • Demo engineers preparing interactive sessions
  • Session presenters needing structured walkthroughs
  • Teams exploring agentic workflows and memory management

Use cases

  • Running live AI demos with hot memory and skill invocation
  • Testing multi-repo orchestration and agent routing
  • Training teams on AI agent capabilities and layered memory
  • Evaluating session flow with pre-defined demo map

Strengths

  • Pre-configured skills and memory layers (hot, cold) for agent sessions
  • Clear demo map with timed moments guiding the presenter
  • Multi-repo integration via mars.yaml for status and sync
  • Includes both a FastAPI task tracker and a lightweight mock service

Considerations

  • Only two specific sub-projects are included (task tracker and simulator)
  • Requires AI sessions to be started at the repo root for full memory and skills
  • Designed for a specific two-hour session; may need adaptation for other contexts

README quick start

Session Demo Workspace

One app anchors every demo in the two-hour session. Meta-repo layout — start AI sessions at the repo root; that's where the hot memory and skills are auto-loaded:

Demo/                 ← start AI sessions HERE (the workspace hub root)
├── AGENTS.md         hot memory: constitution, routing, conventions
├── CLAUDE.md         minimal pointer → AGENTS.md
├── mars.yaml         catalog of project repos (multi-repo status/sync)
├── .claude/
│   └── skills/       implement-feature · route-to-flow · release-note
│                     git-commit · git-open-pr · coding-convention
├── agent-hub/        the rest of the team brain
│   ├── knowledge-base/   cold memory: reference-spec · user-guide · decision-note
│   ├── flow-registry/    "what code implements this?"
│   └── tickets/          DEMO-101 (the Part 3 live-demo ticket)
├── taskflow-api/     FastAPI task tracker — homepage shows the session agenda
└── scan-simulator/   lightweight mock of the heavy external scan service

Run (two terminals)

cd scan-simulator && pip install -r requirements.txt && uvicorn app.main:app --port 9000
cd taskflow-api   && pip install -r requirements.txt && uvicorn app.main:app --port 8000

Open http://127.0.0.1:8000 — agenda + live task board.

Demo map

Session momentWhat to do
Minute 0Open the homepage — agenda lives in the app
Part 2: contrastSame request, plain prompt vs. agent started at repo root
Part 2: skillsInvoke release-note on recent tickets/commits
Part 3: memory layersWalk the layers — AGENTS.md, .claude/skills/, agent-hub/knowledge-base/
Part 3: force multipliersroute-to-flow on a question; show the simulator answering /v1/scan
Part 3: live pipelineRun implement-feature on ticket DEMO-101, tests vs. simulator, board updates live

Related repositories

Similar projects matched by category, topics, and programming language.

lopopolo
Featured
lopopolo GitHub avatar

harness-engineering

Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.

AI & Machine LearningAI Agents
2,390
slvDev
Featured
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI & Machine LearningLarge Language Models
1,960
littledivy
Featured
littledivy GitHub avatar

mimic

mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.

AI & Machine Learning
1,482