botserver/src/core
Rodrigo Rodriguez (Pragmatismo) 14b7cf70af feat(autotask): Implement AutoTask system with intent classification and app generation
- Add IntentClassifier with 7 intent types (APP_CREATE, TODO, MONITOR, ACTION, SCHEDULE, GOAL, TOOL)
- Add AppGenerator with LLM-powered app structure analysis
- Add DesignerAI for modifying apps through conversation
- Add app_server for serving generated apps with clean URLs
- Add db_api for CRUD operations on bot database tables
- Add ask_later keyword for pending info collection
- Add migration 6.1.1 with tables: pending_info, auto_tasks, execution_plans, task_approvals, task_decisions, safety_audit_log, generated_apps, intent_classifications, designer_changes
- Write apps to S3 drive and sync to SITE_ROOT for serving
- Clean URL structure: /apps/{app_name}/
- Integrate with DriveMonitor for file sync

Based on Chapter 17 - Autonomous Tasks specification
2025-12-27 21:10:09 -03:00
..
automation Remove all code comments and fix ratatui version 2025-12-23 18:40:58 -03:00
bootstrap Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
bot feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
config feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
directory feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
dns Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
kb feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
oauth feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
package_manager feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
secrets Fix clippy warnings: match arms, async/await, Debug impls, formatting 2025-12-26 08:59:25 -03:00
session feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
shared feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
mod.rs feat(auth): Add OAuth login for Google, Discord, Reddit, Twitter, Microsoft, Facebook 2025-12-04 22:53:40 -03:00
rate_limit.rs feat(autotask): Implement AutoTask system with intent classification and app generation 2025-12-27 21:10:09 -03:00
urls.rs Remove all code comments and fix ratatui version 2025-12-23 18:40:58 -03:00