8 lines
709 B
TypeScript
8 lines
709 B
TypeScript
// SPEC: PJ2026-0104010803 Workbench唯一投影; PJ2026-010403 API契约; PJ2026-010205 HWLAB接入; PJ2026-0102 Agent编排.
|
|
// Responsibility: Stable Code Agent HTTP export facade.
|
|
|
|
export { handleCodeAgentChatHttp, handleCodeAgentSessionsHttp, handleWorkbenchTurnAdmissionHttp } from "./server-code-agent-admission-http.ts";
|
|
export { codeAgentTurnStatusPayload, handleCodeAgentCancelHttp, handleCodeAgentChatResultHttp, handleCodeAgentInspectHttp, handleCodeAgentTurnHttp } from "./server-code-agent-turn-http.ts";
|
|
export { handleCodeAgentSteerHttp, handleCodeAgentTraceHttp } from "./server-code-agent-trace-http.ts";
|
|
export { createCodeAgentChatResultStore } from "./server-code-agent-http-support.ts";
|