wingman-ai 1.0.1__py3-none-any.whl → 1.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "wingman-ai",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "wingman-ai",
9
- "version": "1.0.1",
9
+ "version": "1.0.2",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@whiskeysockets/baileys": "^6.7.16",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wingman-ai",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "WhatsApp listener component for Wingman AI - connects to WhatsApp Web using Baileys",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
wingman/cli/wizard.py CHANGED
@@ -130,8 +130,12 @@ class SetupWizard:
130
130
  from openai import OpenAI
131
131
 
132
132
  client = OpenAI(api_key=api_key)
133
- # Simple test - list models
134
- client.models.list()
133
+ # Use a minimal chat completion to verify the key works
134
+ client.chat.completions.create(
135
+ model="gpt-4o-mini",
136
+ messages=[{"role": "user", "content": "hi"}],
137
+ max_tokens=1,
138
+ )
135
139
  return True
136
140
  except Exception:
137
141
  return False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wingman-ai
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: An AI-powered personal chat agent for WhatsApp and iMessage with configurable personality and policy-driven responses
5
5
  Project-URL: Homepage, https://github.com/metanoia-oss/wingman
6
6
  Project-URL: Repository, https://github.com/metanoia-oss/wingman
@@ -2,7 +2,7 @@ wingman/__init__.py,sha256=8WTGssI3JFCaRT_VHOkNWufGbl1WXqq8Ac0BxWZpCpo,123
2
2
  wingman/__main__.py,sha256=kREwLHRdnMOQCSrbE0m-vhzn9OddUoybMU7YX4kMsJg,113
3
3
  wingman/cli/__init__.py,sha256=458Lb8-IJpD4FJFM6iuG0zrCHDf-DBuSkv467oSLm5I,72
4
4
  wingman/cli/main.py,sha256=jWty_TfukNcaa-bAIil8pO953WTFs8TECdMWKuAjnMk,1112
5
- wingman/cli/wizard.py,sha256=ZYB9Jik7hEym1umfceAXKqOTfp1WhB3oqqh9CvJkN4E,12095
5
+ wingman/cli/wizard.py,sha256=67zscthF-DwkpDAxQ2RolaX14Qhf38B-5v-OCyt62o8,12277
6
6
  wingman/cli/commands/__init__.py,sha256=MTFQxPeJOd67WzBSy9T5XogDhXtQwvmcCfK7R2jrRRY,32
7
7
  wingman/cli/commands/auth.py,sha256=Gdy3a61QlsRiWor4kcWpHT5nwaOD9-5Hfi8dTRBbi3U,2802
8
8
  wingman/cli/commands/config.py,sha256=saHLAWBCesbSA7nGHQLK8WxSLP0oOKISfNRtyR0xCKc,3022
@@ -45,16 +45,16 @@ wingman/daemon/__init__.py,sha256=2rjbJ14j1jzAOFYRc-Mm4amYEL1SPrUZ4pnXye94u84,10
45
45
  wingman/daemon/manager.py,sha256=kYwj0e0Q1NMPVKkhFD2El6Q9ZcBVSEXn568T5dOvvFU,8743
46
46
  wingman/installer/__init__.py,sha256=WwidNCn2YHB5lsjReuvGEB63QM2-tbgM1hwyND9dZH0,108
47
47
  wingman/installer/node_installer.py,sha256=SUWtqEiAaiY_FqOvT2zoZGj0V-cHyolfpiQIP-Is6H4,8744
48
- share/wingman/node_listener/package-lock.json,sha256=C0rH9_ShU6pcYCt2QmzVOGS2Jkdlze00cmOSOBm_hrs,63694
49
- share/wingman/node_listener/package.json,sha256=9rR8lNCYsex2wbAVBVQ5cHIxWT1yaL5qhZDwVPEoDP4,1197
48
+ share/wingman/node_listener/package-lock.json,sha256=y2U0aQ3wakGczKpQ4FskDXbdpeHDgDjxcu8jJa09ERA,63694
49
+ share/wingman/node_listener/package.json,sha256=jLQbTvQKIpTN8RMMalSIgCtKXNMEQ4vK7Qvo8z3wNLw,1197
50
50
  share/wingman/node_listener/src/index.ts,sha256=H4gUz7AhErbu1jwt1lV_Vtu4Ii-ZAfCvL54kq5oexE4,3284
51
51
  share/wingman/node_listener/src/ipc.ts,sha256=ISPNn6ojmtkMrXHqioudWuUJFy10GL2z_MDR1Op7gQA,1862
52
52
  share/wingman/node_listener/src/messageHandler.ts,sha256=rQ3FwhLtVM_W9fkjo82eyCJMXJjuxNneHBFSd-6nLw8,3524
53
53
  share/wingman/node_listener/src/socket.ts,sha256=p084U-qoNGOjPvWqDsm5qFNenJTrGuWd9L7V5ZV3nfA,7893
54
54
  share/wingman/node_listener/src/types.d.ts,sha256=dUrJiqohfMu1kW_OS2k-4HObXPnlGhFkE_fi2oANo4I,298
55
55
  share/wingman/node_listener/tsconfig.json,sha256=1JvbZY8iK_NpSI21p-9_cZO2kqMfxPjU_JeRIt8oDK8,445
56
- wingman_ai-1.0.1.dist-info/METADATA,sha256=2qUVkcwYv7k6ICpe3lTWkVex4yzFiET-4iLISZKJxIs,16306
57
- wingman_ai-1.0.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
58
- wingman_ai-1.0.1.dist-info/entry_points.txt,sha256=N_G9HZ5d_Km1JNGmhU5WFsLSc4VMGwaQFQ5aNNzLxxE,49
59
- wingman_ai-1.0.1.dist-info/licenses/LICENSE,sha256=DCe1o-4lfg-dJZAo0nPu_PpenYX3eFz_xteB5Dq5rfw,1072
60
- wingman_ai-1.0.1.dist-info/RECORD,,
56
+ wingman_ai-1.0.2.dist-info/METADATA,sha256=K1yOdEWHhH3z3cIGMkqk2FIyb4cmrDInjB499wjsK-c,16306
57
+ wingman_ai-1.0.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
58
+ wingman_ai-1.0.2.dist-info/entry_points.txt,sha256=N_G9HZ5d_Km1JNGmhU5WFsLSc4VMGwaQFQ5aNNzLxxE,49
59
+ wingman_ai-1.0.2.dist-info/licenses/LICENSE,sha256=DCe1o-4lfg-dJZAo0nPu_PpenYX3eFz_xteB5Dq5rfw,1072
60
+ wingman_ai-1.0.2.dist-info/RECORD,,