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(agents,examples): spawn-safety + main-guards, model ids, server URLs; add run-all harness
GPTAssistantAgent's assistant tool becomes a module-level picklable callable (spawn-safe). Examples: add if-__main__ guards to stateful/looping workers (75/76/82/83/84), hoist <locals> tools to module level (92, 16g) and make 82 spawn-safe (env-shared IPC + client rebuild), use settings.llm_model in 58, read server URL from env in the schedule examples, add missing 'import sys' (72/73). Adds run_all_examples.py harness and gitignores its generated report + coding-agent output.
0 commit comments