Skip to content

Commit

Permalink
chore(weave): allow importing annotation spec from weave
Browse files Browse the repository at this point in the history
  • Loading branch information
gtarpenning committed Jan 14, 2025
1 parent 6eb43d0 commit 41b44a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

from weave.flow.agent import Agent as Agent
from weave.flow.agent import AgentState as AgentState
from weave.flow.annotation_spec import AnnotationSpec
from weave.flow.dataset import Dataset
from weave.flow.eval import Evaluation, Scorer
from weave.flow.model import Model
Expand Down Expand Up @@ -40,4 +41,5 @@
MessagesPrompt,
Evaluation,
Scorer,
AnnotationSpec,
]

0 comments on commit 41b44a1

Please sign in to comment.