Skip to content

Commit 60ff178

Browse files
committed
Python Neuro SDK instead of Tony API (working on it)
1 parent fc1c411 commit 60ff178

2 files changed

Lines changed: 12 additions & 27 deletions

File tree

tony/copilot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import json
2-
from neuro_api_tony.api import NeuroAPI, ActionResultCommand
32
import asyncio
3+
from neuro_api.server import TrioNeuroServerClient
44

55
async def wait_for_startup(api: NeuroAPI):
66
while not api.current_game:

tony/requirements.txt

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,18 @@
1-
annotated-types==0.7.0
2-
attrs==25.3.0
3-
certifi==2025.8.3
1+
attrs==26.1.0
42
cffi==2.0.0
5-
charset-normalizer==3.4.3
6-
Faker==37.5.3
3+
cryptography==49.0.0
4+
exceptiongroup==1.3.1
75
h11==0.16.0
8-
idna==3.10
9-
jsf==0.11.2
10-
jsonschema==4.25.1
11-
jsonschema-specifications==2025.9.1
12-
neuro-api-tony==1.6.2
6+
idna==3.18
7+
libcomponent==0.0.5
8+
mypy_extensions==1.1.0
9+
neuro_api==3.2.0
10+
orjson==3.11.9
1311
outcome==1.3.0.post0
14-
pycparser==2.23
15-
pydantic==2.11.9
16-
pydantic_core==2.33.2
17-
referencing==0.36.2
18-
requests==2.32.5
19-
rpds-py==0.27.1
20-
rstr==3.2.2
21-
semver==3.0.4
22-
smart_open==7.3.1
12+
pycparser==3.0
2313
sniffio==1.3.1
2414
sortedcontainers==2.4.0
25-
trio==0.30.0
15+
trio==0.33.0
2616
trio-websocket==0.12.2
27-
typing-inspection==0.4.1
2817
typing_extensions==4.15.0
29-
tzdata==2025.2
30-
urllib3==2.6.3
31-
wrapt==1.17.3
32-
wsproto==1.2.0
33-
wxPython==4.2.3
18+
wsproto==1.3.2

0 commit comments

Comments
 (0)