A Dual-Helix Governance Approach Towards Reliable Agentic AI for WebGIS Development
AI 摘要
提出双螺旋治理框架,解决Agentic AI在WebGIS开发中的可靠性问题,并通过AgentLoom工具包实现。
主要贡献
- 提出双螺旋治理框架应对LLM在WebGIS开发中的限制
- 构建3-track架构(知识、行为、技能)稳定AI执行
- AgentLoom治理工具包降低代码复杂性并提升可维护性
方法论
构建知识图谱稳定执行,辅以自学习循环增长知识,将LLM局限转化为结构性治理问题。
原文摘要
WebGIS development requires rigor, yet agentic AI frequently fails due to five large language model (LLM) limitations: context constraints, cross-session forgetting, stochasticity, instruction failure, and adaptation rigidity. We propose a dual-helix governance framework reframing these challenges as structural governance problems that model capacity alone cannot resolve. We implement the framework as a 3-track architecture (Knowledge, Behavior, Skills) that uses a knowledge graph substrate to stabilize execution by externalizing domain facts and enforcing executable protocols, complemented by a self-learning cycle for autonomous knowledge growth. Applying this to the FutureShorelines WebGIS tool, a governed agent refactored a 2,265-line monolithic codebase into modular ES6 components. Results demonstrated a 51\% reduction in cyclomatic complexity and a 7-point increase in maintainability index. A comparative experiment against a zero-shot LLM confirms that externalized governance, not just model capability, drives operational reliability in geospatial engineering. This approach is implemented in the open-source AgentLoom governance toolkit.