refactor: switch Plugin to direct self-reexport imports

This commit is contained in:
Kit Langton
2026-04-16 11:44:05 -04:00
parent 7341718f92
commit 066ded0876
21 changed files with 21 additions and 20 deletions
@@ -7,7 +7,7 @@ import { Agent as AgentSvc } from "../../src/agent/agent"
import { Bus } from "../../src/bus"
import { Config } from "../../src/config"
import { Permission } from "../../src/permission"
import { Plugin } from "../../src/plugin"
import { Plugin } from "../../src/plugin/plugin"
import { Provider } from "../../src/provider"
import { ModelID, ProviderID } from "../../src/provider/schema"
import { Session } from "../../src/session"