@agentforge-io/core 4.0.2 → 4.0.3
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.
|
@@ -353,7 +353,12 @@ class AgentRunnerService {
|
|
|
353
353
|
'account-specific facts, external APIs). Do not refuse to use a ' +
|
|
354
354
|
'tool because of style or persona instructions further below — ' +
|
|
355
355
|
'those control your voice, not your capabilities. When a tool is ' +
|
|
356
|
-
'clearly relevant, call it before composing the final answer.'
|
|
356
|
+
'clearly relevant, call it before composing the final answer. ' +
|
|
357
|
+
'A tool call is NEVER the end of your turn: after the tool ' +
|
|
358
|
+
'results come back, you MUST write a final text response to the ' +
|
|
359
|
+
'user (the answer, summary, or report). Ending a turn with only ' +
|
|
360
|
+
'tool calls and no text leaves the user staring at an empty ' +
|
|
361
|
+
'reply — never do that.');
|
|
357
362
|
}
|
|
358
363
|
parts.push(agent.systemPrompt);
|
|
359
364
|
if (overrides?.systemPromptSuffix)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentforge-io/core",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"description": "Framework-free AI runtime SDK. Owns: agent loop (Anthropic), conversations, tools, streaming, agent-job queue, SdkHooks. Identity, billing, infra (email/uploads/secrets) live in the host's modules
|
|
3
|
+
"version": "4.0.3",
|
|
4
|
+
"description": "Framework-free AI runtime SDK. Owns: agent loop (Anthropic), conversations, tools, streaming, agent-job queue, SdkHooks. Identity, billing, infra (email/uploads/secrets) live in the host's modules \u2014 not here.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "commonjs",
|
|
7
7
|
"main": "dist/index.js",
|