Skip to content

gzrp/Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

安装依赖

# Python 版本: 3.10
pip install -r requirements.txt

启动程序

执行 agent_graph 中 graph_builder 中的 main 函数
                          +-----------+                           
                          | __start__ |                           
                          +-----------+                           
                                 *                                
                                 *                                
                                 *                                
                       +-----------------+                        
                       | classify_intent |                        
                       +-----------------+..                      
                          ..                ....                  
                        ..                      ....              
                      ..                            ....          
               +--------+                               ...       
               | detect |                                 .       
               +--------+                                 .       
                    *                                     .       
                    *                                     .       
                    *                                     .       
            +--------------+                              .       
            | generate_sql |                              .       
            +--------------+                              .       
                    *                                     .       
                    *                                     .       
                    *                                     .       
             +------------+                               .       
             | sql_router |                               .       
             +------------+                               .       
             ...          ..                              .       
            .               ..                            .       
          ..                  ..                          .       
+-------------+          +---------------+          +----------+  
| execute_sql |          | filter_result |          | llm_chat |  
+-------------+          +---------------+          +----------+  
                                       ***         ***            
                                          *       *               
                                           **   **                
                                        +---------+               
                                        | __end__ |               
                                        +---------+               

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages