MCPcopy Index your code
hub / github.com/SkyworkAI/DeepResearchAgent / run

Function run

tests/test_react.py:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36# 5) 流式事件(观察工具调用与思考过程的事件流)
37async def run():
38 async for ev in graph.astream_events(
39 {"messages": [("user", "再算 7+8")]},
40 version="v2"
41 ):
42 print(ev["event"], ev.get("data", ""))
43
44asyncio.run(run())

Callers 1

test_react.pyFile · 0.70

Calls 2

printFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected