flutter_agent_harness 0.1.0
flutter_agent_harness: ^0.1.0 copied to clipboard
Cross-platform AI agent harness for Dart and Flutter: streaming provider adapters, agent loop with tools, session persistence, and context compaction. Ported architecture of pi-mono (packages/ai + pac [...]
Changelog #
0.1.0 #
- Initial project setup: package skeleton, quality gates (analyze, tests, coverage ≥ 80%, duplication < 1%), GOAL.md with the pi-mono port roadmap.
- Seeded
CancelToken/CancelTokenSource/CancelledException— the universal cancellation primitive (Dart counterpart of webAbortSignal).