generalbots/src/llm
Rodrigo Rodriguez (Pragmatismo) 51c8a53a90 Enable LLM feature by default and fix compilation errors
- Add llm to default features in Cargo.toml
- Fix duplicate smart_router module declaration
- Remove unused LLMProvider import and fix unused variable warnings
- Fix move error in enhanced_llm.rs by cloning state separately for each closure
- Improve code formatting and consistency
2026-01-28 16:58:14 -03:00
..
context Add SQLx dependencies for calendar feature 2025-11-27 23:10:43 -03:00
llm_models feat: implement feature bundling architecture and fix conditional compilation 2026-01-23 13:14:20 -03:00
prompt_manager - Refactor folder as features. 2025-11-22 22:55:35 -03:00
cache.rs Various updates: dependencies, features, and bug fixes 2026-01-16 11:29:22 -03:00
cache_test.rs Update server components and keywords 2025-12-23 15:52:35 -03:00
claude.rs Fix task progress: real-time updates, MIME types, WebSocket event types 2025-12-31 23:45:29 -03:00
episodic_memory.rs Various updates: dependencies, features, and bug fixes 2026-01-16 11:29:22 -03:00
local.rs Fix build errors and unused imports in core, security and package_manager modules 2026-01-24 22:04:47 -03:00
mod.rs Enable LLM feature by default and fix compilation errors 2026-01-28 16:58:14 -03:00
observability.rs Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
smart_router.rs Enable LLM feature by default and fix compilation errors 2026-01-28 16:58:14 -03:00