We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998e3e9 commit 6e4cc04Copy full SHA for 6e4cc04
examples/demos/procurement_agent/project/workflow.py
@@ -19,9 +19,9 @@
19
ShipmentArrivedSiteEvent,
20
ShipmentDepartedFactoryEvent,
21
)
22
+from agentex.lib.utils.logging import make_logger
23
from agentex.types.data_content import DataContent
24
from agentex.types.text_content import TextContent
-from agentex.lib.utils.logging import make_logger
25
from project.utils.summarization import (
26
should_summarize,
27
find_last_summary_index,
0 commit comments