Commit graph

585 commits

Author SHA1 Message Date
081675ac9f Update botserver: Fix drive URL and PROMPT.md loading 2026-04-10 14:36:05 -03:00
286e40c9fd Update botserver: Fix PROMPT.md loading path 2026-04-10 13:12:14 -03:00
b7d5a7c934 Update botserver: Fix warnings in drive_monitor 2026-04-10 12:58:51 -03:00
fb91aae7f9 Update botserver: Fix CI - initialize all workspace members 2026-04-10 12:49:28 -03:00
116f914490 Update botserver submodule: Handle divergent submodule histories
- Changed from 'git pull --ff-only' to 'git fetch + git reset --hard'
- Fixes CI failure when submodule histories diverge
- Ensures CI always uses exact remote state

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 12:15:44 -03:00
c86c8ad84e Update botserver submodule: Fix CI to use gbuser home directory
- Changed WORKSPACE from /opt/gbo/data/botserver to /home/gbuser/workspace
- Changed CARGO_TARGET_DIR from /opt/gbo/data/botserver/target to /home/gbuser/target
- Restored original Setup Workspace approach that clones gb-ws and uses its Cargo.toml
- Uses shallow clones (--depth 1) for efficiency
- Only initializes necessary submodules (botlib and botserver)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 12:09:54 -03:00
60b6aa8cf4 Update botserver submodule: Optimize CI Setup Workspace
- Remove gb-ws clone (unnecessary intermediate step)
- Use --depth 1 for shallow clones (only latest commit)
- Create minimal Cargo.toml directly (only botlib + botserver members)
- Use git pull --ff-only for updates (no full history)
- Significantly reduces CI time and disk usage
- Maintains single-pull strategy
2026-04-10 11:39:02 -03:00
9e649e580a Update botserver submodule: Fix duplicate method definitions
- Removed duplicate file_state_path() and load_file_states() methods
- Kept only new save_file_states_static() helper
- Fixes compilation errors from previous commit
2026-04-10 11:31:39 -03:00
0629ccedec Update botserver submodule: Fix DriveMonitor dispatch failure
- Added static save_file_states_static() helper method
- Changed tokio::spawn calls to use Arc::clone instead of Arc::new(self.clone())
- This prevents double Arc wrapping which causes 'dispatch failure' errors
- Fixes config.csv not syncing from bucket to database for salesianos/default bots
2026-04-10 11:25:28 -03:00
8638eb3567 Fix DriveMonitor dispatch failure - avoid double Arc in tokio::spawn
- Added static save_file_states_static() helper method
- Changed tokio::spawn calls to use Arc::clone instead of Arc::new(self.clone())
- This prevents double Arc wrapping which causes 'dispatch failure' errors
- Fixes config.csv not syncing from bucket to database for salesianos/default bots
2026-04-10 11:20:31 -03:00
b41061f9a2 Update botserver: kill stuck cargo before build 2026-04-10 08:50:26 -03:00
78a6113b64 Update botserver: simplest CI 2026-04-10 08:45:54 -03:00
24262f4596 Update botserver: simplify CI - always build with sccache 2026-04-10 08:38:32 -03:00
a088fb9fc8 Update botserver: fix CI change detection - compare commits 2026-04-10 08:36:17 -03:00
7e21552ae4 Update botserver: fix CI change detection 2026-04-10 08:30:01 -03:00
b75624a412 Update botserver: use curl with --cacert for Vault 2026-04-10 08:28:09 -03:00
b00e2e0135 Update botserver: CI optimizations - check changes before building 2026-04-10 08:17:53 -03:00
36501ae20d Update botserver: add sccache cache action 2026-04-10 08:15:20 -03:00
68f2e3e637 Update botserver: add debug logging for Vault requests 2026-04-10 08:11:30 -03:00
8f8f9fc51a Update botserver: set SSL_CERT_FILE before Vault HTTP calls 2026-04-10 08:04:28 -03:00
202fb1756d Update botserver: read drive/cache/qdrant config directly from Vault 2026-04-10 07:43:08 -03:00
f9adf00cad Update botserver: add S3 debug logging 2026-04-10 00:05:49 -03:00
f684b5738b Update docs: add LOAD_ONLY env and MinIO drive access tips 2026-04-09 23:27:08 -03:00
577fa28400 Update botserver: add LOAD_ONLY env filter, remove gbo- prefix logic 2026-04-09 23:16:12 -03:00
28eb4cc2cd Update botserver: skip gbo-* bots, allow default config.csv sync 2026-04-09 23:03:20 -03:00
b6bfc782d5 Update botserver: fix default bot config.csv sync 2026-04-09 23:00:28 -03:00
9a28cff96e Update botserver: fix duplicate endpoint path in LLM URL 2026-04-09 22:51:52 -03:00
122332dbf3 Update botserver: use bot-specific llm-endpoint-path from config 2026-04-09 22:12:06 -03:00
5c7dc816ee Update botserver: allow any .gbai bucket 2026-04-09 21:43:23 -03:00
f29597987d Update botserver: allow gbo-default bucket to be monitored 2026-04-09 21:32:31 -03:00
2117ea20aa Update botserver submodule: add drive feature to default features 2026-04-09 19:47:41 -03:00
cc6b6050fe Update botserver: fix Vault config for Qdrant 2026-04-09 18:29:07 -03:00
f49d8e3330 Update submodules: fix UTF-8 panics and HTML rendering 2026-04-09 01:40:56 -03:00
e7fbaa52ce Update botserver: download PROMPT.md from MinIO 2026-04-08 20:10:07 -03:00
5f1b770640 Update botserver: clean up local-files feature 2026-04-08 18:34:10 -03:00
3a5b6e4f63 Update botserver: add local-files feature toggle 2026-04-08 18:30:13 -03:00
289ebc2377 Update submodules: disable local file monitoring, use drive only 2026-04-08 17:48:42 -03:00
09e19c50b9 Update botserver: Fix USE KB and USE WEBSITE default features compilation 2026-04-07 20:14:32 -03:00
5ec97b4894 Update botbook submodule reference 2026-04-07 13:36:38 -03:00
feabd5c391 Update root: cleanup, botserver and botmodels updates 2026-04-07 13:34:11 -03:00
bf2cd42336 Update botapp to valid pushed commit 2026-04-06 14:12:51 -03:00
eba06a1616 Update submodules: botserver (DETECT fix + anonymous auth), botui (session_id) 2026-04-06 13:37:52 -03:00
1ef62eb275 docs: Update AGENTS.md with bot scripts architecture and TOOL_EXEC info 2026-04-05 19:55:53 -03:00
83af75e028 fix: deploy workflow - ignore missing binary on first deploy 2026-04-05 19:39:18 -03:00
f3d571ad49 Update submodules: tool execution via WebSocket, TOOL_EXEC message type 2026-04-05 19:11:28 -03:00
a966c3dd35 docs: update AGENTS.md with correct data paths 2026-04-05 13:32:42 -03:00
2054d9bfab docs: update AGENTS.md with DETECT testing notes 2026-04-05 13:30:17 -03:00
76c68d35b2 Update botserver: fix diesel imports 2026-04-05 13:19:40 -03:00
e3949600f6 Update AGENTS.md: add data directory structure and testing tools section 2026-04-05 12:49:15 -03:00
c07d6a9af4 Update botserver submodule 2026-04-05 12:34:46 -03:00