@perstack/core 0.0.22 → 0.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -58,6 +58,12 @@ export const apiExpertSchema = expertSchema.omit({
58
58
  - `JobSetting` - Job execution parameters
59
59
  - `RunSetting` - Run execution parameters
60
60
 
61
+ 4. **Adapter Abstractions**: Runtime adapter interfaces and base classes:
62
+ - `RuntimeAdapter` - Interface for runtime adapters
63
+ - `BaseAdapter` - Abstract base class for CLI-based adapters
64
+ - `AdapterRunParams`, `AdapterRunResult` - Adapter execution types
65
+ - Event creators for normalized checkpoint/event handling
66
+
61
67
  ### Execution Hierarchy
62
68
 
63
69
  | Schema | Description |