Commit Graph

14 Commits

Author SHA1 Message Date
huanghuoguoguo
f86f12c3f2 docs: reconcile agent runner protocol status 2026-06-05 12:34:14 +08:00
huanghuoguoguo
121a736e6a fix(agent-runner): align plugin runner runtime boundaries 2026-06-05 09:35:17 +08:00
huanghuoguoguo
08c51118c5 refactor(agent-runner): make agent binding and auth snapshot explicit 2026-06-04 11:11:40 +08:00
huanghuoguoguo
a850127893 refactor(agent-runner): simplify event-first entry path 2026-06-04 11:11:40 +08:00
huanghuoguoguo
4d0a2b117a refactor(agent-runner): align config with agent semantics 2026-06-04 11:11:40 +08:00
huanghuoguoguo
8116acf462 refactor(agent-runner): remove host context windowing 2026-06-04 11:11:40 +08:00
huanghuoguoguo
99afe8e999 docs(agent-runner): document external MCP bridge 2026-06-04 11:11:39 +08:00
huanghuoguoguo
93febbb342 docs(agent-runner): align runner protocol boundaries 2026-06-04 11:11:39 +08:00
huanghuoguoguo
6afe8b67f8 docs(agent-runner): record codex runner smoke 2026-06-04 11:11:39 +08:00
huanghuoguoguo
13ff4fd9c1 docs(agent-runner): update pluginization design status 2026-06-04 11:11:39 +08:00
huanghuoguoguo
cc911cc413 feat(agent-runner): align protocol adapter terminology 2026-06-04 11:11:39 +08:00
huanghuoguoguo
9086f77cc5 docs(agent-runner): split protocol and context design 2026-06-04 11:11:39 +08:00
huanghuoguoguo
b5f08eb1d4 feat(agent-runner): enrich plugin runner host context 2026-06-04 11:11:39 +08:00
huanghuoguoguo
3812bd97eb 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-04 11:11:39 +08:00