Skip to content

3.8.0

Choose a tag to compare

@rgonalo rgonalo released this 13 Mar 10:05
· 8 commits to master since this release
80e4764
  • Add pyproject.toml file for packaging and publishing Toolium
  • Configure ruff for linting and formatting files, replacing flake8 and black
  • Add text analysis tool to get an overall match of a text against a list of expected characteristics using AI libraries that come with the ai extra dependency
  • Add langgraph methods to create a ReAct AI agent to test the behavior of other AI agents or LLMs
  • Add llm-as-a-judge methods to use an LLM to evaluate the answer of another LLM and give a similarity score based on the user's question and a reference answer