-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Automated Code Generation AI Agent Tutorial #24
base: main
Are you sure you want to change the base?
Conversation
@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? |
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
Let me know how this looks! I am eager to connect and know more about UnwindAI