huanghuoguoguo
fa31ddfe9c
Fix agent runner steering and lifecycle hardening
2026-06-13 00:31:54 +08:00
huanghuoguoguo
47f3da823a
docs: document litellm agent platform runner path
2026-06-13 00:31:54 +08:00
huanghuoguoguo
90fb7305d0
chore: commit workspace changes
2026-06-13 00:31:54 +08:00
huanghuoguoguo
818f5926cd
docs(agent-runner): sync EBA and harness resource docs
2026-06-13 00:31:14 +08:00
huanghuoguoguo
75cf36b0ae
docs: reconcile agent runner protocol status
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
b27e9c80cb
docs(agent-runner): align runner protocol boundaries
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
2fd2c6aadc
refactor(agent-runner): tighten protocol v1 runtime boundaries
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
1b35ca67c5
fix(agent-runner): package context for plugin execution
2026-06-13 00:27:09 +08:00
huanghuoguoguo
e5b511de8f
feat(agent): reserve stable runner event names
2026-06-13 00:26:44 +08:00
huanghuoguoguo
195d1a9c8e
feat(agent-runner): enrich plugin runner host context
2026-06-13 00:26:43 +08:00
huanghuoguoguo
790588fa22
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-13 00:26:43 +08:00
Junyan Qin
e1501f86c5
docs: record agent runner design decisions
2026-06-13 00:21:52 +08:00
Junyan Qin
92f9cd9626
docs: design agent runner pluginization
2026-06-13 00:21:52 +08:00