Files
William Fu-Hinthorn eca0c69c76 First Commit
2025-02-20 12:29:31 -08:00

13 lines
257 B
Python

import pytest
from react_agent import graph
@pytest.mark.asyncio
@pytest.mark.langsmith
async def test_react_agent_simple_passthrough() -> None:
# Add your own tests here.
await graph.ainvoke(
{"messages": [("user", "Hi there!")]},
)