This is repo contains code exploring the use of HuggingFace agents. Reusable code is in the src folder. Example usage is in the agent_testing.ipynb jupyter notebook. To run the Notebook, Begin by creating the environment.
conda env create -f environment.yml
Next activate the environment.
conda activate hf_agents
Finally start jupyter lab to interact with the notebook.
jupyter lab