No description
Find a file
2026-03-18 19:49:04 -06:00
zed_workouts django framework to run in docker w standalone mysql instance 2026-03-18 19:49:04 -06:00
.gitignore Initial commit 2026-03-16 21:22:32 -06:00
docker-compose.yml django framework to run in docker w standalone mysql instance 2026-03-18 19:49:04 -06:00
Dockerfile django framework to run in docker w standalone mysql instance 2026-03-18 19:49:04 -06:00
LICENSE Initial commit 2026-03-16 21:22:32 -06:00
README.md intial commit 2026-03-17 19:17:22 -06:00
requirements.txt django framework to run in docker w standalone mysql instance 2026-03-18 19:49:04 -06:00

zed_workouts

Test a new coding workflow. Want to try and use a local LLM to facilitate coding a django based workout webpage to track and store workouts in MySQL db. Implemented qwen2.57b-instruct-q4_K-M with Zed Agent to develop code. Tried some other agents and this is the first one I was able to get to respond with proper tool calls.