fix: connect 10 unconnected backend modules to real code paths (context_builder→agent_runner, agent_permissions→agent_runner, agent_tools→agent_runner, data_policy→agent_runner, oversight→agent_runner+migration 0128, transparency→agent_runner, agent_stream→agent_routes SSE endpoint, agent_memory AI-module deleted, decision_guard→engine, require_approval→agent_runner), 11 integration tests passing
Check Cross-Plugin Imports / check (push) Has been cancelled
Check Cross-Plugin Imports / check (push) Has been cancelled
This commit is contained in:
@@ -51,6 +51,7 @@ from app.models.outbox import EventOutbox # noqa: F401
|
||||
from app.models.consumer_inbox import ConsumerInbox # noqa: F401
|
||||
from app.models.outbox_delivery import OutboxDelivery # noqa: F401
|
||||
from app.models.saved_filter import SavedFilter # noqa: F401
|
||||
from app.ai.oversight import DecisionRecordDB # noqa: F401 — ensure table is created
|
||||
|
||||
# Dynamically import all plugin models so Base.metadata.create_all() includes their tables.
|
||||
# This replaces ~30 hardcoded plugin imports with dynamic discovery (P1-14 fix).
|
||||
|
||||
Reference in New Issue
Block a user