awesome-llm-apps
awesome-llm-apps copied to clipboard
Added Automated Code Generation AI Agent Tutorial
I am opening this PR to contribute an AI Agent tutorial to UnwindAI. I came across the post by @Shubhamsaboo about the contribution to get an opportunity at the company.
This PR introduces Autotabml, an Agentic Code Generation application for Tabular data. It uses CrewAI for the Agentic Framework.
PR Checklist
- [x] Code files
- [x] requirements.txt file
- [x] Detailed ReadMe with Demo
Let me know how this looks! I am eager to connect and know more about UnwindAI
@Sakalya100 Hello , the code files are not properly push in PR.
What's the issue?
There is nested Git repository in it.
@sanketshinde3001 Apologies for the issue. I have fixed it and pushed the proper changes
I see it now. Will test and if it's good will merge.
Gives me this error: ValidationError: 1 validation error for Crew verbose Input should be a valid boolean, unable to interpret input [type=bool_parsing, input_value=2, input_type=int] For further information visit https://errors.pydantic.dev/2.9/v/bool_parsing
Also, do you mind adding a simple example video of how to best use this app?
@Sakalya100 any update on this?
@Sakalya100 can you make your pr successful and resolve the bugs? or at least give us a video demo of it if you're facing a problem with fixing the bugs. I can help
@Shubhamsaboo @Madhuvod I will be resolving this. I was actually not available due to some personal work. I will be resolving the issues and provide a complete demo of how to use the app
@Shubhamsaboo @Madhuvod I have updated the code and fixed the bugs. Actually CrewAI went through some changes and hence there were some minute changes in the code like verbose=2 instead of verbose=True was causing the validation error
And here is the demo of using the app: https://www.veed.io/view/498eece3-7d02-480b-a654-c7e4150ee4e1?panel=share
@Madhuvod can you please review the PR?
hey @Sakalya100 sorry for the delayed response. so the project looks great but can you please remove the sample data, license and other unnecessary files and make it clean - just the main.py file (single python script), README.md and requirements.txt. You can add the demo in the readme too, just look at other projects in the repo for reference - and then I can merge your project