Skip to content

Commit

Permalink
docs: update todos
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 4, 2023
1 parent 18a1322 commit 2a5a0bf
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,29 @@ We use [Chocolate Factory](https://github.com/unit-mesh/chocolate-factory) to bu

![Unit Eval Overview](https://unitmesh.cc/uniteval/overview.png)

## Module

### Code Picker

> Code Picker is a tool that can pick the code from the real project, will generate the code unit, and then it will be
> the datasets to Fine-tuning the model.
- [ ] by History analysis for incremental learning
- [ ] Git history parser
- [ ] Incremental generate
- [ ] Code quality analysis
- [ ] Code quality metrics
- [ ] ArchGuard CodeDB metrics: [CodeDB](https://github.com/archguard/codedb)
- [ ] AST parser by [Chapi](https://github.com/phodal/chapi)

## Code Eval

> Code Eval is a tool that can evaluate the code quality of the AI code.
- [ ] Code eval
- [ ] Auto LLM Test by Chocolate Factory
- [ ] Config by YAML

## LICENSE

This code is distributed under the MPL 2.0 license. See `LICENSE` in this directory.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ rootProject.name = "UnitEval"
include("unit-core")
// picker code by rules
include("unit-picker")
// verify code by rules
include("unit-verify")
// eval output by rules
include("unit-eval")
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.unimesh.eval.verify
package org.unimesh.eval.eval

import com.github.ajalt.clikt.core.CliktCommand
import com.github.ajalt.clikt.parameters.options.option
Expand Down

0 comments on commit 2a5a0bf

Please sign in to comment.