huanghuoguoguo
f92029e245
docs(agent-runner): sync EBA and harness resource docs
2026-06-09 10:04:49 +08:00
huanghuoguoguo
f86f12c3f2
docs: reconcile agent runner protocol status
2026-06-05 12:34:14 +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
93febbb342
docs(agent-runner): align runner protocol boundaries
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
ab96070036
refactor(agent-runner): tighten protocol v1 runtime boundaries
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
275a6d44d6
fix(agent-runner): package context for plugin execution
2026-06-04 11:11:39 +08:00
huanghuoguoguo
7c7e517ac6
feat(agent): reserve stable runner event names
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
47b1890a4b
perf(agent-runner): improve session registry and orchestrator efficiency
...
- Add pre-computed _authorized_ids (frozenset) at session registration for O(1) lookup
- Refactor is_resource_allowed() from linear search to set membership check
- Add thread-safe locking to get_session_registry() singleton
- Cache _session_registry and _state_store references in orchestrator __init__
- Add asyncio.gather() for parallel resource building in AgentResourceBuilder
- Create shared test fixtures in tests/unit_tests/agent/conftest.py
- Update test files to import from shared conftest.py
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-04 11:11:39 +08:00
Junyan Qin
98bbdf268f
docs: record agent runner design decisions
2026-06-04 11:11:38 +08:00
Junyan Qin
7c1ff5b841
docs: design agent runner pluginization
2026-06-04 11:11:38 +08:00