Commit Graph

14 Commits

Author SHA1 Message Date
huanghuoguoguo
75cf36b0ae docs: reconcile agent runner protocol status 2026-06-13 00:29:27 +08:00
huanghuoguoguo
e916c2e463 fix(agent-runner): align plugin runner runtime boundaries 2026-06-13 00:29:27 +08:00
huanghuoguoguo
3dc579feb3 refactor(agent-runner): make agent binding and auth snapshot explicit 2026-06-13 00:27:57 +08:00
huanghuoguoguo
86d5148534 refactor(agent-runner): simplify event-first entry path 2026-06-13 00:27:57 +08:00
huanghuoguoguo
efdc3678b1 refactor(agent-runner): align config with agent semantics 2026-06-13 00:27:10 +08:00
huanghuoguoguo
c351a3daed refactor(agent-runner): remove host context windowing 2026-06-13 00:27:10 +08:00
huanghuoguoguo
996a5f1c95 docs(agent-runner): document external MCP bridge 2026-06-13 00:27:10 +08:00
huanghuoguoguo
b27e9c80cb docs(agent-runner): align runner protocol boundaries 2026-06-13 00:27:10 +08:00
huanghuoguoguo
119fd9f482 docs(agent-runner): record codex runner smoke 2026-06-13 00:27:10 +08:00
huanghuoguoguo
9bdebcdc5a docs(agent-runner): update pluginization design status 2026-06-13 00:27:09 +08:00
huanghuoguoguo
f9e07df539 feat(agent-runner): align protocol adapter terminology 2026-06-13 00:27:09 +08:00
huanghuoguoguo
8b0f51641a docs(agent-runner): split protocol and context design 2026-06-13 00:27:09 +08:00
huanghuoguoguo
195d1a9c8e feat(agent-runner): enrich plugin runner host context 2026-06-13 00:26:43 +08:00
huanghuoguoguo
78e6b9866b feat(agent-runner): integrate AgentRunner Protocol v1 with plugin system
Phase 0 integration complete - verified minimal loop with local-agent stub runner.

Changes:
- Add AgentRunOrchestrator for plugin-based agent execution
- Add AgentResultNormalizer for Protocol v1 result conversion
- Add AgentRunnerDescriptor for runner ID parsing (plugin:author/name/runner)
- Update chat handler to use new orchestrator instead of direct runner lookup
- Add plugin handler methods for list_agent_runners and run_agent
- Add connector methods for AgentRunner protocol forwarding
- Update pipeline API to include runner options in metadata
- Add integration docs and implementation plan

Integration verified:
- Runner: plugin:langbot/local-agent/default
- Input: "你好"
- Output: [stub] Echo: 你好
- Date: 2026-05-10 10:09

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-13 00:25:06 +08:00