feat: add ai agent http agent

This commit is contained in:
qianrui.mmmy
2026-05-11 21:09:55 +08:00
committed by mamamiyear
parent 6014ec0707
commit bc372c5ba1
8 changed files with 1276 additions and 5 deletions
+1
View File
@@ -8,6 +8,7 @@ dependencies = []
[project.scripts]
texas-holdem-server = "texas_holdem.server:main"
texas-holdem-human = "texas_holdem.human_client:main"
texas-holdem-ai = "texas_holdem.ai_client:main"
[tool.pytest.ini_options]
testpaths = ["tests"]