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
AGX1-378: wire workflow_now_if_in_workflow() into stream_langgraph_events so
Temporal callers get deterministic message timestamps, matching the pattern
used by the openai/litellm providers.
Deprecation alignment: remove runtime warnings.warn from
create_langgraph_tracing_handler (and unused import warnings) to match PR 4/6
pydantic-ai convention. Deprecation remains in docstrings on module, class,
and function. Callers under -W error are no longer broken.
Test alignment after rebase onto unified-harness-surface (b4b8b33):
- FakeStreamingModule.streaming_task_message_context in test_langgraph_async.py
and test_pydantic_ai_async.py updated to accept **kw (foundation now passes
created_at).
- Three "no tool spans for Full events" tests updated to assert the new
SpanDeriver behaviour: Full(ToolRequestContent) opens a span,
Full(ToolResponseContent) closes it.
- Two "accumulates all text" multi-step tests corrected to last-segment
semantics (auto_send resets final_text_parts on each new Start(TextContent)).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments