docs: document plugin runtime load context

This commit is contained in:
Peter Steinberger
2026-06-03 20:36:52 -04:00
parent 7b4d14f786
commit f6aa2c02d1
8 changed files with 20 additions and 0 deletions

View File

@@ -1 +1,2 @@
/** Lazy runtime barrel for embedded-agent execution. */
export { runEmbeddedAgent } from "../../agents/embedded-agent.js";