memeloop 0.1.1 → 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/THIRD_PARTY_NOTICES.md +29 -0
- 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/model-catalog.cjs +246 -0
- package/dist/model-catalog.cjs.map +1 -0
- package/dist/model-catalog.d.cts +57 -0
- package/dist/model-catalog.d.ts +57 -0
- package/dist/model-catalog.js +213 -0
- package/dist/model-catalog.js.map +1 -0
- package/dist/{runtime-PGWR6FIV.js → runtime-UONPTAYK.js} +3 -3
- package/package.json +9 -2
- /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
package/dist/loop-api.js
CHANGED
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
unloadAllPlugins,
|
|
18
18
|
unloadPlugin,
|
|
19
19
|
validatePluginManifest
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-P6L3444O.js";
|
|
21
21
|
import {
|
|
22
22
|
AGENT_AGENT_LOOP_ID,
|
|
23
23
|
AGENT_TOOL_LOOP_ID,
|
|
@@ -61,7 +61,7 @@ import {
|
|
|
61
61
|
registerBuiltinPromptPlugins,
|
|
62
62
|
registerBuiltinToolPlugins,
|
|
63
63
|
resetAgentProfileRegistry
|
|
64
|
-
} from "./chunk-
|
|
64
|
+
} from "./chunk-5JEV7632.js";
|
|
65
65
|
import {
|
|
66
66
|
ALL_CATEGORIES,
|
|
67
67
|
getCategoryConfig,
|
|
@@ -72,7 +72,7 @@ import "./chunk-AZFYDWIN.js";
|
|
|
72
72
|
import {
|
|
73
73
|
resolveAgentToolLoopTerminalState,
|
|
74
74
|
runAgentToolLoopTurn
|
|
75
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-K5KZJNDP.js";
|
|
76
76
|
import {
|
|
77
77
|
createFetchLLMProvider
|
|
78
78
|
} from "./chunk-K6P63KD4.js";
|
|
@@ -105,7 +105,7 @@ import {
|
|
|
105
105
|
resetLoopRegistry,
|
|
106
106
|
shouldCompact,
|
|
107
107
|
unregisterHook
|
|
108
|
-
} from "./chunk-
|
|
108
|
+
} from "./chunk-LGUGYRR4.js";
|
|
109
109
|
import {
|
|
110
110
|
buildLegacyChatMessageParts,
|
|
111
111
|
buildToolResultSummary,
|
package/dist/mobile.cjs
CHANGED
|
@@ -2466,7 +2466,7 @@ var builtinProfileSources = {
|
|
|
2466
2466
|
' "name": "\u901A\u7528\u52A9\u624B",',
|
|
2467
2467
|
' "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",',
|
|
2468
2468
|
' "loopId": "agent-tool-loop",',
|
|
2469
|
-
` "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
|
|
2469
|
+
` "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.",`,
|
|
2470
2470
|
' "tools": [',
|
|
2471
2471
|
' "workspacesList",',
|
|
2472
2472
|
' "wikiSearch",',
|
|
@@ -2553,7 +2553,7 @@ var builtinProfileSources = {
|
|
|
2553
2553
|
" {",
|
|
2554
2554
|
' "id": "builtin-system",',
|
|
2555
2555
|
' "role": "system",',
|
|
2556
|
-
` "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
|
|
2556
|
+
` "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."`,
|
|
2557
2557
|
" }",
|
|
2558
2558
|
" ],",
|
|
2559
2559
|
' "plugins": [{ "toolId": "fullReplacement" }],',
|
|
@@ -2565,7 +2565,7 @@ var builtinProfileSources = {
|
|
|
2565
2565
|
' "temperature": 0.5,',
|
|
2566
2566
|
' "maxTokens": 4096',
|
|
2567
2567
|
" },",
|
|
2568
|
-
' "version": "1.1.
|
|
2568
|
+
' "version": "1.1.1"',
|
|
2569
2569
|
"}",
|
|
2570
2570
|
""
|
|
2571
2571
|
].join("\n"),
|