diff --git a/samples.json b/samples.json index 05eabca..ed5f471 100644 --- a/samples.json +++ b/samples.json @@ -101,7 +101,7 @@ "slug": "customer-management", "name": "Customer Management", "tagline": "A dedicated Slack agent for every customer you work with — in scope, grounded in that customer's context.", - "current_version": "v0.1.0", + "current_version": "v0.2.0", "min_cli_version": "0.28.0", "kind": "solution" }, diff --git a/solutions/customer-management/agents/customer-management.yaml b/solutions/customer-management/agents/customer-management.yaml index 2002e95..4f47835 100644 --- a/solutions/customer-management/agents/customer-management.yaml +++ b/solutions/customer-management/agents/customer-management.yaml @@ -67,7 +67,9 @@ tools: builtin_tool_key: knowledge_search status: active builtin_tool_config: - scope: ["agent", "org"] + scope: [] + source_refs: + - customer-public-docs - tool_type: builtin builtin_tool_key: long_term_memory status: active @@ -107,6 +109,11 @@ routines: subject_is_agent: true status: active installations: +- install_type: web/site + install_key: customer-public-docs + config: + url: https://docs.archagents.com + max_pages: 100 - install_type: memory/long-term config: {} - install_type: archastro/thread diff --git a/solutions/customer-management/sample.yaml b/solutions/customer-management/sample.yaml index 7f7ac64..ecf37b3 100644 --- a/solutions/customer-management/sample.yaml +++ b/solutions/customer-management/sample.yaml @@ -1,5 +1,5 @@ schema_version: 2 -version: v0.1.0 +version: v0.2.0 name: Customer Management tagline: A dedicated Slack agent for every customer you work with — in scope, grounded in that customer's context. min_cli_version: 0.28.0 diff --git a/solutions/customer-management/solution.yaml b/solutions/customer-management/solution.yaml index f41515d..8455c88 100644 --- a/solutions/customer-management/solution.yaml +++ b/solutions/customer-management/solution.yaml @@ -1,7 +1,7 @@ kind: Solution lookup_key: customer-management-solution solution_id: 9b818967-1a60-405f-9c68-a3f28b79e143 -solution_version: v0.1.0 +solution_version: v0.2.0 name: Customer Management description: A dedicated Slack agent for every customer relationship — it works in the shared Slack channel with one customer, stays in scope, stays grounded in that customer's context, and keeps a durable memory of the account.