dify/api/core/sandbox
Harry e7c3e4cd21 feat: introduce attribute management system for sandbox
- Added AttrMap and AttrKey classes for type-safe attribute storage.
- Implemented AppAssetsAttrs and SkillAttrs for managing application and skill attributes.
- Refactored Sandbox and initializers to utilize the new attribute management system, enhancing modularity and clarity in asset handling.
2026-01-22 17:26:09 +08:00
..
bash feat(skill-compiler): skill compiler 2026-01-22 13:41:21 +08:00
entities refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
initializer feat: introduce attribute management system for sandbox 2026-01-22 17:26:09 +08:00
storage feat(sandbox): enhance sandbox initialization with draft support and asset management 2026-01-20 19:45:04 +08:00
utils feat(sandbox): add AppAssetsInitializer and refactor VMFactory to VMBuilder 2026-01-15 00:13:52 +08:00
__init__.py refactor: consolidate sandbox management and initialization 2026-01-21 20:42:44 +08:00
builder.py feat: introduce attribute management system for sandbox 2026-01-22 17:26:09 +08:00
manager.py feat: introduce attribute management system for sandbox 2026-01-22 17:26:09 +08:00
sandbox.py feat: introduce attribute management system for sandbox 2026-01-22 17:26:09 +08:00