botserver/src/basic/compiler
Rodrigo Rodriguez (Pragmatismo) 1d7d0e10c0 feat(automation): add unique constraint and refactor action execution
- Added UNIQUE constraint on system_automations (bot_id, kind, param) to prevent duplicate automations
- Refactored execute_action to accept full Automation struct instead of just param
- Simplified bot name resolution by using automation.bot_id directly
- Improved error handling in action execution with proper error propagation
- Removed redundant bot name lookup logic by leveraging existing bot_id
2025-11-02 20:57:53 -03:00
..
mod.rs feat(automation): add unique constraint and refactor action execution 2025-11-02 20:57:53 -03:00
tool_generator.rs - Knowledge management. 2025-10-18 18:20:02 -03:00