File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414
1515g_current_dir : str = os .path .dirname (os .path .abspath (__file__ ))
1616sys .path .append (g_current_dir )
17- sys .path .append (g_current_dir + "/../../" )
17+ # sys.path.append(g_current_dir + "/../../")
1818
1919from agent_connect .simple_node import SimpleNegotiationNode , RequesterSession
2020from agent_connect .app_protocols import RequesterBase
Original file line number Diff line number Diff line change 1414
1515g_current_dir : str = os .path .dirname (os .path .abspath (__file__ ))
1616sys .path .append (g_current_dir )
17- sys .path .append (g_current_dir + "/../../" )
17+ # sys.path.append(g_current_dir + "/../../")
1818
1919from agent_connect .simple_node import SimpleNegotiationNode , ProviderSession
2020from agent_connect .app_protocols import ProviderBase
Original file line number Diff line number Diff line change 1515import sys
1616g_current_dir : str = os .path .dirname (os .path .abspath (__file__ ))
1717sys .path .append (g_current_dir )
18- sys .path .append (g_current_dir + "/../../" )
18+ # sys.path.append(g_current_dir + "/../../")
1919
2020from agent_connect .utils .llm .base_llm import AzureLLM , BaseLLM
2121from agent_connect .utils .llm_output_processer import extract_code_from_llm_output
Original file line number Diff line number Diff line change 1313import sys
1414
1515sys .path .append (os .path .dirname (os .path .abspath (__file__ )))
16- sys .path .append (os .path .dirname (os .path .abspath (__file__ )) + "/../../" )
16+ # sys.path.append(os.path.dirname(os.path.abspath(__file__)) + "/../../")
1717
1818from agent_connect .simple_node import SimpleNode , SimpleNodeSession
1919from agent_connect .utils .log_base import set_log_color_level
Original file line number Diff line number Diff line change 1414import sys
1515
1616sys .path .append (os .path .dirname (os .path .abspath (__file__ )))
17- sys .path .append (os .path .dirname (os .path .abspath (__file__ )) + "/../../" )
17+ # sys.path.append(os.path.dirname(os.path.abspath(__file__)) + "/../../")
1818
1919from agent_connect .simple_node import SimpleNode , SimpleNodeSession
2020from agent_connect .utils .log_base import set_log_color_level
You can’t perform that action at this time.
0 commit comments