Skip to content

Commit 6909226

Browse files
authored
fix: add missing import to langchain agent (#124)
Signed-off-by: Magyari Sandor Szilard <sancyx@gmail.com>
1 parent f72a8c5 commit 6909226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integrations/agntcy-slim/agentic-apps/langchain_agent/langchain_agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
import argparse
1111
import slim_bindings
12+
import json
1213

1314

1415
async def run_agent(message, config, iterations):

0 commit comments

Comments
 (0)