|
My Project
|
Namespaces | |
| namespace | lg_agent |
| namespace | lg_agent.insertion_helper_graph |
Functions | |
| InsertionHelperOutput | lg_agent.insertion_helper_graph.format_insertion_output (InsertionHelperState state) |
| lg_agent.insertion_helper_graph.tool_route (InsertionHelperState state) | |
Variables | |
| lg_agent.insertion_helper_graph.PARENT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) | |
| lg_agent.insertion_helper_graph.CONFIG_PATH = os.path.join(PARENT_DIR, "config.json") | |
| lg_agent.insertion_helper_graph.CONFIG = json.load(f) | |
| lg_agent.insertion_helper_graph.LOOP_CONFIG = CONFIG["loop_limits"] | |
| lg_agent.insertion_helper_graph.tool_node = ToolNode(insertion_tools) | |
| lg_agent.insertion_helper_graph.graph_builder = StateGraph(InsertionHelperState, output_schema=InsertionHelperOutput) | |
| lg_agent.insertion_helper_graph.insertion_graph = graph_builder.compile() | |