@nomad-e/bluma-cli 0.0.76 → 0.0.78
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/config/native_tools.json +1 -1
- package/dist/main.js +3 -2
- package/package.json +1 -1
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"type": "function",
|
|
85
85
|
"function": {
|
|
86
86
|
"name": "message_notify_user",
|
|
87
|
-
"description": "
|
|
87
|
+
"description": "This tool allows the agent to send structured messages to the user for confirming task start, replying to messages from name:'user_overlay' (continuing or integrating into the flow), giving short initial responses, notifying about method or strategy changes, providing progress updates, and concluding tasks with a final confirmation or result.",
|
|
88
88
|
"parameters": {
|
|
89
89
|
"type": "object",
|
|
90
90
|
"properties": {
|
package/dist/main.js
CHANGED
|
@@ -1716,7 +1716,7 @@ Ensure that each task contributes to a cohesive, functional, and visually appeal
|
|
|
1716
1716
|
<self_reflection>
|
|
1717
1717
|
# Self-Reflection and Iteration whith **reasoning_nootebook**
|
|
1718
1718
|
- First, spend time thinking of a rubric until
|
|
1719
|
-
you are
|
|
1719
|
+
you are
|
|
1720
1720
|
confident.
|
|
1721
1721
|
- Then, think deeply about every aspect of what makes
|
|
1722
1722
|
for a world-class one-shot web
|
|
@@ -1981,7 +1981,8 @@ var BluMaAgent = class {
|
|
|
1981
1981
|
eventBus;
|
|
1982
1982
|
mcpClient;
|
|
1983
1983
|
feedbackSystem;
|
|
1984
|
-
maxContextTurns =
|
|
1984
|
+
maxContextTurns = 45;
|
|
1985
|
+
// Limite de turns no contexto da API
|
|
1985
1986
|
isInterrupted = false;
|
|
1986
1987
|
constructor(sessionId2, eventBus2, llm, deploymentName, mcpClient, feedbackSystem) {
|
|
1987
1988
|
this.sessionId = sessionId2;
|