Commit graph

576 commits

Author SHA1 Message Date
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
2c0988ee97 Update botserver submodule 2026-04-05 12:06:45 -03:00
305732a908 Update botserver submodule to latest commit with Zitadel fix 2026-04-05 11:32:46 -03:00
e9fe0fa701 Add submodule push rule to AGENTS.md 2026-04-05 11:30:32 -03:00
7c8ac65784 Update AGENTS.md: Zitadel setup with container networking 2026-04-05 11:04:33 -03:00
487e1b342b Update submodules: botserver, botui and project guidelines. 2026-04-05 09:12:32 -03:00
2be7dc8ce3 Update botserver: Remove unused sync functions 2026-04-05 07:52:52 -03:00
fb13f5911c Update botserver: Fix Vault SMTP module 2026-04-05 07:50:46 -03:00
3e8214e008 Update botserver submodule reference
- Update to latest commit with secrets and email types refactor

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

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05 06:27:51 -03:00
7c5028bfd6 Update AGENTS.md and Cargo.lock
- Add CI/CD pipeline documentation with Forgejo runner details
- Add production container architecture and operations guide
- Add container management, troubleshooting, and maintenance procedures
- Add backup, recovery, and network diagnostics documentation
- Add container tricks, optimizations, and resource limits
- Update dependencies in Cargo.lock

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

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05 06:26:47 -03:00