2025-05-08 13:48:39 -07:00
|
|
|
from langgraph.pregel import Pregel
|
2024-09-13 16:28:17 -07:00
|
|
|
|
2025-05-08 13:48:39 -07:00
|
|
|
from agent.graph import graph
|
2024-09-13 16:28:17 -07:00
|
|
|
|
2025-05-08 13:48:39 -07:00
|
|
|
|
|
|
|
|
def test_placeholder() -> None:
|
|
|
|
|
# TODO: You can add actual unit tests
|
|
|
|
|
# for your graph and other logic here.
|
|
|
|
|
assert isinstance(graph, Pregel)
|