
🤗 Part of the Agent's Course from HuggingFace. Learn more at https://hf.co/learn/agents-course
Build a simple Agent Library to gasp the fundamentals learned in the AI Agents Architecture course provided by Hugging Face.
Build an run containers using docker compose
docker compose up --build notebook
Using
Justfile
this is a matter of runningjust build
and from there onjust dev
After working you can release resources using:
docker compose down
A Justfile is included!