Skip to content

EveryOneIsGross/hyperFLOW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

graph TD
    A[Flow Module] --> B(Task Module)
    B --> C(Agent Module)
    C --> D(Tool Module)
    D --> E(Resource Module)
    E --> D
    D --> C
    C --> B
    B --> A
    A --> F(Context)
    F --> A
    B --> F
    F --> B
    C --> F
    F --> C
    D --> F
    F --> D
Loading
┌──────────────────────────────────────────────────────────────────────┐
│                          Example Flow                                │
└──────────────────────────────────────────────────────────────────────┘
                                                                        
                        ┌─────────────────────┐                         
                        │     Start           │                         
                        └─────────────────────┘                         
                                  │                                     
                                  ▼                                     
                  ┌───────────────────────────────────┐                
                  │            Resources              │                
                  └───────────────────────────────────┘                
                         │                 │                           
             ┌───────────┼─────────┐ ┌─────┴────────────┐              
             │           │         │ │                  │              
             ▼           ▼         ▼ ▼                  ▼              
┌──────────────────┐ ┌──────────────────┐ ┌──────────────────────┐      
│ TextReaderTool   │ │ WebScraperTool   │ │SemanticFileSearchTool│      
└──────────────────┘ └──────────────────┘ └──────────────────────┘      
        │                    │                        │                 
        │                    │                        │                 
        ▼                    ▼                        ▼                 
┌──────────────────┐ ┌──────────────────┐ ┌──────────────────────┐      
│   Text Analysis  │ │   Web  Scraping  │ │    Semantic Search   │      
└──────────────────┘ └──────────────────┘ └──────────────────────┘      
        │                    │                        │                 
        │                    │                        │                 
        │                    │                        │                 
        └─────┐        ┌─────┘               ┌────────┘                 
              │        │                    │                          
              ▼        ▼                    ▼                          
        ┌──────────────────┐          ┌──────────────────────┐          
        │ Task: AnalyzeText│          │Task: Search Files    │          
        └──────────────────┘          └──────────────────────┘          
              │                                    │                    
              │                                    │                    
              ▼                                    ▼                    
        ┌──────────────────┐                 ┌────────────────────┐     
        │Researcher Agent  │                 │Semantic Searcher   │     
        └──────────────────┘                 │      Agent         │     
              │                              └────────────────────┘     
              │                                    │                    
              └─────────┐                  ┌───────┘                    
                        │                  │                           
                        ▼                  ▼                           
              ┌──────────────────┐ ┌────────────────────┐               
              │Output:txtAnalysis│ │Output:SearchResults│               
              └──────────────────┘ └────────────────────┘               
                        │                   │                           
                        └────────┐   ┌──────┘                           
                                 │   │                                  
                                 ▼   ▼                                  
                           ┌──────────────────┐                          
                           │Summarizer Agent  │                          
                           └──────────────────┘                          
                                 │                                       
                                 ▼                                       
                         ┌───────────────────┐                           
                         │       End         │                           
                         └───────────────────┘                           

About

a flow construction framework for agents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages