feat: add ai agent http agent

This commit is contained in:
qianrui.mmmy
2026-05-11 21:09:55 +08:00
parent 6014ec0707
commit 81dc00234b
6 changed files with 855 additions and 3 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"]