From 2f6cfa76ea04e5a72c88b4060d7e519f127a8b94 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Tue, 5 Dec 2023 13:40:32 +0800 Subject: [PATCH] docs: update todos --- README.md | 12 +++++++++++- docs/adr/0001-code-completion-strategy.md | 6 +++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e161b890..c67a9adb 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,18 @@ AutoDev [#54](https://github.com/unit-mesh/auto-dev/issues/56) > Code Eval is a tool that can evaluate the code quality of the AI code. - [ ] Code eval + - [ ] EvalScript based on PromptScript - [ ] Auto LLM Test by Chocolate Factory -- [ ] Config by YAML +- [ ] Eval Units +- [ ] Language support by [Chapi](https://github.com/phodal/chapi) + and [ArchGuard](https://github.com/archguard/archguard) API + - [ ] Java + - [ ] Kotlin + - [ ] TypeScript/JavaScript + - [ ] Python + - [ ] Golang +- [ ] Language support by TreeSitter + - [ ] C/C++ ? ## LICENSE diff --git a/docs/adr/0001-code-completion-strategy.md b/docs/adr/0001-code-completion-strategy.md index 3af0ca42..b6ab40c5 100644 --- a/docs/adr/0001-code-completion-strategy.md +++ b/docs/adr/0001-code-completion-strategy.md @@ -20,12 +20,12 @@ 微调数据策略与格式: -- 补全代码选择 +- 补全代码模式 - 基于单文件历史的代码补全 -- 特定模式选择 +- 特定补全模式 - 上下文绑定的代码 - Comments Completion - - 基于注释的代码补全 + - 基于注释的代码补全:提交信息补全 + 机器学习补全 微调评估方式: