generalbots/src
Rodrigo Rodriguez (Pragmatismo) 7f1e6dc91c feat: refactor auth and models, update LLM fallback strategy
- Simplified auth module by removing unused imports and code
- Cleaned up shared models by removing unused structs (Organization, User, Bot, etc.)
- Updated add-req.sh to comment out unused directories
- Modified LLM fallback strategy in README with additional notes about model behaviors

The changes focus on removing unused code and improving documentation while maintaining existing functionality. The auth module was significantly reduced by removing redundant code, and similar cleanup was applied to shared models. The build script was adjusted to reflect currently used directories.
2025-11-04 23:11:33 -03:00
..
auth feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
automation feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
basic feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
bootstrap feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
bot feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
channels feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
config feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
context feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
drive_monitor feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
email feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
file feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
llm feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
llm_models feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
meet feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
package_manager feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
riot_compiler feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
session feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
shared feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
tests feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
ui feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
web_automation feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
web_server feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
lib.rs feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
main.rs feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00
main.test.rs feat: refactor auth and models, update LLM fallback strategy 2025-11-04 23:11:33 -03:00