[PR #91] [CLOSED] AI SDE Agent #9103

Closed
opened 2026-06-10 01:32:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/91
Author: @Madhuvod
Created: 1/17/2025
Status: Closed

Base: mainHead: sde-kit


📝 Commits (3)

📊 Changes

11 files changed (+398 additions, -0 deletions)

View changed files

ai_agent_tutorials/ai_sde_agent/README.md (+1 -0)
ai_agent_tutorials/ai_sde_agent/main.py (+0 -0)
ai_agent_tutorials/ai_sde_agent/requirements.txt (+5 -0)
ai_agent_tutorials/ai_sde_agent/sde-agent/agent/.env (+0 -0)
ai_agent_tutorials/ai_sde_agent/sde-agent/agent/__init__.py (+1 -0)
ai_agent_tutorials/ai_sde_agent/sde-agent/agent/agent.py (+80 -0)
ai_agent_tutorials/ai_sde_agent/sde-agent/agent/benchmark.py (+58 -0)
ai_agent_tutorials/ai_sde_agent/sde-agent/agent/inputs.py (+78 -0)
ai_agent_tutorials/ai_sde_agent/sde-agent/agent/main.py (+61 -0)
ai_agent_tutorials/ai_sde_agent/sde-agent/agent/prompts.py (+69 -0)
ai_agent_tutorials/ai_sde_agent/sde-agent/agent/tools.py (+45 -0)

📄 Description

No description provided


🔄 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/91 **Author:** [@Madhuvod](https://github.com/Madhuvod) **Created:** 1/17/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sde-kit` --- ### 📝 Commits (3) - [`095b58b`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/095b58b6ba393564be6946652e7dd9e2499834a2) AI SDE Agent - [`1077094`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/10770946da21fc5f6eeffd2799ccd811d79d4d72) composio additions - [`bc9e423`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/bc9e42382293d73087d76c91e92ac4fbb55525d2) composio additions1 ### 📊 Changes **11 files changed** (+398 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ai_agent_tutorials/ai_sde_agent/README.md` (+1 -0) ➕ `ai_agent_tutorials/ai_sde_agent/main.py` (+0 -0) ➕ `ai_agent_tutorials/ai_sde_agent/requirements.txt` (+5 -0) ➕ `ai_agent_tutorials/ai_sde_agent/sde-agent/agent/.env` (+0 -0) ➕ `ai_agent_tutorials/ai_sde_agent/sde-agent/agent/__init__.py` (+1 -0) ➕ `ai_agent_tutorials/ai_sde_agent/sde-agent/agent/agent.py` (+80 -0) ➕ `ai_agent_tutorials/ai_sde_agent/sde-agent/agent/benchmark.py` (+58 -0) ➕ `ai_agent_tutorials/ai_sde_agent/sde-agent/agent/inputs.py` (+78 -0) ➕ `ai_agent_tutorials/ai_sde_agent/sde-agent/agent/main.py` (+61 -0) ➕ `ai_agent_tutorials/ai_sde_agent/sde-agent/agent/prompts.py` (+69 -0) ➕ `ai_agent_tutorials/ai_sde_agent/sde-agent/agent/tools.py` (+45 -0) </details> ### 📄 Description _No description provided_ --- <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-06-10 01:32:08 -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#9103