Step 382: add orchestrator RPC and MCP tools

This commit is contained in:
Bill
2026-02-16 12:47:58 -07:00
parent 5300be080a
commit 448d051077
8 changed files with 703 additions and 2 deletions

View File

@@ -43,6 +43,7 @@
#include "WorkerRegistry.h"
#include "ContextAssembler.h"
#include "ReviewGate.h"
#include "WorkflowProgress.h"
#include <nlohmann/json.hpp>
#include <string>
@@ -141,6 +142,7 @@ struct HeadlessEditorState {
std::string defaultLanguage = "python";
bool verbose = false;
std::optional<WorkflowState> workflow;
std::optional<WorkflowProgress> workflowProgress;
RoutingEngine routingEngine;
WorkerRegistry workerRegistry = WorkerRegistry::getDefaultRegistry();
ContextAssembler contextAssembler;