Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
马一丁
2025-12-20 13:34:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
30c8953d31779fe13abed1619a67dd3f7aec524b
30c8953d
1 parent
82021413
Update README-EN.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
README-EN.md
README-EN.md
View file @
30c8953
...
...
@@ -165,6 +165,11 @@ BettaFish/
│ ├── ir/ # Report Intermediate Representation (IR) contract & validation
│ │ ├── schema.py # Block/mark schema constant definitions
│ │ └── validator.py # Chapter JSON structure validator
│ ├── graphrag/ # GraphRAG graph building and search
│ │ ├── graph_builder.py # Build graph from state JSON + forum logs
│ │ ├── graph_storage.py # Graph object manager and graphrag.json I/O
│ │ ├── query_engine.py # Keyword/type/depth query entry
│ │ └── ... # Forum/state parsers, prompts, etc.
│ ├── nodes/ # Full workflow reasoning nodes
│ │ ├── base_node.py # Node base class + logging/state hooks
│ │ ├── template_selection_node.py # Template candidate collection and LLM selection
...
...
Please
register
or
login
to post a comment