You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: integrate AHP harness into SDK and core (v1.2.2)
- core: add `hook_executor` field to `SessionOptions` and `with_hook_executor()` builder
- core: `AgentSession` stores `ahp_executor`; `build_agent_loop()` prefers it over built-in `HookEngine`
- sdk/python: add `HarnessServer` class and `harness_server` field on `SessionOptions`; dispatch to `AhpHookExecutor::spawn()` in `build_rust_session_options()`
- sdk/node: add `HarnessServer` class and `harnessServer` field on `SessionOptions`; dispatch to `AhpHookExecutor::spawn()` in `js_session_options_to_rust()`
- both SDKs: depend on `a3s-ahp` crate for `AhpHookExecutor`
0 commit comments