Delete backend/autometabuilder/plugins and convert all backend functions to workflow plugins

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-10 13:23:00 +00:00
parent 9e43fdd57c
commit eff020adca
16 changed files with 389 additions and 167 deletions
@@ -8,4 +8,6 @@ def run(runtime, _inputs):
msgs = runtime.context.get("msgs", {})
gh = create_github_integration(token, msgs)
# Store in both store (for workflow) and context (for other plugins)
runtime.context["gh"] = gh
return {"result": gh, "initialized": gh is not None}