huanghuoguoguo
c9ef788072
Fix agent runner steering and lifecycle hardening
2026-06-13 17:46:50 +08:00
huanghuoguoguo
ae98254e89
docs: document litellm agent platform runner path
2026-06-13 17:46:50 +08:00
huanghuoguoguo
c10ce6cc2e
chore: commit workspace changes
2026-06-13 17:46:50 +08:00
huanghuoguoguo
d47de946ec
docs(agent-runner): sync EBA and harness resource docs
2026-06-13 17:46:31 +08:00
huanghuoguoguo
d81f687e94
docs: reconcile agent runner protocol status
2026-06-13 17:45:53 +08:00
huanghuoguoguo
e13a3b845c
refactor(agent-runner): make agent binding and auth snapshot explicit
2026-06-13 17:45:53 +08:00
huanghuoguoguo
dc4cf5711e
refactor(agent-runner): simplify event-first entry path
2026-06-13 17:45:53 +08:00
huanghuoguoguo
1384d328d6
refactor(agent-runner): align config with agent semantics
2026-06-13 17:45:14 +08:00
huanghuoguoguo
94c0adc8a1
docs(agent-runner): align runner protocol boundaries
2026-06-13 17:45:14 +08:00
huanghuoguoguo
da8e403172
docs(agent-runner): update pluginization design status
2026-06-13 17:44:44 +08:00
huanghuoguoguo
819a2843e7
refactor(agent-runner): tighten protocol v1 runtime boundaries
2026-06-13 17:44:44 +08:00
huanghuoguoguo
96fa9e1eeb
feat(agent-runner): align protocol adapter terminology
2026-06-13 17:44:44 +08:00
huanghuoguoguo
a968d7656b
docs(agent-runner): split protocol and context design
2026-06-13 17:44:44 +08:00
huanghuoguoguo
c1dc5e3970
fix(agent-runner): package context for plugin execution
2026-06-13 17:44:44 +08:00
huanghuoguoguo
bbbbc05201
feat(agent): reserve stable runner event names
2026-06-13 17:42:59 +08:00
huanghuoguoguo
752ac6e9d2
feat(agent-runner): enrich plugin runner host context
2026-06-13 17:42:59 +08:00
huanghuoguoguo
6ef40fbd68
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 17:41:37 +08:00
Junyan Qin
94d3ebf137
docs: record agent runner design decisions
2026-06-13 17:40:45 +08:00
Junyan Qin
90eb711a74
docs: design agent runner pluginization
2026-06-13 17:40:45 +08:00