mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-26 23:44:19 +00:00
merge: resolve conflicts with master, add inbound attachment materialization
- Delete localagent.py and test_difysvapi_runner.py (replaced by plugins) - Keep master's tool loader enhancements (byte_offset, encoding params) - Remove feature branch's artifact reference code (use sandbox paths instead) - Add _materialize_inbound_attachments in orchestrator for sandbox file staging - Keep master's test formatting and new tests - Keep master's frontend refactoring
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
"""
|
||||
Test utilities package.
|
||||
"""
|
||||
"""
|
||||
|
||||
@@ -26,6 +26,7 @@ from unittest.mock import MagicMock
|
||||
|
||||
class MockLifecycleControlScope(enum.Enum):
|
||||
"""Mock enum for breaking circular import in core.entities."""
|
||||
|
||||
APPLICATION = 'application'
|
||||
PLATFORM = 'platform'
|
||||
PLUGIN = 'plugin'
|
||||
|
||||
Reference in New Issue
Block a user