بنقرة واحدة
python-client-api
Add or modify Visdom Python client methods with correct server/frontend parity and typing updates
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Add or modify Visdom Python client methods with correct server/frontend parity and typing updates
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Diagnose and fix GitHub Actions workflow failures. Use when CI jobs fail for lint, tests, JS build updates, or release automation.
Safely modify environment serialization, reload data, and view layout persistence. Use when changing env save/load formats or storage behavior.
Build and debug pane lifecycle behavior in the React frontend. Use when adding pane actions, layout behavior, rendering updates, or pane-level interactions.
Keep feature behavior identical across WebSocket and polling transport modes. Use when adding socket commands, event flows, or transport-sensitive UI updates.
Step-by-step guide for adding a new visualization pane type to Visdom (client, server, frontend, tests)
Modify login/authentication paths safely for browser and Python client flows
| name | python-client-api |
| description | Add or modify Visdom Python client methods with correct server/frontend parity and typing updates |
Use this skill when adding or changing methods in py/visdom/__init__.py.
Visdom method in py/visdom/__init__.py.@pytorch_wrap on public plotting APIs.self._send(...) with consistent keys (data, win, eid, opts).py/visdom/__init__.pyi for type stub parity.py/visdom/utils/server_utils.py) and pane rendering assumptions.example/ and relevant Cypress tests._send() with ad-hoc transport logic.win, env, and update behavior.py/visdom/__init__.pypy/visdom/__init__.pyipy/visdom/utils/server_utils.pypy/visdom/server/handlers/web_handlers.pyAGENTS.mdCONTRIBUTING.mdassets/README.md and store templates/resources in assets/.references/TESTS.md.