You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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