Skip to content

Commit 95f0cfc

Browse files
authored
Merge pull request #156 from AnguseZhang/dev/zhouh
feat: add evaluation module and streamline multi-turn evaluation components
2 parents 8f34615 + fa15809 commit 95f0cfc

31 files changed

Lines changed: 897 additions & 2980 deletions

.github/workflows/pr-auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
'docs': 'documentation',
3434
'readme': 'documentation',
3535
'chore': 'chore',
36-
'bump': 'dependencies',
36+
'build': 'dependencies',
3737
'dependabot': 'dependencies',
3838
'upgrade': 'dependencies',
3939
'security': 'security',

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
__pycache__/
33
matmaster.egg-info/
44
.vscode/
5+
.DS_Store
56

67
build/**
78
.env
@@ -19,3 +20,4 @@ llm_contents_report.json
1920
evalate_threads/evaluate.py
2021
evalate_threads/quick_test.py
2122
evalate_threads/test_adk_intergration.py
23+
evaluation_results.json

evaluate/base.py

Lines changed: 0 additions & 101 deletions
This file was deleted.

evaluate/base/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)