yao/model
Max d0981e53af Enhance engine loading process with progress reporting and timing
- Introduced a `loadStep` function to wrap loading operations, providing timing and progress callback functionality.
- Updated the `Load` function to utilize `loadStep` for various components, improving visibility into loading durations.
- Enhanced the `start` command to display loading progress and duration in development mode, improving user experience during application startup.
- Refactored model loading functions to return models without migration, streamlining the loading process and improving performance.
2025-12-05 18:53:21 +08:00
..
migrate.go Enhance engine loading process with progress reporting and timing 2025-12-05 18:53:21 +08:00
migrate_test.go Enhance engine loading process with progress reporting and timing 2025-12-05 18:53:21 +08:00
model.go Enhance engine loading process with progress reporting and timing 2025-12-05 18:53:21 +08:00
model_test.go Add MCP client loading and printing functionality 2025-12-05 12:28:41 +08:00