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
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
registerToolParameterSchema
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-5JEV7632.js";
|
|
4
4
|
import {
|
|
5
5
|
registerHook
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-LGUGYRR4.js";
|
|
7
7
|
|
|
8
8
|
// src/permission/storage.ts
|
|
9
9
|
var TABLE_NAME = "permissions";
|
|
@@ -379,4 +379,4 @@ export {
|
|
|
379
379
|
getPluginRegistrations,
|
|
380
380
|
clearPluginRegistrations
|
|
381
381
|
};
|
|
382
|
-
//# sourceMappingURL=chunk-
|
|
382
|
+
//# sourceMappingURL=chunk-P6L3444O.js.map
|
package/dist/index.cjs
CHANGED
|
@@ -20607,7 +20607,7 @@ var init_builtinProfileSources = __esm({
|
|
|
20607
20607
|
' "name": "\u901A\u7528\u52A9\u624B",',
|
|
20608
20608
|
' "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",',
|
|
20609
20609
|
' "loopId": "agent-tool-loop",',
|
|
20610
|
-
` "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
|
|
20610
|
+
` "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.",`,
|
|
20611
20611
|
' "tools": [',
|
|
20612
20612
|
' "workspacesList",',
|
|
20613
20613
|
' "wikiSearch",',
|
|
@@ -20694,7 +20694,7 @@ var init_builtinProfileSources = __esm({
|
|
|
20694
20694
|
" {",
|
|
20695
20695
|
' "id": "builtin-system",',
|
|
20696
20696
|
' "role": "system",',
|
|
20697
|
-
` "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
|
|
20697
|
+
` "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."`,
|
|
20698
20698
|
" }",
|
|
20699
20699
|
" ],",
|
|
20700
20700
|
' "plugins": [{ "toolId": "fullReplacement" }],',
|
|
@@ -20706,7 +20706,7 @@ var init_builtinProfileSources = __esm({
|
|
|
20706
20706
|
' "temperature": 0.5,',
|
|
20707
20707
|
' "maxTokens": 4096',
|
|
20708
20708
|
" },",
|
|
20709
|
-
' "version": "1.1.
|
|
20709
|
+
' "version": "1.1.1"',
|
|
20710
20710
|
"}",
|
|
20711
20711
|
""
|
|
20712
20712
|
].join("\n"),
|