[PR #171] [MERGED] feature : multi-agent breakup recovery #8629

Closed
opened 2026-06-08 05:12:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/171
Author: @priyanshm07
Created: 3/29/2025
Status: Merged
Merged: 4/8/2025
Merged by: @Shubhamsaboo

Base: mainHead: ai-breakup-recovery-agent-team


📝 Commits (6)

  • c9369ba feature : multiagent breakup recovery
  • 3735946 fix : Readme, requirements.txt added
  • a25e103 update : multi-agent with file ss upload
  • f41c358 fix : files cleaned
  • a18167e fix : requirements.txt updated
  • 4027a14 fix : README.md fixed

📊 Changes

5 files changed (+391 additions, -0 deletions)

View changed files

ai_agent_tutorials/ai_breakup_recovery_agent/README.md (+107 -0)
ai_agent_tutorials/ai_breakup_recovery_agent/agents.py (+124 -0)
ai_agent_tutorials/ai_breakup_recovery_agent/app.py (+89 -0)
ai_agent_tutorials/ai_breakup_recovery_agent/image_input.py (+62 -0)
ai_agent_tutorials/ai_breakup_recovery_agent/requirements.txt (+9 -0)

📄 Description

  1. Multi-agent using agno
  2. therapist_agent(), closure_agent(), routine_agent(), honesty_agent()

🔄 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/171 **Author:** [@priyanshm07](https://github.com/priyanshm07) **Created:** 3/29/2025 **Status:** ✅ Merged **Merged:** 4/8/2025 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `ai-breakup-recovery-agent-team` --- ### 📝 Commits (6) - [`c9369ba`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/c9369baacda54130498c0cd6b6d35d6a091cd9f8) feature : multiagent breakup recovery - [`3735946`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/3735946ad0bf19100b16fa6fc8ffae9df516d1d4) fix : Readme, requirements.txt added - [`a25e103`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/a25e103189b6ee9eb75199db31bab40be1dc9152) update : multi-agent with file ss upload - [`f41c358`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/f41c3582b9e12ae6016162df43e5862f8932195c) fix : files cleaned - [`a18167e`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/a18167ec16ee2e5b3d5018ef941efdfa5406e448) fix : requirements.txt updated - [`4027a14`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/4027a14fec8650a8a1ec1a5ab119bde4efd22e34) fix : README.md fixed ### 📊 Changes **5 files changed** (+391 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ai_agent_tutorials/ai_breakup_recovery_agent/README.md` (+107 -0) ➕ `ai_agent_tutorials/ai_breakup_recovery_agent/agents.py` (+124 -0) ➕ `ai_agent_tutorials/ai_breakup_recovery_agent/app.py` (+89 -0) ➕ `ai_agent_tutorials/ai_breakup_recovery_agent/image_input.py` (+62 -0) ➕ `ai_agent_tutorials/ai_breakup_recovery_agent/requirements.txt` (+9 -0) </details> ### 📄 Description 1. Multi-agent using agno 2. therapist_agent(), closure_agent(), routine_agent(), honesty_agent() --- <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-08 05:12:43 -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#8629