generalbots/src
Rodrigo Rodriguez (Pragmatismo) 48eec514d3 feat(automation): limit compact prompt history to recent messages
Modified compact_prompt_for_bot to only include the most recent N messages (messages_since_summary + 1) when building the compacted prompt string. This prevents excessive context from being included and improves performance by
2025-11-11 15:30:52 -03:00
..
auth refactor: simplify UI panels, use pooled DB, add --noui flag 2025-11-11 09:42:52 -03:00
automation feat(automation): limit compact prompt history to recent messages 2025-11-11 15:30:52 -03:00
basic refactor: simplify UI panels, use pooled DB, add --noui flag 2025-11-11 09:42:52 -03:00
bootstrap feat(bootstrap): add secure password generation and env setup 2025-11-11 11:12:54 -03:00
bot feat(bot): add trace log for LLM prompt in BotOrchestrator 2025-11-11 15:20:43 -03:00
channels feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
config feat(automation): improve prompt compaction scheduling and error handling 2025-11-11 15:01:57 -03:00
context feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
drive_monitor feat(s3): add timeout handling and clean up drive config 2025-11-11 10:34:06 -03:00
email feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
file feat(s3): add timeout handling and clean up drive config 2025-11-11 10:34:06 -03:00
llm refactor: simplify UI panels, use pooled DB, add --noui flag 2025-11-11 09:42:52 -03:00
llm_models feat(deps): add desktop UI support and update dependencies 2025-11-07 21:31:25 -03:00
meet feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
nvidia feat(bootstrap): enable bootstrap and package_manager modules 2025-11-08 07:04:44 -03:00
package_manager feat(bootstrap): add secure password generation and env setup 2025-11-11 11:12:54 -03:00
riot_compiler feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
session feat(automation): improve prompt compaction scheduling and error handling 2025-11-11 15:01:57 -03:00
shared feat(bootstrap): add secure password generation and env setup 2025-11-11 11:12:54 -03:00
tests test: add test module declarations and cleanup unused code 2025-11-05 08:06:18 -03:00
ui fix: add PostgreSQL auto-start and silence unused variable warnings 2025-11-07 09:37:45 -03:00
ui_tree feat(automation): improve prompt compaction scheduling and error handling 2025-11-11 15:01:57 -03:00
web_server feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
lib.rs feat: remove unused dependencies and clean up Cargo.lock 2025-11-05 13:46:03 -03:00
main.rs feat(automation): improve prompt compaction scheduling and error handling 2025-11-11 15:01:57 -03:00
main.test.rs feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00