[PR #24] [CLOSED] Added Automated Code Generation AI Agent Tutorial #469

Closed
opened 2026-04-15 06:54:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/24
Author: @Sakalya100
Created: 11/5/2024
Status: Closed

Base: mainHead: main


📝 Commits (3)

  • 8d37830 Added Automated Code Generation AI Agent
  • 863eddb Added AI tutorial for Coding Agent
  • ff894d4 Updated and fixed the issues in Agent code

📊 Changes

10 files changed (+1581 additions, -0 deletions)

View changed files

ai_agent_tutorials/ai_coding_agent/.gitignore (+162 -0)
ai_agent_tutorials/ai_coding_agent/LICENSE (+21 -0)
ai_agent_tutorials/ai_coding_agent/README.md (+98 -0)
ai_agent_tutorials/ai_coding_agent/Sample Data/housing_regression.csv (+546 -0)
ai_agent_tutorials/ai_coding_agent/Sample Data/iris_classification.csv (+151 -0)
ai_agent_tutorials/ai_coding_agent/Sample Data/iris_na_classification.csv (+151 -0)
ai_agent_tutorials/ai_coding_agent/app.py (+285 -0)
ai_agent_tutorials/ai_coding_agent/autotabml_agents.py (+90 -0)
ai_agent_tutorials/ai_coding_agent/autotabml_tasks.py (+66 -0)
ai_agent_tutorials/ai_coding_agent/requirements.txt (+11 -0)

📄 Description

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

  • Code files
  • requirements.txt file
  • Detailed ReadMe with Demo

Let me know how this looks! I am eager to connect and know more about UnwindAI


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/24 **Author:** [@Sakalya100](https://github.com/Sakalya100) **Created:** 11/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`8d37830`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/8d37830dd6cd78b20757e937b8672712be0d76c6) Added Automated Code Generation AI Agent - [`863eddb`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/863eddb24f13580a3d48cc244461b9f59e2956a8) Added AI tutorial for Coding Agent - [`ff894d4`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/ff894d47a8fbb81f066572361b89db3d866f5fc1) Updated and fixed the issues in Agent code ### 📊 Changes **10 files changed** (+1581 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ai_agent_tutorials/ai_coding_agent/.gitignore` (+162 -0) ➕ `ai_agent_tutorials/ai_coding_agent/LICENSE` (+21 -0) ➕ `ai_agent_tutorials/ai_coding_agent/README.md` (+98 -0) ➕ `ai_agent_tutorials/ai_coding_agent/Sample Data/housing_regression.csv` (+546 -0) ➕ `ai_agent_tutorials/ai_coding_agent/Sample Data/iris_classification.csv` (+151 -0) ➕ `ai_agent_tutorials/ai_coding_agent/Sample Data/iris_na_classification.csv` (+151 -0) ➕ `ai_agent_tutorials/ai_coding_agent/app.py` (+285 -0) ➕ `ai_agent_tutorials/ai_coding_agent/autotabml_agents.py` (+90 -0) ➕ `ai_agent_tutorials/ai_coding_agent/autotabml_tasks.py` (+66 -0) ➕ `ai_agent_tutorials/ai_coding_agent/requirements.txt` (+11 -0) </details> ### 📄 Description 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 06:54:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#469