File tree Expand file tree Collapse file tree 3 files changed +3
-120
lines changed
Expand file tree Collapse file tree 3 files changed +3
-120
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ langdetect
1010langgraph
1111langsmith
1212
13+ lf_toolkit [ipc ] @ git+https://github.com/lambda-feedback/toolkit-python.git@main
1314pytest
Original file line number Diff line number Diff line change 1+ import time
12from typing import Any
3+ from lf_toolkit .chat import ChatResult as Result , ChatParams as Params
24
35try :
4- from .module_response import Result , Params
56 from .agents .utils .parse_json_to_prompt import parse_json_to_prompt
67 from .agents .base_agent .base_agent import invoke_base_agent
78except ImportError :
8- from src .module_response import Result , Params
99 from src .agents .utils .parse_json_to_prompt import parse_json_to_prompt
1010 from src .agents .base_agent .base_agent import invoke_base_agent
11- import time
1211
1312def chat_module (message : Any , params : Params ) -> Result :
1413 """
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments