Skip to content

Commit 1f3e7fc

Browse files
abrichrclaude
andcommitted
feat: add openadapt-ml dependency for annotation pipeline
The annotate command imports prompt templates, data classes, and VLM provider wrappers from openadapt-ml. Added as dependency with local path source in [tool.uv.sources]. TODO: migrate annotation code into openadapt-evals to eliminate this cross-repo dependency. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 947eaba commit 1f3e7fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies = [
4141
"openai>=1.0.0",
4242
"anthropic>=0.76.0",
4343
"consilium>=0.1.0",
44+
"openadapt-ml>=0.11.0", # TODO: migrate annotation code into this repo
4445
]
4546

4647
[project.optional-dependencies]

0 commit comments

Comments
 (0)