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
fix(sdk): add permissive policy and missing session options
Root cause: default permission decision is `Ask`, which requires a HITL
confirmation manager. Without one, all tool calls are rejected with
"Tool requires confirmation but no HITL confirmation manager configured".
Changes:
- Add `SessionOptions::with_permissive_policy()` convenience method
- Python SDK: expose permissive, planning, goal_tracking, max_parse_retries,
tool_timeout_ms, circuit_breaker_threshold kwargs on session()
- Node SDK: expose permissive, planning, goalTracking, maxParseRetries,
toolTimeoutMs, circuitBreakerThreshold on SessionOptions
- All 3 agentic_loop_demo examples now use permissive mode
0 commit comments