A demo project to make use of Crew AI's coding agents. The crew of agents work together to execute tasks and build a backend service for a simple user management API. The backend service is written in Python and utilises patterns from the Comsic Python resource.
The output from the LLM workflow lives in /output
. I was pleasantly surprised by the result. With further prompt refinement and more guardrails the resulting code would be even neater.
make run
: runs the Crew AI crew (equivelant tocrewai run
)make lint
: runs a Ruff check with fix + a Ruff format