From 3375394ca5fdc07db3ba6bb344eae3fc2f8b6d30 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Wed, 4 Feb 2026 13:27:32 -0300 Subject: [PATCH] Update: botapp, botbook, botlib, botmodels, botserver, bottemplates, bottest, botui, and config changes --- README.md | 2 ++ botserver | 2 +- config/directory_config.json | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d15be42..df7cf56 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ +RULE 0: Never call tool_call while thinking. Ex NEVER do this: Let me check if the API call succeeded:terminalcommandtail -50 botserver.log | grep -E "LLM streaming error|error|Error|SUCCESS|200"cdgb. First finish Thinking, then emit a explanation and tool! # General Bots Workspace + **Version:** 6.2.0 **Type:** Rust Workspace (Monorepo with Independent Subproject Repos) diff --git a/botserver b/botserver index 39c4dba..d26f065 160000 --- a/botserver +++ b/botserver @@ -1 +1 @@ -Subproject commit 39c4dba8381d4b547bed95b2dbf181bf24e78ba4 +Subproject commit d26f0652e5c5f145dba86ad13915f192d03bb55a diff --git a/config/directory_config.json b/config/directory_config.json index 4ed4369..f0d456c 100644 --- a/config/directory_config.json +++ b/config/directory_config.json @@ -1,7 +1,7 @@ { "base_url": "http://localhost:8300", "default_org": { - "id": "358177047652073486", + "id": "358572039839154190", "name": "default", "domain": "default.localhost" }, @@ -13,8 +13,8 @@ "first_name": "Admin", "last_name": "User" }, - "admin_token": "LD-1gRwrdVzdU5hOyMsMMZ3HlP8UlYuhDS4p-H-CSgKHb0F4jQyJuj-qSWpJLW9q3-B9b3o", + "admin_token": "eW0mGnOlKjpYHsrZZNAh1o3_8qeyF1iKKgEj-Y63GBdjQbQmxKxEjsNmVLZ_DWRDK6I3_yI", "project_id": "", - "client_id": "358177048256118798", - "client_secret": "OTfOq1qyYkewR5wfanhB78R3hZ1lpYc6vfVrreIx1UnyMl8FgJugBHuopmqMTOmg" + "client_id": "358572040510308366", + "client_secret": "WyZRbj5iMkOkbvvtJWivXVaaydhWX1TodavhnAhsivl8IDZ44v2QoqT5upfgmOfz" } \ No newline at end of file