(no commit message)

This commit is contained in:
2026-01-27 22:37:59 -08:00
parent bb191efd1d
commit 6a57bde8f2
10 changed files with 1132 additions and 1 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "minecraft-friend-rlm"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["anyio>=4.12.1", "dspy[mcp]==3.1.2", "litellm>=1.80.0", "mcp>=1.26.0", "modaic>=0.12.7", "python-dotenv>=1.2.1", "rich>=14.3.1"]