背景
问题
大多数 AI 编程工具都默认运行在云端和 Unix 环境。这个工具集探索一种本地优先、面向 Windows 的工作流,在自己的机器上运行和编排模型。
方法
方案
基于 PowerShell 的工具集,自动化 Ollama、协调多个智能体,并提供小型仪表盘工具——让整个流程保持本地化、可脚本化且对 Windows 友好。
功能
- Multi-agent workflow orchestration
- Ollama automation scripts
- Local-first, Windows-native setup
- Developer dashboard utilities
架构笔记
- Automation is scripted in PowerShell so it stays transparent and hackable.
- Agent coordination is kept separate from model-runtime concerns.
挑战
结果
A working local-first AI tooling experiment aimed at Windows developers.
学到的东西
复盘
- 01Local-first AI tooling trades convenience for control and privacy.
- 02Windows-native developer tooling is underserved and worth designing for.
下一步
下一步
- 01Document setup
- 02Add more agent recipes
- 03Publish usage examples