Showing
1 changed file
with
5 additions
and
0 deletions
| @@ -165,6 +165,11 @@ BettaFish/ | @@ -165,6 +165,11 @@ BettaFish/ | ||
| 165 | │ ├── ir/ # Report Intermediate Representation (IR) contract & validation | 165 | │ ├── ir/ # Report Intermediate Representation (IR) contract & validation |
| 166 | │ │ ├── schema.py # Block/mark schema constant definitions | 166 | │ │ ├── schema.py # Block/mark schema constant definitions |
| 167 | │ │ └── validator.py # Chapter JSON structure validator | 167 | │ │ └── validator.py # Chapter JSON structure validator |
| 168 | +│ ├── graphrag/ # GraphRAG graph building and search | ||
| 169 | +│ │ ├── graph_builder.py # Build graph from state JSON + forum logs | ||
| 170 | +│ │ ├── graph_storage.py # Graph object manager and graphrag.json I/O | ||
| 171 | +│ │ ├── query_engine.py # Keyword/type/depth query entry | ||
| 172 | +│ │ └── ... # Forum/state parsers, prompts, etc. | ||
| 168 | │ ├── nodes/ # Full workflow reasoning nodes | 173 | │ ├── nodes/ # Full workflow reasoning nodes |
| 169 | │ │ ├── base_node.py # Node base class + logging/state hooks | 174 | │ │ ├── base_node.py # Node base class + logging/state hooks |
| 170 | │ │ ├── template_selection_node.py # Template candidate collection and LLM selection | 175 | │ │ ├── template_selection_node.py # Template candidate collection and LLM selection |
-
Please register or login to post a comment