news-agent / Justfile
LeoBorai's picture
feat: capability to retrieve news and parse them to extract details
a84fafb
raw
history blame contribute delete
116 Bytes
default:
just --list
run:
docker build --tag 'ai-agents-course' .
docker run -p 7860:7860 'ai-agents-course'