yao/dsl
Max 25c5688727 Enhance model loading and error handling in YaoModel
- Refactored the Load, Unload, and Reload methods to support multiple data source options, including loading from a provided source, file system, or database.
- Improved error handling by implementing panic recovery in the Unload method to manage model retrieval failures gracefully.
- Removed the Source field from UnloadOptions struct to streamline the options interface.
2025-07-15 20:21:45 +08:00
..
api Refactor DSL management by introducing IO interfaces for database and file system operations 2025-07-15 12:25:56 +08:00
connector Refactor DSL management by introducing IO interfaces for database and file system operations 2025-07-15 12:25:56 +08:00
io Enhance time value handling and improve test assertions 2025-07-15 18:54:41 +08:00
mcp Refactor DSL management by introducing IO interfaces for database and file system operations 2025-07-15 12:25:56 +08:00
model Enhance model loading and error handling in YaoModel 2025-07-15 20:21:45 +08:00
types Enhance model loading and error handling in YaoModel 2025-07-15 20:21:45 +08:00
dsl.go Refactor DSL list retrieval to support conditional data source selection 2025-07-15 16:58:41 +08:00