nmnhut GitHub avatar

fit-summer-school-2026

nmnhut

一个为两小时现场演示而设计的元仓库工作空间,展示了如何通过热内存、技能和多仓库编排来配置AI代理。

Stars

13

7 天增长

暂无数据

Fork 数

7

开放 Issue

0

开源协议

MIT

最近更新

2026-07-29

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

提供了一个实用且组织良好的方法来构建具有分层内存和可复用技能的AI代理工作空间,特别适合现场演示和培训。

适合谁使用

  • 构建基于代理系统的AI开发者
  • 准备互动演示的演示工程师
  • 需要结构化引导的会议主持人
  • 探索代理工作流程和内存管理的团队

典型使用场景

  • 利用热内存和技能调用进行实时AI演示
  • 测试多仓库编排和代理路由
  • 培训团队了解AI代理能力和分层内存
  • 根据预定义的演示地图评估会话流程

项目优势

  • 预配置技能和内存层(热内存、冷内存),适配代理会话
  • 清晰的演示地图,包含时间引导,方便主持人
  • 通过 mars.yaml 实现多仓库的状态和同步集成
  • 包含FastAPI任务追踪器和轻量级模拟服务

使用前须知

  • 仅包含两个特定的子项目(任务追踪器和模拟器)
  • 要求AI会话在仓库根目录启动以加载完整内存和技能
  • 专为特定两小时会话设计,可能需调整以适应其他场景

README 快速开始

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

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

lopopolo
精选
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 与机器学习AI 智能体
2,390
slvDev
精选
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 与机器学习大语言模型
1,960
littledivy
精选
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 与机器学习
1,482