awesome-llm-apps icon indicating copy to clipboard operation
awesome-llm-apps copied to clipboard

Added Automated Code Generation AI Agent Tutorial

Open Sakalya100 opened this issue 1 year ago • 12 comments
trafficstars

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 avatar Nov 05 '24 07:11 Sakalya100

@Sakalya100 Hello , the code files are not properly push in PR.

sanketshinde3001 avatar Nov 05 '24 07:11 sanketshinde3001

What's the issue?

Shubhamsaboo avatar Nov 05 '24 07:11 Shubhamsaboo

There is nested Git repository in it.

sanketshinde3001 avatar Nov 05 '24 07:11 sanketshinde3001

@sanketshinde3001 Apologies for the issue. I have fixed it and pushed the proper changes

Sakalya100 avatar Nov 05 '24 07:11 Sakalya100

I see it now. Will test and if it's good will merge.

Shubhamsaboo avatar Nov 05 '24 07:11 Shubhamsaboo

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?

Shubhamsaboo avatar Nov 24 '24 16:11 Shubhamsaboo

@Sakalya100 any update on this?

Shubhamsaboo avatar Nov 29 '24 03:11 Shubhamsaboo

@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

Madhuvod avatar Nov 29 '24 18:11 Madhuvod

@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

Sakalya100 avatar Nov 30 '24 04:11 Sakalya100

@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

Sakalya100 avatar Dec 02 '24 18:12 Sakalya100

@Madhuvod can you please review the PR?

Shubhamsaboo avatar Dec 05 '24 17:12 Shubhamsaboo

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

Madhuvod avatar Dec 26 '24 04:12 Madhuvod