ACP / MCP

This commit is contained in:
2026-06-12 11:44:19 +08:00
parent 2a9661a6ef
commit 4ea4adfd8e
47 changed files with 2558 additions and 240 deletions
+1
View File
@@ -355,6 +355,7 @@ func New(ctx context.Context, cfg *config.Config, dist embed.FS) (*App, error) {
EventMaxPayload: cfg.Acp.EventMaxPayload,
EventTruncateField: cfg.Acp.EventTruncateField,
ShutdownGrace: cfg.Acp.ShutdownGrace,
AgentHomesDir: filepath.Join(cfg.DataDir, "agent-homes"),
},
log,
)