agentlife 2.4.0 → 2.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1245,7 +1245,7 @@ var PROVISIONED_AGENTS = [
|
|
|
1245
1245
|
id: "agentlife-builder",
|
|
1246
1246
|
name: "AgentLife Builder",
|
|
1247
1247
|
agentsMd: BUILDER_AGENTS_MD,
|
|
1248
|
-
tools: {
|
|
1248
|
+
tools: { allow: ["*", "agentlife_push"] }
|
|
1249
1249
|
},
|
|
1250
1250
|
{
|
|
1251
1251
|
id: "supervisor",
|
|
@@ -2814,7 +2814,7 @@ function renderAllAgentWidgets(state, runtime, log) {
|
|
|
2814
2814
|
}
|
|
2815
2815
|
var WELCOME_SURFACE_ID = "welcome";
|
|
2816
2816
|
var WELCOME_INPUT_SURFACE_ID = "welcome-input";
|
|
2817
|
-
var ONBOARDING_SESSION_KEY = "agent:agentlife-builder:agentlife:onboarding
|
|
2817
|
+
var ONBOARDING_SESSION_KEY = "agent:agentlife-builder:agentlife:direct:onboarding";
|
|
2818
2818
|
var ONBOARDING_PLAYBOOK = `## Zero-agent onboarding
|
|
2819
2819
|
|
|
2820
2820
|
You are agent-builder running a one-time onboarding for a fresh user (no agents yet). The plugin already pushed a \`welcome-input\` surface; the user's reply in this session is a tap or text on that surface.
|