[PR #74] [CLOSED] Added AI BlackJack Game folder with Autogen Agents (yet to complete) #140

Closed
opened 2025-11-06 14:56:56 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: ai-blackjack-autogen


📝 Commits (8)

  • 610598b Added AI BlackJack Game folder with Autogen Agents
  • d90578c few readme requirements.txt additions
  • 9e4df04 better prompts
  • 68f057f more functioning code
  • 48700d2 Added AI BlackJack Game folder with Autogen Agents
  • 35a049b Merge branch 'Shubhamsaboo:main' into ai-blackjack-autogen
  • 462b7e3 Merge branch 'Shubhamsaboo:main' into ai-blackjack-autogen
  • 6dc6a7f Merge branch 'Shubhamsaboo:main' into ai-blackjack-autogen

📊 Changes

3 files changed (+200 additions, -0 deletions)

View changed files

ai_agent_tutorials/ai_blackjack_game/README.md (+33 -0)
ai_agent_tutorials/ai_blackjack_game/ai_blackjack_agent.py (+163 -0)
ai_agent_tutorials/ai_blackjack_game/requirements.txt (+4 -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/74 **Author:** [@Madhuvod](https://github.com/Madhuvod) **Created:** 1/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ai-blackjack-autogen` --- ### 📝 Commits (8) - [`610598b`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/610598bd06417edd569d0681b72b0de533497ed7) Added AI BlackJack Game folder with Autogen Agents - [`d90578c`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/d90578cad2a5ba488ce725dfe7232b55d57bc007) few readme requirements.txt additions - [`9e4df04`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/9e4df046b8e8dc711829bce58f87573a179cc6a1) better prompts - [`68f057f`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/68f057f1b8ce58719d33521bac34fc98bae1f627) more functioning code - [`48700d2`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/48700d21f09e0febec6b4a7fc82f99852667c58f) Added AI BlackJack Game folder with Autogen Agents - [`35a049b`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/35a049b9ede16e6ba9f86e6c8b77b108d460340c) Merge branch 'Shubhamsaboo:main' into ai-blackjack-autogen - [`462b7e3`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/462b7e31714650a016be4e0ee69c4a56738e6949) Merge branch 'Shubhamsaboo:main' into ai-blackjack-autogen - [`6dc6a7f`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/6dc6a7f2a8c9240ffacad3bfbda980c94a5d5e6b) Merge branch 'Shubhamsaboo:main' into ai-blackjack-autogen ### 📊 Changes **3 files changed** (+200 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ai_agent_tutorials/ai_blackjack_game/README.md` (+33 -0) ➕ `ai_agent_tutorials/ai_blackjack_game/ai_blackjack_agent.py` (+163 -0) ➕ `ai_agent_tutorials/ai_blackjack_game/requirements.txt` (+4 -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 2025-11-06 14:56:56 -06: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#140