Skip to content

Commit 07346f5

Browse files
authored
feat: overhaul agent architecture and add persistent HITL recovery
* reorganize the plugin into application, domain, transport, LLM, tools, and persistence layers * introduce LlmPort and a typed LangGraph stream adapter * consolidate turn orchestration into RunTurnUseCase * simplify transport and remove redundant turn services * restore pending HITL approvals from persistent checkpoints * add characterization, contract, and integration tests * remove confirmed dead code while preserving backward compatibility
1 parent c69a6da commit 07346f5

53 files changed

Lines changed: 1247 additions & 1156 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

agent/middleware/openAiResponsesContinuation.ts

Lines changed: 0 additions & 92 deletions
This file was deleted.

agent/models/AgentModeResolver.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

agent/simpleAgent.ts

Lines changed: 0 additions & 199 deletions
This file was deleted.

agent/turn/TurnContextBuilder.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

agent/turn/TurnLifecycleService.ts

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)