watch:
	watchexec -ce py,lark,ag -i gen 'just run'

fmt:
    pipenv run black .

run:
    mypy *.py
    python agmain.py
    mypy gen/*.py