feat: initial commit - Dota 2 egui overlay with GSI, OpenDota API, SQLite cache and recommendation engine

Made-with: Cursor
This commit is contained in:
voson
2026-03-26 23:52:12 +08:00
commit 975dc748a3
25 changed files with 4954 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
"dota2-assistant"
{
"uri" "http://127.0.0.1:3000"
"timeout" "5.0"
"buffer" "0.1"
"throttle" "0.5"
"heartbeat" "30.0"
"data"
{
"draft" "1"
"hero" "1"
"abilities" "1"
"items" "1"
"map" "1"
"player" "1"
"provider" "1"
}
}