Skip to content

feat(langchain): support async invoke & stream in langchain integration #4711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

shellmayr
Copy link
Member

@shellmayr shellmayr commented Aug 18, 2025

  • Support for ainvoke and astream in langchain integration

Closes TET-1019

Copy link

codecov bot commented Aug 18, 2025

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
24132 2 24130 2286
View the top 2 failed test(s) by shortest run time
tests.integrations.openai_agents.test_openai_agents::test_client_span_custom_model
Stack Traces | 0.002s run time
.../integrations/openai_agents/test_openai_agents.py:85: in test_agent_custom_model
    return Agent(
<string>:19: in __init__
    ???
.tox/py3.13-openai_agents-v0.2.9/lib/python3.13.../site-packages/agents/agent.py:284: in __post_init__
    raise TypeError(
E   TypeError: Agent model must be a string, Model, or None, got MagicMock
tests.integrations.openai_agents.test_openai_agents::test_client_span_custom_model
Stack Traces | 0.003s run time
.../integrations/openai_agents/test_openai_agents.py:85: in test_agent_custom_model
    return Agent(
<string>:19: in __init__
    ???
.tox/py3.10-openai_agents-v0.2.9/lib/python3.10.../site-packages/agents/agent.py:284: in __post_init__
    raise TypeError(
E   TypeError: Agent model must be a string, Model, or None, got MagicMock

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Copy link

linear bot commented Aug 25, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant