[PR #132] [MERGED] Tic tac toe game #189

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

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/132
Author: @anuragts
Created: 2/25/2025
Status: Merged
Merged: 2/25/2025
Merged by: @Shubhamsaboo

Base: mainHead: feat/tic-tac-toe-game


📝 Commits (2)

📊 Changes

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

View changed files

ai_agent_tutorials/ai_tic_tac_toe_game/README.md (+103 -0)
ai_agent_tutorials/ai_tic_tac_toe_game/agents.py (+165 -0)
ai_agent_tutorials/ai_tic_tac_toe_game/app.py (+261 -0)
ai_agent_tutorials/ai_tic_tac_toe_game/requirements.txt (+238 -0)
ai_agent_tutorials/ai_tic_tac_toe_game/utils.py (+416 -0)

📄 Description

  • A tic tac toe game with using agno's team of agents.

🔄 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/132 **Author:** [@anuragts](https://github.com/anuragts) **Created:** 2/25/2025 **Status:** ✅ Merged **Merged:** 2/25/2025 **Merged by:** [@Shubhamsaboo](https://github.com/Shubhamsaboo) **Base:** `main` ← **Head:** `feat/tic-tac-toe-game` --- ### 📝 Commits (2) - [`5bf2ed1`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/5bf2ed137ddaeff9990c30bf748384c5aafc540d) feat: tic tac toe - [`6d1b22b`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/6d1b22b766b23f62e90fe8a8d6a2c5e5b3af7939) Delete .gitignore ### 📊 Changes **5 files changed** (+1183 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ai_agent_tutorials/ai_tic_tac_toe_game/README.md` (+103 -0) ➕ `ai_agent_tutorials/ai_tic_tac_toe_game/agents.py` (+165 -0) ➕ `ai_agent_tutorials/ai_tic_tac_toe_game/app.py` (+261 -0) ➕ `ai_agent_tutorials/ai_tic_tac_toe_game/requirements.txt` (+238 -0) ➕ `ai_agent_tutorials/ai_tic_tac_toe_game/utils.py` (+416 -0) </details> ### 📄 Description - A tic tac toe game with using agno's team of agents. --- <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:58:17 -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#189