/
ncit
/
coderagsystem
Обзор
Документация
Войти
/
ncit
/
coderagsystem
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
codex/rag-codegraph-patterns
tests/eval/codegraph_public_repos.jsonl
7 строк
3 KB
ncit
Add CodeGraph-style graph navigation tools
07 июн 2026, 13:10
07 июн 2026, 13:10
9a5a8c4
Код
Авторство
О чём код?
{"task_id":"cg-vscode-extension-host","repo_url":"https://github.com/microsoft/vscode.git","language":"typescript","query":"How does the extension host communicate with the main process?","expected_files":["src/vs/workbench/services/extensions/common/extensionHostProtocol.ts","src/vs/workbench/services/extensions/electron-sandbox/localProcessExtensionHost.ts","src/vs/workbench/api/common/extHost.protocol.ts"],"min_recall":0.34,"category":"architecture_flow"} {"task_id":"cg-excalidraw-render","repo_url":"https://github.com/excalidraw/excalidraw.git","language":"typescript","query":"How does Excalidraw render and update canvas elements?","expected_files":["packages/excalidraw/renderer/renderScene.ts","packages/excalidraw/element/types.ts","packages/excalidraw/components/App.tsx"],"min_recall":0.34,"category":"architecture_flow"} {"task_id":"cg-django-orm-queryset","repo_url":"https://github.com/django/django.git","language":"python","query":"How does Django's ORM build and execute a query from a QuerySet?","expected_files":["django/db/models/query.py","django/db/models/sql/query.py","django/db/models/sql/compiler.py"],"min_recall":0.67,"category":"architecture_flow"} {"task_id":"cg-tokio-scheduler","repo_url":"https://github.com/tokio-rs/tokio.git","language":"rust","query":"How does tokio schedule and run async tasks on its runtime?","expected_files":["tokio/src/runtime/scheduler","tokio/src/runtime/task","tokio/src/runtime/runtime.rs"],"min_recall":0.34,"category":"architecture_flow"} {"task_id":"cg-okhttp-interceptors","repo_url":"https://github.com/square/okhttp.git","language":"kotlin_java","query":"How does OkHttp process a request through its interceptor chain?","expected_files":["okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealCall.kt","okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http/RealInterceptorChain.kt","okhttp/src/commonJvmAndroid/kotlin/okhttp3/Interceptor.kt"],"min_recall":0.67,"category":"architecture_flow"} {"task_id":"cg-gin-middleware","repo_url":"https://github.com/gin-gonic/gin.git","language":"go","query":"How does gin route requests through its middleware chain?","expected_files":["gin.go","routergroup.go","context.go"],"min_recall":0.67,"category":"architecture_flow"} {"task_id":"cg-alamofire-request","repo_url":"https://github.com/Alamofire/Alamofire.git","language":"swift","query":"How does Alamofire build, send, and validate a request?","expected_files":["Source/Core/Session.swift","Source/Core/DataRequest.swift","Source/Features/Validation.swift"],"min_recall":0.67,"category":"architecture_flow"}