ワンクリックで
cloud-provider-regression-test
Connectivity, chat, JSON & streaming regression tests for all enabled cloud LLM providers
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Connectivity, chat, JSON & streaming regression tests for all enabled cloud LLM providers
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Real-time depth map privacy transforms using Depth Anything v2 (CoreML + PyTorch)
LLM & VLM evaluation suite for home security AI applications
YOLO 2026 — state-of-the-art real-time object detection
Google Coral Edge TPU — real-time object detection natively (macOS / Linux)
Google Coral Edge TPU — real-time object detection natively via Windows WSL
OpenVINO — real-time object detection via Docker (NCS2, Intel GPU, CPU)
| name | Cloud Provider Regression Test |
| description | Connectivity, chat, JSON & streaming regression tests for all enabled cloud LLM providers |
| version | 1.0.0 |
| category | analysis |
| runtime | node |
| entry | scripts/run-regression.cjs |
| install | npm |
| requirements | {"node":">=18","npm_install":false,"platforms":["linux","macos","windows"]} |
Tests every enabled cloud provider for connectivity, chat completion, JSON output, and SSE streaming.
Reads keys from ~/.aegis-ai/llm-config.json.
node scripts/run-regression.cjs # all providers
node scripts/run-regression.cjs --provider glm,xai # specific
node scripts/run-regression.cjs --verbose # full responses
{"event":"ready","providers":8}
{"event":"test_result","suite":"GLM","test":"chat","status":"pass","timeMs":1930}
{"event":"complete","passed":14,"failed":1,"total":15,"timeMs":38000}
| Test | Verifies |
|---|---|
| Chat | Connectivity, auth, URL construction, param compat |
| JSON | Structured output (JSON instruction following) |
| Stream | SSE streaming, chunks received |
Results saved to ~/.aegis-ai/regression-tests/.