yanniedog / Autocrew

Automatically create a crew and tasks for CrewAI
Creative Commons Zero v1.0 Universal
184 stars 35 forks source link

Update CrLF on all py files, second part is move from csv to json. #36

Closed iplayfast closed 9 months ago

iplayfast commented 9 months ago

no changes other then line endings. (it looks like a lot but no code was actually changed).

iplayfast commented 9 months ago

Reverted back to yanniedog's and then added his changes, then fixed crlfs.

iplayfast commented 9 months ago

csv to json part of merge

yanniedog commented 9 months ago

Just wanted to let you know I'm still working on this. I'll push a forked version of what I'm working on at the moment. I'm trying to get an feel for whether the results are actually better with JSON or CSV. Not sure yet. The LLM always seems to find creative ways to mess up the structure

yanniedog commented 9 months ago

Work in progress:

https://github.com/yanniedog/autocrew/tree/JSON-experimental

yanniedog commented 9 months ago

Urgh... making the conversion from CSV to JSON is proving a bit more difficult than expected

yanniedog commented 9 months ago

I can't accept this PR into main at the moment because it's too unstable. However, I'm moving the PR into this branch: https://github.com/yanniedog/autocrew/tree/testing