Skip to content

Commit

Permalink
✨ Update check_match
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-shrestha committed Nov 30, 2023
1 parent 7add127 commit 8bd91ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bananalyzer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from bananalyzer.data.examples import get_all_examples
from bananalyzer.data.schemas import Example, GoalType
from bananalyzer.runner.agent_runner import AgentRunner
from bananalyzer.runner.evals import check_match

__all__ = ["AgentRunner", "GoalType", "Example", "get_all_examples"]
__all__ = ["AgentRunner", "GoalType", "Example", "get_all_examples", "check_match"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bananalyzer"
version = "0.6.8"
version = "0.6.9"

description = "Open source AI Agent evaluation framework for web tasks 🐒🍌"
authors = ["asim-shrestha <[email protected]>"]
Expand Down

0 comments on commit 8bd91ae

Please sign in to comment.