Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion solutions/customer-management/sample.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion solutions/customer-management/solution.yaml
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Loading