@noelclaw/mcp 3.2.0 → 3.2.1
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/agent-loop.js +1 -1
- package/package.json +1 -1
package/dist/agent-loop.js
CHANGED
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.runAgent = runAgent;
|
|
4
4
|
const server_js_1 = require("./server.js");
|
|
5
5
|
const llm_js_1 = require("./llm.js");
|
|
6
|
-
const SYSTEM_PROMPT = "You are Noelclaw, a persistent AI with
|
|
6
|
+
const SYSTEM_PROMPT = "You are Noelclaw, a persistent AI with 76 tools covering memory, automations, DeFi execution, research, and code. " +
|
|
7
7
|
"Be concise and direct. Use tools when needed. Summarize tool results in plain English.";
|
|
8
8
|
async function runAgent(userMessage, history, onToolCall) {
|
|
9
9
|
const anthropicKey = process.env.ANTHROPIC_API_KEY;
|
package/package.json
CHANGED