UNPKG

@mastra/core

Version:
21 lines (20 loc) 1.21 kB
import { a as assignTaskIds, d as taskCheckTool, f as taskCompleteTool, m as taskWriteTool, p as taskUpdateTool } from "../task-state-processor-C9agcUfw.js"; import { s as askUserTool, t as submitPlanTool } from "../tools-DdVMYter.js"; import { a as defaultOMProgressState, i as defaultDisplayState, n as parseSubagentMeta, r as Session, t as AgentController } from "../agent-controller-DlTRcRnu.js"; //#region src/harness/index.ts /** * @deprecated Backwards-compatibility entrypoint. * * The canonical implementation now lives in `@mastra/core/agent-controller`. * This module re-exports that surface and additionally provides the deprecated * `Harness`/`Harness*` aliases. New code should import from * `@mastra/core/agent-controller` instead. */ /** * @deprecated Use {@link AgentController} instead. `Harness` is retained as a * backwards-compatible alias and will be removed in a future major release. */ const Harness = AgentController; //#endregion export { AgentController, Harness, Session, askUserTool, assignTaskIds, defaultDisplayState, defaultOMProgressState, parseSubagentMeta, submitPlanTool, taskCheckTool, taskCompleteTool, taskUpdateTool, taskWriteTool }; //# sourceMappingURL=index.js.map