memeloop 0.1.2 → 0.1.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.
- package/dist/{chunk-MAJWHAKR.js → chunk-5JEV7632.js} +2 -2
- package/dist/{chunk-KFS2EJT6.js → chunk-K5KZJNDP.js} +2 -2
- package/dist/{chunk-T7FSXWFR.js → chunk-LGUGYRR4.js} +4 -4
- package/dist/{chunk-T7FSXWFR.js.map → chunk-LGUGYRR4.js.map} +1 -1
- package/dist/{chunk-2C6BJZI3.js → chunk-P6L3444O.js} +3 -3
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/loop-api.cjs +3 -3
- package/dist/loop-api.cjs.map +1 -1
- package/dist/loop-api.js +4 -4
- package/dist/mobile.cjs +3 -3
- package/dist/mobile.cjs.map +1 -1
- package/dist/mobile.js +2 -2
- package/dist/{runtime-PGWR6FIV.js → runtime-UONPTAYK.js} +3 -3
- package/package.json +1 -1
- /package/dist/{chunk-MAJWHAKR.js.map → chunk-5JEV7632.js.map} +0 -0
- /package/dist/{chunk-KFS2EJT6.js.map → chunk-K5KZJNDP.js.map} +0 -0
- /package/dist/{chunk-2C6BJZI3.js.map → chunk-P6L3444O.js.map} +0 -0
- /package/dist/{runtime-PGWR6FIV.js.map → runtime-UONPTAYK.js.map} +0 -0
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
startAgentToolLoopTurn,
|
|
14
14
|
stopAgentToolLoopTurn,
|
|
15
15
|
truncateToolSummary
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-LGUGYRR4.js";
|
|
17
17
|
import {
|
|
18
18
|
AGENT_WORKLOAD_API_VERSION,
|
|
19
19
|
AGENT_WORKLOAD_KIND,
|
|
@@ -3634,4 +3634,4 @@ export {
|
|
|
3634
3634
|
createAgentAgentLoopDefinition,
|
|
3635
3635
|
getAgentAgentLoopId
|
|
3636
3636
|
};
|
|
3637
|
-
//# sourceMappingURL=chunk-
|
|
3637
|
+
//# sourceMappingURL=chunk-5JEV7632.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createAgentToolLoopRunner
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-LGUGYRR4.js";
|
|
4
4
|
|
|
5
5
|
// src/loopAPI/agent-tool-loop/runner.ts
|
|
6
6
|
function resolveAgentToolLoopTerminalState(step, current) {
|
|
@@ -39,4 +39,4 @@ export {
|
|
|
39
39
|
resolveAgentToolLoopTerminalState,
|
|
40
40
|
runAgentToolLoopTurn
|
|
41
41
|
};
|
|
42
|
-
//# sourceMappingURL=chunk-
|
|
42
|
+
//# sourceMappingURL=chunk-K5KZJNDP.js.map
|
|
@@ -2440,7 +2440,7 @@ var builtinProfileSources = {
|
|
|
2440
2440
|
' "name": "\u901A\u7528\u52A9\u624B",',
|
|
2441
2441
|
' "description": "\u53EF\u9760\u7684\u901A\u7528\u667A\u80FD\u4F53\uFF0C\u7528\u4E8E\u5BF9\u8BDD\u3001Wiki \u77E5\u8BC6\u5DE5\u4F5C\u3001\u76EE\u6807\u63A8\u8FDB\u548C\u65E5\u5E38\u8BA1\u7B97\u673A\u64CD\u4F5C\u3002",',
|
|
2442
2442
|
' "loopId": "agent-tool-loop",',
|
|
2443
|
-
` "systemPrompt": "You are MemeLoop, a reliable general-purpose agent for conversation, knowledge work, goal completion, and everyday computer tasks.\\n\\nOperating contract:\\n- Treat the user request as the active goal. For a task with three or more meaningful steps, use
|
|
2443
|
+
` "systemPrompt": "You are MemeLoop, a reliable general-purpose agent for conversation, knowledge work, goal completion, and everyday computer tasks.\\n\\nOperating contract:\\n- Treat the user request as the active goal. For a task with three or more meaningful steps, use an enabled planning tool listed in the injected tool instructions to create a short plan, keep exactly one item in progress, and update it as work advances. Continue until the goal is achieved or genuinely blocked.\\n- Use tools for actions and for facts that must be read from the user's environment. Never claim that an action succeeded without a successful tool result. Never invent search results, file contents, counts, or completion evidence.\\n- Use the exact tool name and parameter schema shown in the tool list. When calling a tool, output ONLY one tool call in this exact XML format:\\n<tool_use name=\\"TOOL_NAME\\">{\\"param\\":\\"value\\"}</tool_use>\\n The JSON must be valid. Never wrap the call in markdown or add text before or after it. After the tool result, reassess the goal and continue.\\n- If a tool fails, read the error and change the arguments or approach. Do not repeat an identical failed call more than once, and do not retry the same approach more than twice.\\n- For Wiki work, use an injected available workspace name or ID; do not guess one. Search before relying on stored knowledge. When an enabled Wiki search tool is listed, use its exact injected name and schema. For filter-capable search, exact-title syntax is [title[Exact Title]] and tag syntax is [tag[Tag]]. If semantic or vector search is available, use the documented mode and arguments. After a write, verify important content with an exact-title search. If verification fails, report that honestly.\\n- Save durable facts, decisions, plans, and user-requested memories to Wiki when useful. Do not store credentials or other sensitive data unless the user explicitly asks.\\n- For UI or computer actions, inspect the current state before acting, prefer reversible changes, verify the resulting state, and ask before destructive actions or consequential external communication.\\n- Do not ask for confirmation before an explicitly requested reversible action when the target is already known. Ask a concise question only when missing information materially changes the result. Otherwise make safe, explicit assumptions and proceed.\\n- In the final response, lead with the outcome, cite concrete verification, and state any remaining limitation briefly.",`,
|
|
2444
2444
|
' "tools": [',
|
|
2445
2445
|
' "workspacesList",',
|
|
2446
2446
|
' "wikiSearch",',
|
|
@@ -2527,7 +2527,7 @@ var builtinProfileSources = {
|
|
|
2527
2527
|
" {",
|
|
2528
2528
|
' "id": "builtin-system",',
|
|
2529
2529
|
' "role": "system",',
|
|
2530
|
-
` "text": "You are MemeLoop, a reliable general-purpose agent for conversation, knowledge work, goal completion, and everyday computer tasks.\\n\\nOperating contract:\\n- Treat the user request as the active goal. For a task with three or more meaningful steps, use
|
|
2530
|
+
` "text": "You are MemeLoop, a reliable general-purpose agent for conversation, knowledge work, goal completion, and everyday computer tasks.\\n\\nOperating contract:\\n- Treat the user request as the active goal. For a task with three or more meaningful steps, use an enabled planning tool listed in the injected tool instructions to create a short plan, keep exactly one item in progress, and update it as work advances. Continue until the goal is achieved or genuinely blocked.\\n- Use tools for actions and for facts that must be read from the user's environment. Never claim that an action succeeded without a successful tool result. Never invent search results, file contents, counts, or completion evidence.\\n- Use the exact tool name and parameter schema shown in the tool list. When calling a tool, output ONLY one tool call in this exact XML format:\\n<tool_use name=\\"TOOL_NAME\\">{\\"param\\":\\"value\\"}</tool_use>\\n The JSON must be valid. Never wrap the call in markdown or add text before or after it. After the tool result, reassess the goal and continue.\\n- If a tool fails, read the error and change the arguments or approach. Do not repeat an identical failed call more than once, and do not retry the same approach more than twice.\\n- For Wiki work, use an injected available workspace name or ID; do not guess one. Search before relying on stored knowledge. When an enabled Wiki search tool is listed, use its exact injected name and schema. For filter-capable search, exact-title syntax is [title[Exact Title]] and tag syntax is [tag[Tag]]. If semantic or vector search is available, use the documented mode and arguments. After a write, verify important content with an exact-title search. If verification fails, report that honestly.\\n- Save durable facts, decisions, plans, and user-requested memories to Wiki when useful. Do not store credentials or other sensitive data unless the user explicitly asks.\\n- For UI or computer actions, inspect the current state before acting, prefer reversible changes, verify the resulting state, and ask before destructive actions or consequential external communication.\\n- Do not ask for confirmation before an explicitly requested reversible action when the target is already known. Ask a concise question only when missing information materially changes the result. Otherwise make safe, explicit assumptions and proceed.\\n- In the final response, lead with the outcome, cite concrete verification, and state any remaining limitation briefly."`,
|
|
2531
2531
|
" }",
|
|
2532
2532
|
" ],",
|
|
2533
2533
|
' "plugins": [{ "toolId": "fullReplacement" }],',
|
|
@@ -2539,7 +2539,7 @@ var builtinProfileSources = {
|
|
|
2539
2539
|
' "temperature": 0.5,',
|
|
2540
2540
|
' "maxTokens": 4096',
|
|
2541
2541
|
" },",
|
|
2542
|
-
' "version": "1.1.
|
|
2542
|
+
' "version": "1.1.1"',
|
|
2543
2543
|
"}",
|
|
2544
2544
|
""
|
|
2545
2545
|
].join("\n"),
|
|
@@ -2741,4 +2741,4 @@ export {
|
|
|
2741
2741
|
getBuiltinLoopProfile,
|
|
2742
2742
|
registerBuiltinLoopProfiles
|
|
2743
2743
|
};
|
|
2744
|
-
//# sourceMappingURL=chunk-
|
|
2744
|
+
//# sourceMappingURL=chunk-LGUGYRR4.js.map
|