feat(config): 实现阶段 2 配置加载 — 应用配置与 Agent 配置加载

This commit is contained in:
hhs
2026-06-10 13:44:15 +08:00
parent 62813cbe2e
commit 85a3d1e27d
4 changed files with 200 additions and 0 deletions

2
go.mod
View File

@@ -1,3 +1,5 @@
module ai-agent-scaffold-go
go 1.26.2
require gopkg.in/yaml.v3 v3.0.1 // indirect