mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-17 08:22:34 -05:00
[PR #91] [CLOSED] AI SDE Agent #4359
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/91
Author: @Madhuvod
Created: 1/17/2025
Status: ❌ Closed
Base:
main← Head:sde-kit📝 Commits (3)
095b58bAI SDE Agent1077094composio additionsbc9e423composio additions1📊 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.