Skip to content

Commit

Permalink
Agent Tic Tac Toe
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Feb 25, 2025
1 parent adcb357 commit 572fda0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cookbook/examples/apps/tic_tac_toe/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tic Tac Toe AI Battle
# Agent Tic Tac Toe

This example shows how to build an interactive Tic Tac Toe game where AI agents compete against each other. The application showcases how to:
- Coordinate multiple AI agents in a turn-based game
Expand Down
3 changes: 1 addition & 2 deletions cookbook/examples/apps/tic_tac_toe/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
agno
anthropic
dataclasses
groq
google-genai
nest-asyncio
ollama
Expand All @@ -11,4 +11,3 @@ pip-tools
python-dotenv
rich
streamlit
typing
12 changes: 8 additions & 4 deletions cookbook/examples/apps/tic_tac_toe/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ anthropic==0.47.1
anyio==4.8.0
# via
# anthropic
# groq
# httpx
# openai
attrs==25.1.0
Expand All @@ -37,11 +38,10 @@ click==8.1.8
# pip-tools
# streamlit
# typer
dataclasses==0.8
# via -r cookbook/examples/apps/tic_tac_toe/requirements.in
distro==1.9.0
# via
# anthropic
# groq
# openai
docstring-parser==0.16
# via agno
Expand All @@ -55,6 +55,8 @@ google-auth==2.38.0
# via google-genai
google-genai==1.3.0
# via -r cookbook/examples/apps/tic_tac_toe/requirements.in
groq==0.18.0
# via -r cookbook/examples/apps/tic_tac_toe/requirements.in
h11==0.14.0
# via httpcore
httpcore==1.0.7
Expand All @@ -64,6 +66,7 @@ httpx==0.28.1
# agno
# anthropic
# google-genai
# groq
# ollama
# openai
idna==3.10
Expand Down Expand Up @@ -134,6 +137,7 @@ pydantic==2.10.6
# agno
# anthropic
# google-genai
# groq
# ollama
# openai
# pydantic-settings
Expand Down Expand Up @@ -194,6 +198,7 @@ sniffio==1.3.1
# via
# anthropic
# anyio
# groq
# openai
streamlit==1.42.2
# via -r cookbook/examples/apps/tic_tac_toe/requirements.in
Expand All @@ -209,15 +214,14 @@ tqdm==4.67.1
# via openai
typer==0.15.1
# via agno
typing==3.10.0.0
# via -r cookbook/examples/apps/tic_tac_toe/requirements.in
typing-extensions==4.12.2
# via
# agno
# altair
# anthropic
# anyio
# google-genai
# groq
# openai
# pydantic
# pydantic-core
Expand Down

0 comments on commit 572fda0

Please sign in to comment.