File size: 679 Bytes
9e75aee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
hierarchical-cognitive-framework/
β”‚
β”œβ”€β”€ README.md
β”œβ”€β”€ LICENSE
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ setup.py
β”œβ”€β”€ main.py
β”œβ”€β”€ config.yaml
β”œβ”€β”€ models/
β”‚   β”œβ”€β”€ master_agent.py
β”‚   β”œβ”€β”€ perception_agent.py
β”‚   β”œβ”€β”€ decision_agent.py
β”‚   └── action_agent.py
β”œβ”€β”€ agents/
β”‚   β”œβ”€β”€ base_agent.py
β”‚   β”œβ”€β”€ perception_module.py
β”‚   β”œβ”€β”€ decision_module.py
β”‚   └── action_module.py
β”œβ”€β”€ utils/
β”‚   β”œβ”€β”€ data_loader.py
β”‚   └── helper_functions.py
└── tests/
    β”œβ”€β”€ test_master_agent.py
    β”œβ”€β”€ test_perception_agent.py
    └── test_decision_agent.py