Make simple_eval available as an LLM tool
Install this plugin in the same environment as LLM.
llm install llm-tools-simpleevalllm -T simple_eval "4444 * 233423" --tdTo set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd llm-tools-simpleeval
python -m venv venv
source venv/bin/activateNow install the dependencies and test dependencies:
python -m pip install -e '.[test]'To run the tests:
python -m pytest