adaptive-memory-multi-model-router 2.14.49 → 2.14.51
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.
- package/.dockerignore +82 -0
- package/.env.example +303 -0
- package/.github/DISCUSSIONS_WELCOME.md +27 -0
- package/.github/DISCUSSION_TEMPLATE.yml +5 -0
- package/.github/FUNDING.yml +2 -0
- package/.github/ISSUE_TEMPLATE/bug_report.md +94 -0
- package/.github/ISSUE_TEMPLATE/config.yml +17 -0
- package/.github/ISSUE_TEMPLATE/feature_request.md +71 -0
- package/.github/PULL_REQUEST_TEMPLATE.md +71 -0
- package/.github/dependabot.yml +9 -0
- package/.github/workflows/auto-publish.yml +51 -0
- package/.github/workflows/ci.yml +263 -0
- package/.github/workflows/codeql.yml +38 -0
- package/.github/workflows/npm-publish.yml +20 -0
- package/.github/workflows/pages.yml +37 -0
- package/.github/workflows/stale.yml +54 -0
- package/.publish-tick +1 -0
- package/.well-known/ai-plugin.json +16 -0
- package/AGENT_COUNCIL_FINDINGS.md +142 -0
- package/ARCHITECTURE.md +346 -0
- package/AUDIT_REPORT.md +28 -0
- package/CODE_OF_CONDUCT.md +128 -0
- package/CONTRIBUTING.md +50 -0
- package/CONTRIBUTORS.md +20 -0
- package/Dockerfile +53 -0
- package/Dockerfile.proxy +33 -0
- package/HEALTH_REPORT.md +118 -0
- package/IMPROVEMENT_PLAN.md +107 -0
- package/LANDING.md +43 -0
- package/LAUNCH-PAIN-DRIVEN.md +339 -0
- package/LAUNCH.md +337 -0
- package/LAUNCH_CHECKLIST.md +141 -0
- package/LAUNCH_SNAPSHOT.md +260 -0
- package/MANIFESTO.md +41 -0
- package/POPULARITY_BOOSTERS.md +285 -0
- package/PR_STATUS_REPORT.md +148 -0
- package/README.md +10 -0
- package/REDESIGN.md +95 -0
- package/RUNKIT.md +83 -0
- package/SECURITY.md +29 -0
- package/SUBMISSIONS.md +43 -0
- package/_schema.html +53 -0
- package/ai-plugin.json +16 -0
- package/articles/AI_AGENT_LLM_ROUTING.md +150 -0
- package/articles/CHINESE_DIRECTORIES.md +100 -0
- package/articles/CHINESE_SUBMISSIONS_READY.md +322 -0
- package/articles/COMPETITOR_ALERTS.md +31 -0
- package/articles/COMPLETE_POSTING_DIRECTORY.md +147 -0
- package/articles/CONTENT_STRUCTURE.md +292 -0
- package/articles/DEVTO_COST_GUIDE.md +473 -0
- package/articles/DEVTO_FINAL.md +416 -0
- package/articles/DEVTO_MULTI_PROVIDER.md +542 -0
- package/articles/DEVTO_READY.md +255 -0
- package/articles/DEVTO_V2_ANNOUNCEMENT.md +160 -0
- package/articles/DEVTO_VIRAL_GROWTH.md +280 -0
- package/articles/FRESH_devto.md +460 -0
- package/articles/FRESH_devto_2026_05.md +73 -0
- package/articles/FRESH_hackernews.md +14 -0
- package/articles/FRESH_reddit_ml.md +90 -0
- package/articles/FRESH_reddit_node.md +198 -0
- package/articles/FRESH_reddit_sideproject.md +72 -0
- package/articles/FRESH_reddit_webdev.md +130 -0
- package/articles/FROM_ZERO_TO_10K.md +107 -0
- package/articles/HN_10X_BETTER.md +430 -0
- package/articles/HN_ACCOUNT_GUIDE.md +21 -0
- package/articles/HN_CHINESE_STYLE.md +308 -0
- package/articles/HN_FINAL.md +148 -0
- package/articles/HN_POSTED_VERSION.md +56 -0
- package/articles/HN_POST_READY.md +137 -0
- package/articles/HN_RESEARCH.md +364 -0
- package/articles/HN_SHOW_routerarena.md +17 -0
- package/articles/HN_TIMING_GUIDE.md +52 -0
- package/articles/INDIEHACKERS_POST.md +52 -0
- package/articles/INDIEHACKERS_READY.md +120 -0
- package/articles/LLM_BENCHMARK_DEEP_DIVE.md +153 -0
- package/articles/MASTER_POSTING_DIRECTORY.md +189 -0
- package/articles/NEWSLETTER_SEND_NOW.md +259 -0
- package/articles/NEWSLETTER_SUBMISSIONS.md +112 -0
- package/articles/PAIN-DRIVEN-devto-v2.md +308 -0
- package/articles/PAIN-DRIVEN-devto-v3.md +268 -0
- package/articles/PAIN-DRIVEN-devto.md +242 -0
- package/articles/PAIN-DRIVEN-hackernews-v2.md +138 -0
- package/articles/PAIN-DRIVEN-hackernews-v3.md +151 -0
- package/articles/PAIN-DRIVEN-hackernews.md +131 -0
- package/articles/PAIN-DRIVEN-reddit-v2.md +301 -0
- package/articles/PAIN-DRIVEN-reddit-v3.md +236 -0
- package/articles/PAIN-DRIVEN-reddit.md +218 -0
- package/articles/PAIN-DRIVEN-twitter-v2.md +110 -0
- package/articles/PAIN-DRIVEN-twitter-v3.md +121 -0
- package/articles/PAIN-DRIVEN-twitter.md +120 -0
- package/articles/PORTKEY_VS_A3M.md +147 -0
- package/articles/POSTING_KIT_2026_05.md +67 -0
- package/articles/PRESS_KIT_routerarena.md +77 -0
- package/articles/PRODUCTHUNT_LISTING.md +48 -0
- package/articles/PRODUCTHUNT_READY.md +106 -0
- package/articles/PR_PLAN_vault.md +125 -0
- package/articles/REDDIT_FINAL.md +232 -0
- package/articles/REDDIT_POST.md +67 -0
- package/articles/REDDIT_SUBMISSION_READY.md +348 -0
- package/articles/ROUTERARENA_LEADER.md +45 -0
- package/articles/SHOW_HN_FINAL.md +29 -0
- package/articles/TWEETS_10K_DOWNLOADS.md +47 -0
- package/articles/TWEETS_BENCHMARK_FIRST.md +46 -0
- package/articles/TWEETS_MCP_PLAY.md +51 -0
- package/articles/TWEETS_SEQUENTIAL_BROKEN.md +49 -0
- package/articles/TWEETS_WHY_BUILD.md +54 -0
- package/articles/TWEETS_routerarena_leader.md +53 -0
- package/articles/TWEET_STORM_READY.md +165 -0
- package/articles/TWITTER_FINAL.md +167 -0
- package/articles/WHY_10X_BETTER.md +261 -0
- package/articles/WHY_CHINESE_STYLE_BETTER.md +323 -0
- package/articles/ai-discoverability-llm-routing.md +210 -0
- package/articles/devto-llm-routing.md +138 -0
- package/articles/hackernews-show-hn.md +54 -0
- package/articles/hashnode-llm-cost-optimization.md +125 -0
- package/articles/hn_show_2026_05.md +11 -0
- package/articles/medium-building-llm-router.md +205 -0
- package/articles/reddit-ml.md +76 -0
- package/articles/twitter-thread-cost-savings.md +50 -0
- package/articles/youtube-tutorial-script.md +262 -0
- package/assets/a3m_3blue1brown.mp4 +0 -0
- package/assets/banner.svg +109 -0
- package/assets/chart-cost-v2.svg +91 -0
- package/assets/chart-cost-v3.svg +143 -0
- package/assets/chart-features-v2.svg +132 -0
- package/assets/chart-features-v3.svg +211 -0
- package/assets/chart-growth-v2.svg +122 -0
- package/assets/chart-growth-v3.svg +189 -0
- package/assets/cost-comparison.svg +134 -0
- package/assets/cost-simple.svg +64 -0
- package/assets/demo-hn.gif +0 -0
- package/assets/feature-matrix.svg +136 -0
- package/assets/growth-chart-animated.svg +76 -0
- package/assets/growth-chart.svg +82 -0
- package/assets/growth-simple.svg +69 -0
- package/assets/hero-diagram.svg +81 -0
- package/assets/logo-new.svg +21 -0
- package/assets/logo.svg +68 -0
- package/assets/provider-comparison.svg +121 -0
- package/assets/social-preview-new.svg +100 -0
- package/assets/social-preview.svg +194 -0
- package/assets/social-v2.svg +130 -0
- package/assets/social-v3.svg +212 -0
- package/benchmark-provider-results.json +245 -0
- package/benchmark-results.json +54 -0
- package/council-votes/architecture-vote.md +121 -0
- package/council-votes/coverage-vote.md +93 -0
- package/data/adaptive-benchmark.json +92 -0
- package/data/benchmark-results.json +47 -0
- package/data/labeled-benchmark.json +88 -0
- package/demo/3blue1brown_video.py +285 -0
- package/demo/3blue1brown_video_v2.py +310 -0
- package/demo/IMPROVED_PROMPTS.md +229 -0
- package/demo/VEO3_PROMPTS.md +269 -0
- package/demo/VIDEO_PRODUCTION_GUIDE.md +333 -0
- package/demo/a3m_3blue1brown.mp4 +0 -0
- package/demo/asciinema-demo.sh +195 -0
- package/demo/demo-hn.tape +74 -0
- package/demo/demo-script.md +53 -0
- package/demo/demo-script.sh +62 -0
- package/demo/demo.svg +75 -0
- package/demo/frame1_ai_data_center.png +0 -0
- package/demo/frame1_sunset_video.mp4 +0 -0
- package/demo/frame2_cost_comparison.png +0 -0
- package/demo/frame2_cost_comparison_fallback.png +0 -0
- package/demo/frame3_parallel_execution.png +0 -0
- package/demo/frame3_parallel_execution_fallback.png +0 -0
- package/demo/frame4_providers.png +0 -0
- package/demo/frame4_providers_fallback.png +0 -0
- package/demo/frame5_endcard.png +0 -0
- package/demo/frame5_endcard_fallback.png +0 -0
- package/demo/new_frame1_hook.png +0 -0
- package/demo/new_frame2_proof.png +0 -0
- package/demo/new_frame3_wow.png +0 -0
- package/demo/new_frame4_social.png +0 -0
- package/demo/new_frame5_cta.png +0 -0
- package/demo/package.json +13 -0
- package/demo/product-video-final.mp4 +0 -0
- package/demo/product-video-hype-v1.mp4 +0 -0
- package/demo/product-video-v1.mp4 +0 -0
- package/demo/public/index.html +762 -0
- package/demo/recording.cast +55 -0
- package/demo/server.js +405 -0
- package/demo-new.tape +71 -0
- package/demo-real.sh +198 -0
- package/demo-simple.tape +205 -0
- package/demo.html +520 -0
- package/demo.sh +85 -0
- package/demo.tape +259 -0
- package/dist/analytics/costAnalytics.d.ts.map +1 -0
- package/dist/analytics/costAnalytics.js.map +1 -0
- package/dist/benchmark/comprehensive.js.map +1 -0
- package/dist/benchmark/reproducible.d.ts.map +1 -0
- package/dist/benchmark/reproducible.js.map +1 -0
- package/dist/cache/prefixCache.d.ts.map +1 -0
- package/dist/cache/prefixCache.js.map +1 -0
- package/dist/cache/responseCache.d.ts.map +1 -0
- package/dist/cache/responseCache.js.map +1 -0
- package/dist/cache/semanticCache.d.ts.map +1 -0
- package/dist/cache/semanticCache.js.map +1 -0
- package/dist/cli/setupWizard.d.ts.map +1 -0
- package/dist/cli/setupWizard.js.map +1 -0
- package/dist/cost/budgetEnforcer.d.ts.map +1 -0
- package/dist/cost/budgetEnforcer.js.map +1 -0
- package/dist/cost/costTracker.d.ts.map +1 -0
- package/dist/cost/costTracker.js.map +1 -0
- package/dist/ensemble/multiRoundDialog.js.map +1 -0
- package/dist/ensemble/shapleyValue.js.map +1 -0
- package/dist/integrations/langchainAdapter.d.ts.map +1 -0
- package/dist/integrations/langchainAdapter.js.map +1 -0
- package/dist/integrations/oauth.d.ts.map +1 -0
- package/dist/integrations/oauth.js.map +1 -0
- package/dist/integrations/scienceAdapter.js.map +1 -0
- package/dist/memory/autoFetch.d.ts.map +1 -0
- package/dist/memory/autoFetch.js.map +1 -0
- package/dist/memory/episodicMemory.d.ts.map +1 -0
- package/dist/memory/episodicMemory.js.map +1 -0
- package/dist/memory/hybridMemory.js.map +1 -0
- package/dist/memory/memoryTree.d.ts.map +1 -0
- package/dist/memory/memoryTree.js.map +1 -0
- package/dist/memory/obsidianVault.d.ts.map +1 -0
- package/dist/memory/obsidianVault.js.map +1 -0
- package/dist/memory/reasoningBank.js.map +1 -0
- package/dist/observability/changeWatch.d.ts.map +1 -0
- package/dist/observability/changeWatch.js.map +1 -0
- package/dist/observability/fatigueDetector.d.ts.map +1 -0
- package/dist/observability/fatigueDetector.js.map +1 -0
- package/dist/observability/index.d.ts.map +1 -0
- package/dist/observability/index.js.map +1 -0
- package/dist/observability/metrics.d.ts.map +1 -0
- package/dist/observability/metrics.js.map +1 -0
- package/dist/observability/middleware.d.ts.map +1 -0
- package/dist/observability/middleware.js.map +1 -0
- package/dist/observability/tracer.d.ts.map +1 -0
- package/dist/observability/tracer.js.map +1 -0
- package/dist/observability/types.d.ts.map +1 -0
- package/dist/observability/types.js.map +1 -0
- package/dist/orchestration/haloOrchestrator.d.ts.map +1 -0
- package/dist/orchestration/haloOrchestrator.js.map +1 -0
- package/dist/orchestration/mctsWorkflow.d.ts.map +1 -0
- package/dist/orchestration/mctsWorkflow.js.map +1 -0
- package/dist/providers/localProvider.d.ts.map +1 -0
- package/dist/providers/localProvider.js.map +1 -0
- package/dist/providers/providerConfig.d.ts.map +1 -0
- package/dist/providers/providerConfig.js.map +1 -0
- package/dist/providers/registry.d.ts.map +1 -0
- package/dist/providers/registry.js.map +1 -0
- package/dist/routing/advancedRouter.d.ts.map +1 -0
- package/dist/routing/advancedRouter.js +1 -1
- package/dist/routing/advancedRouter.js.map +1 -0
- package/dist/routing/crossModelValidation.d.ts.map +1 -0
- package/dist/routing/crossModelValidation.js.map +1 -0
- package/dist/routing/providerHealth.d.ts.map +1 -0
- package/dist/routing/providerHealth.js.map +1 -0
- package/dist/routing/providerRetry.d.ts.map +1 -0
- package/dist/routing/providerRetry.js.map +1 -0
- package/dist/scripts/banner.js +29 -0
- package/dist/security/guardrails.d.ts.map +1 -0
- package/dist/security/guardrails.js.map +1 -0
- package/dist/server/dashboard.d.ts.map +1 -0
- package/dist/server/dashboard.js.map +1 -0
- package/dist/server/modelMapper.d.ts.map +1 -0
- package/dist/server/modelMapper.js.map +1 -0
- package/dist/server/proxyServer.d.ts.map +1 -0
- package/dist/server/proxyServer.js.map +1 -0
- package/dist/skills/__tests__/skill_manager.test.d.ts +2 -0
- package/dist/skills/__tests__/skill_manager.test.d.ts.map +1 -0
- package/dist/skills/__tests__/skill_manager.test.js +268 -0
- package/dist/skills/__tests__/skill_manager.test.js.map +1 -0
- package/dist/tools/tmlpdTools.d.ts.map +1 -0
- package/dist/tools/tmlpdTools.js.map +1 -0
- package/dist/tui/dashboard.d.ts.map +1 -0
- package/dist/tui/dashboard.js.map +1 -0
- package/dist/tui/index.d.ts.map +1 -0
- package/dist/tui/index.js.map +1 -0
- package/dist/utils/batchProcessor.d.ts.map +1 -0
- package/dist/utils/batchProcessor.js.map +1 -0
- package/dist/utils/compression.d.ts.map +1 -0
- package/dist/utils/compression.js.map +1 -0
- package/dist/utils/costUtils.d.ts.map +1 -0
- package/dist/utils/costUtils.js.map +1 -0
- package/dist/utils/reliability.d.ts.map +1 -0
- package/dist/utils/reliability.js.map +1 -0
- package/dist/utils/sorting.d.ts.map +1 -0
- package/dist/utils/sorting.js.map +1 -0
- package/dist/utils/speculativeDecoding.d.ts.map +1 -0
- package/dist/utils/speculativeDecoding.js.map +1 -0
- package/dist/utils/tokenUtils.d.ts.map +1 -0
- package/dist/utils/tokenUtils.js.map +1 -0
- package/docs/.nojekyll +0 -0
- package/docs/ANALYSIS_PRINCIPLES.md +162 -0
- package/docs/API.md +855 -0
- package/docs/ARCHITECTURAL-IMPROVEMENTS-2025.md +1391 -0
- package/docs/ARCHITECTURAL-IMPROVEMENTS-REVISED-2025.md +1051 -0
- package/docs/BENCHMARK.md +170 -0
- package/docs/CHINESE_PROVIDER_RELIABILITY.md +37 -0
- package/docs/CITATIONS.md +74 -0
- package/docs/CLAIMS_AND_EVIDENCE.md +58 -0
- package/docs/CONFIGURATION.md +476 -0
- package/docs/COUNCIL_DECISION.json +816 -0
- package/docs/COUNCIL_SUMMARY.md +319 -0
- package/docs/COUNCIL_V2.2_DECISION.md +416 -0
- package/docs/ENGINEERING_SPEC.md +55 -0
- package/docs/FACTORY_RESET.md +34 -0
- package/docs/GEO.md +66 -0
- package/docs/GEO_OPTIMIZATION.md +30 -0
- package/docs/GEO_ROOT_CAUSE.md +136 -0
- package/docs/GEO_STATUS.md +85 -0
- package/docs/GEO_TEST_RESULTS.md +176 -0
- package/docs/HN_CHECKLIST.md +38 -0
- package/docs/HN_FOUNDER_COMMENT.md +17 -0
- package/docs/HN_SUBMISSION_FINAL.md +180 -0
- package/docs/HN_SUBMISSION_V3.md +56 -0
- package/docs/IMPROVEMENT_ROADMAP.md +515 -0
- package/docs/INTEGRATIONS.md +420 -0
- package/docs/LANGCHAIN_INTEGRATION.md +147 -0
- package/docs/LLM_COUNCIL_DECISION.md +508 -0
- package/docs/MIDDLEWARE_CHAIN.md +35 -0
- package/docs/PROMO_CHECKLIST.md +200 -0
- package/docs/QUICKSTART.md +271 -0
- package/docs/QUICK_START.md +43 -0
- package/docs/QUICK_START_VISIBILITY.md +782 -0
- package/docs/REDDIT_GAP_ANALYSIS.md +299 -0
- package/docs/RELEASE_CHECKLIST.md +32 -0
- package/docs/REPRODUCIBILITY.md +63 -0
- package/docs/RESEARCH_BACKED_IMPROVEMENTS.md +1180 -0
- package/docs/ROUTING_RUBRIC.md +197 -0
- package/docs/SEO_AUDIT.md +186 -0
- package/docs/SOCIAL_LISTENING.md +219 -0
- package/docs/TMLPD_QNA.md +751 -0
- package/docs/TMLPD_V2.1_COMPLETE.md +763 -0
- package/docs/TMLPD_V2.2_RESEARCH_ROADMAP.md +754 -0
- package/docs/UPDATE_TOPICS.md +15 -0
- package/docs/USE_CASES.md +59 -0
- package/docs/V2.2_IMPLEMENTATION_COMPLETE.md +446 -0
- package/docs/V2_IMPLEMENTATION_GUIDE.md +388 -0
- package/docs/VERCEL_AI_SDK.md +209 -0
- package/docs/VISIBILITY_ADOPTION_PLAN.md +1005 -0
- package/docs/_config.yml +49 -0
- package/docs/ai-plugin.json +16 -0
- package/docs/api.html +513 -0
- package/docs/architecture-diagram.md +40 -0
- package/docs/benchmark-chart.png +0 -0
- package/docs/benchmark.html +387 -0
- package/docs/blog/routerarena-number-one.html +73 -0
- package/docs/cli-cheatsheet.md +339 -0
- package/docs/compare.md +109 -0
- package/docs/comparison-litellm.md +88 -0
- package/docs/comparison.md +108 -0
- package/docs/cost-chart-ascii.md +42 -0
- package/docs/cost-comparison-chart.svg +88 -0
- package/docs/curl-examples.md +247 -0
- package/docs/demo-auto.html +264 -0
- package/docs/demo.html +416 -0
- package/docs/geo/GENERATIVE_ENGINE_OPTIMIZATION.md +232 -0
- package/docs/index.html +507 -0
- package/docs/launch-content/LAUNCH_EXECUTION_CHECKLIST.md +421 -0
- package/docs/launch-content/README.md +457 -0
- package/docs/launch-content/assets/cost_comparison_100_tasks.png +0 -0
- package/docs/launch-content/assets/cumulative_savings.png +0 -0
- package/docs/launch-content/assets/parallel_speedup.png +0 -0
- package/docs/launch-content/assets/provider_pricing_comparison.png +0 -0
- package/docs/launch-content/assets/task_breakdown_comparison.png +0 -0
- package/docs/launch-content/generate_charts.py +313 -0
- package/docs/launch-content/hn_show_post.md +139 -0
- package/docs/launch-content/partner_outreach_templates.md +745 -0
- package/docs/launch-content/reddit_posts.md +467 -0
- package/docs/launch-content/twitter_thread.txt +460 -0
- package/{llms.txt.bak → docs/llms.txt} +6 -6
- package/docs/npm-downloads-chart.svg +43 -0
- package/docs/openapi.json +139 -0
- package/docs/openapi.yaml +1318 -0
- package/docs/quick-start.html +366 -0
- package/docs/robots.txt +52 -0
- package/docs/sitemap.xml +57 -0
- package/docs/styles.css +682 -0
- package/docs/well-known/ai-plugin.json +16 -0
- package/docs/wellknown/ai-plugin.json +16 -0
- package/docs-site/assets/og-banner.svg +194 -0
- package/docs-site/index.html +632 -0
- package/eval/README.md +46 -0
- package/eval/baselines/main.json +12 -0
- package/eval/benchmark_dataset.jsonl +16 -0
- package/eval/check_golden_routes.js +64 -0
- package/eval/datasets/catalog.json +33 -0
- package/eval/datasets/slices/cn_provider_reliability_v1.jsonl +3 -0
- package/eval/datasets/slices/cost_pressure_v1.jsonl +3 -0
- package/eval/datasets/slices/safety_guardrails_v1.jsonl +3 -0
- package/eval/evals.json +199 -0
- package/eval/fault_injection_thresholds.json +3 -0
- package/eval/generate_report.js +128 -0
- package/eval/golden_routes.json +114 -0
- package/eval/lib/experiment_registry.js +24 -0
- package/eval/run_eval.js +197 -0
- package/eval/run_fault_injection.js +201 -0
- package/eval/run_shadow_eval.js +85 -0
- package/eval/thresholds.json +9 -0
- package/examples/QUICKSTART.md +183 -0
- package/examples/README.md +61 -0
- package/examples/a3m-sdk.js +124 -0
- package/examples/basic-route.js +54 -0
- package/examples/chat-loop.js +202 -0
- package/examples/classify-then-route.js +102 -0
- package/examples/cost-compare.js +120 -0
- package/examples/ensemble.js +160 -0
- package/examples/whatsapp-telegram-bridge-demo.js +302 -0
- package/examples/whatsapp-telegram-bridge.js +269 -0
- package/hf-space/README.md +23 -0
- package/hf-space/app.py +240 -0
- package/hf-space/requirements.txt +1 -0
- package/huggingface_space/README.md +35 -0
- package/huggingface_space/app.py +126 -0
- package/huggingface_space/create_space.py +208 -0
- package/huggingface_space/requirements.txt +1 -0
- package/mcp-server/README.md +188 -0
- package/mcp-server/package.json +29 -0
- package/mcp-server/src/index.ts +744 -0
- package/mcp-server/tsconfig.json +19 -0
- package/openclaw-alexa-bridge/ALL_REMAINING_FIXES_PLAN.md +313 -0
- package/openclaw-alexa-bridge/REMAINING_FIXES_SUMMARY.md +277 -0
- package/openclaw-alexa-bridge/src/alexa_handler_no_tmlpd.js +1234 -0
- package/openclaw-alexa-bridge/test_fixes.js +77 -0
- package/package.json +73 -270
- package/playground/README.md +51 -0
- package/playground/codesandbox.json +12 -0
- package/playground/index.js +39 -0
- package/proxy/README.md +227 -0
- package/proxy/package-lock.json +831 -0
- package/proxy/package.json +17 -0
- package/proxy/rate-limit.js +145 -0
- package/proxy/rate-limit.test.js +311 -0
- package/proxy/server.js +970 -0
- package/python/README.md +102 -0
- package/python/a3m/__init__.py +6 -0
- package/python/a3m/client.py +190 -0
- package/python/a3m/models.py +40 -0
- package/python/a3m/sync_client.py +61 -0
- package/python/examples.py +53 -0
- package/python/integrations.py +330 -0
- package/python/pyproject.toml +23 -0
- package/python/setup.py +28 -0
- package/python/tmlpd.py +369 -0
- package/qna/REDDIT_GAP_ANALYSIS.md +299 -0
- package/qna/TMLPD_QNA.md +751 -0
- package/research/FINDING_001_safety.md +28 -0
- package/research/FINDING_002_error_diversity.md +32 -0
- package/research/FINDING_003_confidence_weighted_voting.md +32 -0
- package/research/FINDING_004_cross_model_semantic_detection.md +37 -0
- package/research/FINDING_005_knowledge_gap_orthogonality.md +34 -0
- package/research/HALLUCINATION_RESEARCH.md +27 -0
- package/research/PUBLISH_LOG.md +3 -0
- package/research/ensemble-voting.md +324 -0
- package/research/loss-functions.md +545 -0
- package/research-log.md +49 -0
- package/scripts/banner.js +29 -0
- package/scripts/benchmark-local-routerarena.ts +176 -0
- package/scripts/benchmark.js +145 -0
- package/scripts/benchmark.sh +61 -0
- package/scripts/compare-providers.sh +230 -0
- package/scripts/content-planner.js +25 -0
- package/scripts/create-labeled-benchmark.ts +105 -0
- package/scripts/cross_post.py +443 -0
- package/scripts/local-router-benchmark.ts +154 -0
- package/scripts/post-all.sh +41 -0
- package/scripts/publish_fcc.py +106 -0
- package/scripts/push-to-gitee.sh +25 -0
- package/scripts/routerarena_ensemble.js +144 -0
- package/scripts/routing-benchmark-v2.js +373 -0
- package/scripts/routing-benchmark-v3.js +118 -0
- package/scripts/routing-benchmark.js +462 -0
- package/scripts/run-labeled-benchmark.mjs +104 -0
- package/scripts/run-mmlu-benchmark.js +176 -0
- package/scripts/run-provider-benchmark.js +244 -0
- package/scripts/update-npm-badges.js +158 -0
- package/skill/SKILL.md +238 -0
- package/src/__tests__/integration/tmpld_integration.test.py +540 -0
- package/src/routing/advancedRouter.ts +1 -1
- package/src/skills/__tests__/skill_manager.test.ts +328 -0
- package/submissions/benchmarks/ALL_PLATFORMS_SUBMISSION.md +94 -0
- package/submissions/benchmarks/LLMROUTERBENCH_SUBMISSION.md +121 -0
- package/submissions/benchmarks/MMRBENCH_SUBMISSION.md +94 -0
- package/submissions/benchmarks/ROUTERARENA_UPDATE.md +83 -0
- package/submissions/benchmarks/ROUTERBENCH_SUBMISSION.md +225 -0
- package/test-council/1-structure-tests.test.js +353 -0
- package/test-council/1-structure-tests.test.ts +353 -0
- package/test-council/2-edge-case-tests.test.ts +361 -0
- package/test-council/3-performance-tests.test.ts +669 -0
- package/test-council/4-integration-tests.test.ts +391 -0
- package/test-council/5-agent-council-eval.test.ts +413 -0
- package/test-council/AGENT_COUNCIL_ARCHITECTURE.md +349 -0
- package/test-council/TEST_COUNCIL_REPORT.md +201 -0
- package/test-council/agents/edge-case-agent.ts +363 -0
- package/test-council/agents/performance-agent.ts +426 -0
- package/test-council/agents/structure-agent.ts +227 -0
- package/test-council/council.md +183 -0
- package/tests/__mocks__/tokenUtils.ts +8 -0
- package/tests/memory/episodicMemory.test.ts +227 -0
- package/tests/package-lock.json +1628 -0
- package/tests/package.json +18 -0
- package/tests/routing/ensembleVoting.test.ts +236 -0
- package/tests/routing/providerRetry.test.ts +360 -0
- package/tests/routing/queryTypePresets.test.ts +208 -0
- package/tests/security/guardrailEngine.test.ts +700 -0
- package/tests/tsconfig.json +21 -0
- package/tests/vitest.config.ts +18 -0
- package/tmlpd-pi-extension/README.md +66 -0
- package/tmlpd-pi-extension/dist/cache/prefixCache.d.ts +114 -0
- package/tmlpd-pi-extension/dist/cache/prefixCache.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/cache/prefixCache.js +285 -0
- package/tmlpd-pi-extension/dist/cache/prefixCache.js.map +1 -0
- package/tmlpd-pi-extension/dist/cache/responseCache.d.ts +58 -0
- package/tmlpd-pi-extension/dist/cache/responseCache.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/cache/responseCache.js +153 -0
- package/tmlpd-pi-extension/dist/cache/responseCache.js.map +1 -0
- package/tmlpd-pi-extension/dist/cli.js +59 -0
- package/tmlpd-pi-extension/dist/cost/costTracker.d.ts +95 -0
- package/tmlpd-pi-extension/dist/cost/costTracker.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/cost/costTracker.js +240 -0
- package/tmlpd-pi-extension/dist/cost/costTracker.js.map +1 -0
- package/tmlpd-pi-extension/dist/index.d.ts +723 -0
- package/tmlpd-pi-extension/dist/index.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/index.js +239 -0
- package/tmlpd-pi-extension/dist/index.js.map +1 -0
- package/tmlpd-pi-extension/dist/memory/episodicMemory.d.ts +82 -0
- package/tmlpd-pi-extension/dist/memory/episodicMemory.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/memory/episodicMemory.js +145 -0
- package/tmlpd-pi-extension/dist/memory/episodicMemory.js.map +1 -0
- package/tmlpd-pi-extension/dist/orchestration/haloOrchestrator.d.ts +102 -0
- package/tmlpd-pi-extension/dist/orchestration/haloOrchestrator.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/orchestration/haloOrchestrator.js +207 -0
- package/tmlpd-pi-extension/dist/orchestration/haloOrchestrator.js.map +1 -0
- package/tmlpd-pi-extension/dist/orchestration/mctsWorkflow.d.ts +85 -0
- package/tmlpd-pi-extension/dist/orchestration/mctsWorkflow.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/orchestration/mctsWorkflow.js +210 -0
- package/tmlpd-pi-extension/dist/orchestration/mctsWorkflow.js.map +1 -0
- package/tmlpd-pi-extension/dist/providers/localProvider.d.ts +102 -0
- package/tmlpd-pi-extension/dist/providers/localProvider.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/providers/localProvider.js +338 -0
- package/tmlpd-pi-extension/dist/providers/localProvider.js.map +1 -0
- package/tmlpd-pi-extension/dist/providers/registry.d.ts +55 -0
- package/tmlpd-pi-extension/dist/providers/registry.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/providers/registry.js +138 -0
- package/tmlpd-pi-extension/dist/providers/registry.js.map +1 -0
- package/tmlpd-pi-extension/dist/routing/advancedRouter.d.ts +68 -0
- package/tmlpd-pi-extension/dist/routing/advancedRouter.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/routing/advancedRouter.js +332 -0
- package/tmlpd-pi-extension/dist/routing/advancedRouter.js.map +1 -0
- package/tmlpd-pi-extension/dist/tools/tmlpdTools.d.ts +101 -0
- package/tmlpd-pi-extension/dist/tools/tmlpdTools.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/tools/tmlpdTools.js +368 -0
- package/tmlpd-pi-extension/dist/tools/tmlpdTools.js.map +1 -0
- package/tmlpd-pi-extension/dist/utils/batchProcessor.d.ts +96 -0
- package/tmlpd-pi-extension/dist/utils/batchProcessor.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/utils/batchProcessor.js +170 -0
- package/tmlpd-pi-extension/dist/utils/batchProcessor.js.map +1 -0
- package/tmlpd-pi-extension/dist/utils/compression.d.ts +61 -0
- package/tmlpd-pi-extension/dist/utils/compression.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/utils/compression.js +281 -0
- package/tmlpd-pi-extension/dist/utils/compression.js.map +1 -0
- package/tmlpd-pi-extension/dist/utils/reliability.d.ts +74 -0
- package/tmlpd-pi-extension/dist/utils/reliability.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/utils/reliability.js +177 -0
- package/tmlpd-pi-extension/dist/utils/reliability.js.map +1 -0
- package/tmlpd-pi-extension/dist/utils/speculativeDecoding.d.ts +117 -0
- package/tmlpd-pi-extension/dist/utils/speculativeDecoding.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/utils/speculativeDecoding.js +246 -0
- package/tmlpd-pi-extension/dist/utils/speculativeDecoding.js.map +1 -0
- package/tmlpd-pi-extension/dist/utils/tokenUtils.d.ts +50 -0
- package/tmlpd-pi-extension/dist/utils/tokenUtils.d.ts.map +1 -0
- package/tmlpd-pi-extension/dist/utils/tokenUtils.js +124 -0
- package/tmlpd-pi-extension/dist/utils/tokenUtils.js.map +1 -0
- package/tmlpd-pi-extension/examples/QUICKSTART.md +183 -0
- package/tmlpd-pi-extension/package-lock.json +79 -0
- package/tmlpd-pi-extension/package.json +172 -0
- package/tmlpd-pi-extension/python/examples.py +53 -0
- package/tmlpd-pi-extension/python/integrations.py +330 -0
- package/tmlpd-pi-extension/python/setup.py +28 -0
- package/tmlpd-pi-extension/python/tmlpd.py +369 -0
- package/tmlpd-pi-extension/qna/REDDIT_GAP_ANALYSIS.md +299 -0
- package/tmlpd-pi-extension/qna/TMLPD_QNA.md +751 -0
- package/tmlpd-pi-extension/skill/SKILL.md +238 -0
- package/tmlpd-pi-extension/src/cache/responseCache.ts +147 -0
- package/tmlpd-pi-extension/src/cost/costTracker.ts +302 -0
- package/tmlpd-pi-extension/src/index.ts +232 -0
- package/tmlpd-pi-extension/src/memory/episodicMemory.ts +257 -0
- package/tmlpd-pi-extension/src/orchestration/haloOrchestrator.ts +266 -0
- package/tmlpd-pi-extension/src/orchestration/mctsWorkflow.ts +262 -0
- package/tmlpd-pi-extension/src/providers/localProvider.ts +406 -0
- package/tmlpd-pi-extension/src/providers/registry.ts +164 -0
- package/tmlpd-pi-extension/src/routing/ensembleVoting.ts +159 -0
- package/tmlpd-pi-extension/src/routing/queryTypePresets.ts +136 -0
- package/tmlpd-pi-extension/src/tools/tmlpdTools.ts +433 -0
- package/tmlpd-pi-extension/src/utils/batchProcessor.ts +232 -0
- package/tmlpd-pi-extension/src/utils/compression.ts +325 -0
- package/tmlpd-pi-extension/src/utils/reliability.ts +221 -0
- package/tmlpd-pi-extension/src/utils/tokenUtils.ts +145 -0
- package/tmlpd-pi-extension/tsconfig.json +18 -0
- package/tsconfig.build.json +29 -0
- package/tsconfig.json +18 -0
- package/README.md.bak +0 -1185
- package/src/routing/advancedRouter.ts.bak +0 -650
- package/test.js.bak +0 -376
- /package/{llms-full.txt.bak → docs/llms-full.txt} +0 -0
package/eval/run_eval.js
ADDED
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const fs = require('fs');
|
|
3
|
+
const path = require('path');
|
|
4
|
+
const { routeQuery } = require('../dist/index.js');
|
|
5
|
+
const { appendExperimentRecord } = require('./lib/experiment_registry');
|
|
6
|
+
|
|
7
|
+
function readJson(filePath) {
|
|
8
|
+
return JSON.parse(fs.readFileSync(filePath, 'utf8'));
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
function readJsonl(filePath) {
|
|
12
|
+
return fs
|
|
13
|
+
.readFileSync(filePath, 'utf8')
|
|
14
|
+
.split('\n')
|
|
15
|
+
.map((line) => line.trim())
|
|
16
|
+
.filter(Boolean)
|
|
17
|
+
.map((line, idx) => {
|
|
18
|
+
try {
|
|
19
|
+
return JSON.parse(line);
|
|
20
|
+
} catch (error) {
|
|
21
|
+
throw new Error(`Invalid JSONL at line ${idx + 1}: ${error.message}`);
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
function safeGet(obj, key, fallback = false) {
|
|
27
|
+
return Object.prototype.hasOwnProperty.call(obj, key) ? obj[key] : fallback;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
function toFixed(n) {
|
|
31
|
+
return Number(n.toFixed(4));
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
function ensureDir(dirPath) {
|
|
35
|
+
fs.mkdirSync(dirPath, { recursive: true });
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
function evaluateCase(item) {
|
|
39
|
+
const decision = routeQuery(item.prompt);
|
|
40
|
+
const expected = item.expected || {};
|
|
41
|
+
const checks = [];
|
|
42
|
+
|
|
43
|
+
if (expected.complexity) {
|
|
44
|
+
const c = decision.features?.complexity ?? 0;
|
|
45
|
+
const ok = c >= expected.complexity.min && c <= expected.complexity.max;
|
|
46
|
+
checks.push({ type: 'complexity', ok, actual: c, expected: expected.complexity });
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
if (expected.flags) {
|
|
50
|
+
for (const [flag, expectedValue] of Object.entries(expected.flags)) {
|
|
51
|
+
const actual = safeGet(decision.features || {}, flag, false);
|
|
52
|
+
checks.push({ type: 'flag', flag, ok: actual === expectedValue, actual, expected: expectedValue });
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
if (expected.domain) {
|
|
57
|
+
const actual = decision.features?.domain || '';
|
|
58
|
+
checks.push({ type: 'domain', ok: actual === expected.domain, actual, expected: expected.domain });
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
if (expected.provider_type) {
|
|
62
|
+
const actual = decision.provider_type || '';
|
|
63
|
+
checks.push({ type: 'provider_type', ok: actual === expected.provider_type, actual, expected: expected.provider_type });
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
return {
|
|
67
|
+
id: item.id,
|
|
68
|
+
prompt: item.prompt,
|
|
69
|
+
decision: {
|
|
70
|
+
primary_model: decision.primary_model,
|
|
71
|
+
provider_type: decision.provider_type,
|
|
72
|
+
estimated_cost: decision.estimated_cost,
|
|
73
|
+
complexity: decision.features?.complexity,
|
|
74
|
+
detected_domain: decision.features?.detected_domain || ''
|
|
75
|
+
},
|
|
76
|
+
checks
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
function summarize(results) {
|
|
81
|
+
const allChecks = results.flatMap((r) => r.checks);
|
|
82
|
+
const byType = (type) => allChecks.filter((c) => c.type === type);
|
|
83
|
+
const rate = (arr) => (arr.length ? arr.filter((x) => x.ok).length / arr.length : 1);
|
|
84
|
+
|
|
85
|
+
const complexity = rate(byType('complexity'));
|
|
86
|
+
const flags = rate(byType('flag'));
|
|
87
|
+
const domain = rate(byType('domain'));
|
|
88
|
+
const providerType = rate(byType('provider_type'));
|
|
89
|
+
|
|
90
|
+
const weighted = [complexity, flags, domain, providerType];
|
|
91
|
+
const overall = weighted.reduce((a, b) => a + b, 0) / weighted.length;
|
|
92
|
+
|
|
93
|
+
return {
|
|
94
|
+
dataset_size: results.length,
|
|
95
|
+
checks_count: allChecks.length,
|
|
96
|
+
complexity_accuracy: toFixed(complexity),
|
|
97
|
+
flag_accuracy: toFixed(flags),
|
|
98
|
+
domain_accuracy: toFixed(domain),
|
|
99
|
+
provider_type_accuracy: toFixed(providerType),
|
|
100
|
+
overall_score: toFixed(overall)
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
function gate(summary, thresholds, baseline) {
|
|
105
|
+
const failures = [];
|
|
106
|
+
|
|
107
|
+
if (summary.dataset_size < thresholds.min_dataset_size) {
|
|
108
|
+
failures.push(`dataset_size ${summary.dataset_size} < min_dataset_size ${thresholds.min_dataset_size}`);
|
|
109
|
+
}
|
|
110
|
+
if (summary.complexity_accuracy < thresholds.min_complexity_accuracy) {
|
|
111
|
+
failures.push(`complexity_accuracy ${summary.complexity_accuracy} < ${thresholds.min_complexity_accuracy}`);
|
|
112
|
+
}
|
|
113
|
+
if (summary.flag_accuracy < thresholds.min_flag_accuracy) {
|
|
114
|
+
failures.push(`flag_accuracy ${summary.flag_accuracy} < ${thresholds.min_flag_accuracy}`);
|
|
115
|
+
}
|
|
116
|
+
if (summary.domain_accuracy < thresholds.min_domain_accuracy) {
|
|
117
|
+
failures.push(`domain_accuracy ${summary.domain_accuracy} < ${thresholds.min_domain_accuracy}`);
|
|
118
|
+
}
|
|
119
|
+
if (summary.provider_type_accuracy < thresholds.min_provider_type_accuracy) {
|
|
120
|
+
failures.push(`provider_type_accuracy ${summary.provider_type_accuracy} < ${thresholds.min_provider_type_accuracy}`);
|
|
121
|
+
}
|
|
122
|
+
if (summary.overall_score < thresholds.min_overall_score) {
|
|
123
|
+
failures.push(`overall_score ${summary.overall_score} < ${thresholds.min_overall_score}`);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
if (baseline?.summary) {
|
|
127
|
+
const delta = baseline.summary.overall_score - summary.overall_score;
|
|
128
|
+
if (delta > thresholds.max_regression_delta) {
|
|
129
|
+
failures.push(
|
|
130
|
+
`overall_score regression ${toFixed(delta)} > max_regression_delta ${thresholds.max_regression_delta}`
|
|
131
|
+
);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
return failures;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
function main() {
|
|
139
|
+
const evalDir = path.resolve(__dirname);
|
|
140
|
+
const datasetPath = path.join(evalDir, 'benchmark_dataset.jsonl');
|
|
141
|
+
const thresholdsPath = path.join(evalDir, 'thresholds.json');
|
|
142
|
+
const baselinePath = path.join(evalDir, 'baselines', 'main.json');
|
|
143
|
+
const resultsPath = path.join(evalDir, 'results', 'latest.json');
|
|
144
|
+
|
|
145
|
+
const dataset = readJsonl(datasetPath);
|
|
146
|
+
const thresholds = readJson(thresholdsPath);
|
|
147
|
+
const results = dataset.map(evaluateCase);
|
|
148
|
+
const summary = summarize(results);
|
|
149
|
+
const baseline = fs.existsSync(baselinePath) ? readJson(baselinePath) : null;
|
|
150
|
+
const failures = gate(summary, thresholds, baseline);
|
|
151
|
+
|
|
152
|
+
const output = {
|
|
153
|
+
timestamp_utc: new Date().toISOString(),
|
|
154
|
+
commit: process.env.GITHUB_SHA || null,
|
|
155
|
+
summary,
|
|
156
|
+
failures,
|
|
157
|
+
baseline_used: Boolean(baseline),
|
|
158
|
+
results
|
|
159
|
+
};
|
|
160
|
+
|
|
161
|
+
ensureDir(path.dirname(resultsPath));
|
|
162
|
+
fs.writeFileSync(resultsPath, JSON.stringify(output, null, 2));
|
|
163
|
+
|
|
164
|
+
console.log('\nA3M Routing Eval Summary');
|
|
165
|
+
console.log('------------------------');
|
|
166
|
+
console.log(JSON.stringify(summary, null, 2));
|
|
167
|
+
console.log(`Results file: ${resultsPath}`);
|
|
168
|
+
|
|
169
|
+
if (failures.length) {
|
|
170
|
+
appendExperimentRecord({
|
|
171
|
+
experiment_id: `routing_eval_${Date.now()}`,
|
|
172
|
+
dataset_version: 'core_regression_v1',
|
|
173
|
+
run_type: 'routing_eval',
|
|
174
|
+
metrics: summary,
|
|
175
|
+
decision: 'fail',
|
|
176
|
+
notes: failures
|
|
177
|
+
});
|
|
178
|
+
console.error('\nEval gate FAILED:');
|
|
179
|
+
for (const failure of failures) {
|
|
180
|
+
console.error(`- ${failure}`);
|
|
181
|
+
}
|
|
182
|
+
process.exit(1);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
appendExperimentRecord({
|
|
186
|
+
experiment_id: `routing_eval_${Date.now()}`,
|
|
187
|
+
dataset_version: 'core_regression_v1',
|
|
188
|
+
run_type: 'routing_eval',
|
|
189
|
+
metrics: summary,
|
|
190
|
+
decision: 'pass',
|
|
191
|
+
notes: []
|
|
192
|
+
});
|
|
193
|
+
|
|
194
|
+
console.log('\nEval gate PASSED');
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
main();
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const fs = require('fs');
|
|
3
|
+
const path = require('path');
|
|
4
|
+
const { ProviderRetryHandler } = require('../dist/routing/providerRetry.js');
|
|
5
|
+
const { ProviderHealthManager } = require('../dist/routing/providerHealth.js');
|
|
6
|
+
const { appendExperimentRecord } = require('./lib/experiment_registry');
|
|
7
|
+
|
|
8
|
+
function readJson(filePath) {
|
|
9
|
+
return JSON.parse(fs.readFileSync(filePath, 'utf8'));
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
async function scenarioRetryTransientThenSuccess() {
|
|
13
|
+
const handler = new ProviderRetryHandler({
|
|
14
|
+
openai: {
|
|
15
|
+
timeout: 3000,
|
|
16
|
+
retry: {
|
|
17
|
+
maxRetries: 3,
|
|
18
|
+
initialDelayMs: 10,
|
|
19
|
+
maxDelayMs: 100,
|
|
20
|
+
backoffMultiplier: 2,
|
|
21
|
+
retryableErrors: ['ETIMEDOUT', '503']
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
let callCount = 0;
|
|
27
|
+
const result = await handler.executeWithRetry('openai', async () => {
|
|
28
|
+
callCount += 1;
|
|
29
|
+
if (callCount < 3) {
|
|
30
|
+
const err = new Error('temporary timeout');
|
|
31
|
+
err.code = 'ETIMEDOUT';
|
|
32
|
+
throw err;
|
|
33
|
+
}
|
|
34
|
+
return 'ok';
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
return result === 'ok' && callCount === 3;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
async function scenarioNoRetryOnBadRequest() {
|
|
41
|
+
const handler = new ProviderRetryHandler({
|
|
42
|
+
openai: {
|
|
43
|
+
timeout: 3000,
|
|
44
|
+
retry: {
|
|
45
|
+
maxRetries: 5,
|
|
46
|
+
initialDelayMs: 10,
|
|
47
|
+
maxDelayMs: 100,
|
|
48
|
+
backoffMultiplier: 2,
|
|
49
|
+
retryableErrors: ['ETIMEDOUT', '503']
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
let callCount = 0;
|
|
55
|
+
try {
|
|
56
|
+
await handler.executeWithRetry('openai', async () => {
|
|
57
|
+
callCount += 1;
|
|
58
|
+
const err = new Error('bad request');
|
|
59
|
+
err.status = 400;
|
|
60
|
+
throw err;
|
|
61
|
+
});
|
|
62
|
+
return false;
|
|
63
|
+
} catch {
|
|
64
|
+
return callCount === 1;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
async function scenarioNoRetryOnChineseQuotaAccountErrors() {
|
|
69
|
+
const handler = new ProviderRetryHandler({
|
|
70
|
+
moonshot: {
|
|
71
|
+
timeout: 3000,
|
|
72
|
+
retry: {
|
|
73
|
+
maxRetries: 5,
|
|
74
|
+
initialDelayMs: 10,
|
|
75
|
+
maxDelayMs: 100,
|
|
76
|
+
backoffMultiplier: 2,
|
|
77
|
+
retryableErrors: ['429', '503', 'ETIMEDOUT']
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
});
|
|
81
|
+
|
|
82
|
+
let callCount = 0;
|
|
83
|
+
try {
|
|
84
|
+
await handler.executeWithRetry('moonshot', async () => {
|
|
85
|
+
callCount += 1;
|
|
86
|
+
const err = new Error('request reached organization TPD rate limit, current: 1501880, limit: 1500000');
|
|
87
|
+
err.status = 429;
|
|
88
|
+
err.code = 'rate_limit_reached_error';
|
|
89
|
+
throw err;
|
|
90
|
+
});
|
|
91
|
+
return false;
|
|
92
|
+
} catch {
|
|
93
|
+
return callCount === 1;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
async function scenarioCircuitBreakerOpens() {
|
|
98
|
+
const health = new ProviderHealthManager({
|
|
99
|
+
circuitBreakerThreshold: 3,
|
|
100
|
+
cooldownMs: 30000,
|
|
101
|
+
windowSize: 10
|
|
102
|
+
});
|
|
103
|
+
|
|
104
|
+
const provider = 'mock/provider';
|
|
105
|
+
health.recordFailure(provider, 'e1');
|
|
106
|
+
health.recordFailure(provider, 'e2');
|
|
107
|
+
health.recordFailure(provider, 'e3');
|
|
108
|
+
|
|
109
|
+
const state = health.getHealth(provider);
|
|
110
|
+
return state.isHealthy === false && state.consecutiveErrors >= 3 && state.cooldownUntil > Date.now();
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
async function scenarioFallbackOrdering() {
|
|
114
|
+
const health = new ProviderHealthManager({ windowSize: 10 });
|
|
115
|
+
|
|
116
|
+
health.recordSuccess('fast', 80);
|
|
117
|
+
health.recordSuccess('fast', 90);
|
|
118
|
+
|
|
119
|
+
health.recordSuccess('slow', 500);
|
|
120
|
+
health.recordSuccess('slow', 600);
|
|
121
|
+
|
|
122
|
+
health.recordFailure('broken', 'x1');
|
|
123
|
+
health.recordFailure('broken', 'x2');
|
|
124
|
+
health.recordFailure('broken', 'x3');
|
|
125
|
+
|
|
126
|
+
const chain = health.getFallbackChain(['broken', 'slow', 'fast']);
|
|
127
|
+
return chain[0] === 'fast' && chain[chain.length - 1] === 'broken';
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
async function main() {
|
|
131
|
+
const thresholds = readJson(path.join(__dirname, 'fault_injection_thresholds.json'));
|
|
132
|
+
const scenarios = [
|
|
133
|
+
['retry_transient_then_success', scenarioRetryTransientThenSuccess],
|
|
134
|
+
['no_retry_on_bad_request', scenarioNoRetryOnBadRequest],
|
|
135
|
+
['no_retry_on_chinese_quota_account_errors', scenarioNoRetryOnChineseQuotaAccountErrors],
|
|
136
|
+
['circuit_breaker_opens', scenarioCircuitBreakerOpens],
|
|
137
|
+
['fallback_ordering', scenarioFallbackOrdering]
|
|
138
|
+
];
|
|
139
|
+
|
|
140
|
+
const results = [];
|
|
141
|
+
for (const [name, fn] of scenarios) {
|
|
142
|
+
try {
|
|
143
|
+
const ok = await fn();
|
|
144
|
+
results.push({ name, ok, error: null });
|
|
145
|
+
} catch (error) {
|
|
146
|
+
results.push({ name, ok: false, error: String(error) });
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
const passed = results.filter((r) => r.ok).length;
|
|
151
|
+
const passRate = results.length ? passed / results.length : 0;
|
|
152
|
+
const summary = {
|
|
153
|
+
total: results.length,
|
|
154
|
+
passed,
|
|
155
|
+
failed: results.length - passed,
|
|
156
|
+
pass_rate: Number(passRate.toFixed(4))
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
const output = {
|
|
160
|
+
timestamp_utc: new Date().toISOString(),
|
|
161
|
+
summary,
|
|
162
|
+
thresholds,
|
|
163
|
+
results
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
const outDir = path.join(__dirname, 'results');
|
|
167
|
+
fs.mkdirSync(outDir, { recursive: true });
|
|
168
|
+
fs.writeFileSync(path.join(outDir, 'fault_injection_latest.json'), JSON.stringify(output, null, 2));
|
|
169
|
+
|
|
170
|
+
console.log('\nFault Injection Summary');
|
|
171
|
+
console.log('-----------------------');
|
|
172
|
+
console.log(JSON.stringify(summary, null, 2));
|
|
173
|
+
|
|
174
|
+
if (passRate < thresholds.required_pass_rate) {
|
|
175
|
+
appendExperimentRecord({
|
|
176
|
+
experiment_id: `fault_injection_${Date.now()}`,
|
|
177
|
+
dataset_version: 'fault_scenarios_v1',
|
|
178
|
+
run_type: 'fault_injection',
|
|
179
|
+
metrics: summary,
|
|
180
|
+
decision: 'fail',
|
|
181
|
+
notes: results.filter((r) => !r.ok).map((r) => `${r.name}: ${r.error || 'failed'}`)
|
|
182
|
+
});
|
|
183
|
+
console.error(
|
|
184
|
+
`\nFault injection gate FAILED: pass_rate ${summary.pass_rate} < ${thresholds.required_pass_rate}`
|
|
185
|
+
);
|
|
186
|
+
process.exit(1);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
appendExperimentRecord({
|
|
190
|
+
experiment_id: `fault_injection_${Date.now()}`,
|
|
191
|
+
dataset_version: 'fault_scenarios_v1',
|
|
192
|
+
run_type: 'fault_injection',
|
|
193
|
+
metrics: summary,
|
|
194
|
+
decision: 'pass',
|
|
195
|
+
notes: []
|
|
196
|
+
});
|
|
197
|
+
|
|
198
|
+
console.log('\nFault injection gate PASSED');
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
main();
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
const fs = require('fs');
|
|
3
|
+
const path = require('path');
|
|
4
|
+
const { routeQuery } = require('../dist/index.js');
|
|
5
|
+
const { appendExperimentRecord } = require('./lib/experiment_registry');
|
|
6
|
+
|
|
7
|
+
function readJsonl(filePath) {
|
|
8
|
+
return fs
|
|
9
|
+
.readFileSync(filePath, 'utf8')
|
|
10
|
+
.split('\n')
|
|
11
|
+
.map((line) => line.trim())
|
|
12
|
+
.filter(Boolean)
|
|
13
|
+
.map((line) => JSON.parse(line));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
function toFixed(n) {
|
|
17
|
+
return Number(n.toFixed(6));
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
function main() {
|
|
21
|
+
const evalDir = path.resolve(__dirname);
|
|
22
|
+
const dataset = readJsonl(path.join(evalDir, 'benchmark_dataset.jsonl'));
|
|
23
|
+
const candidateBudgetMultiplier = Number(process.env.A3M_SHADOW_BUDGET_MULTIPLIER || '0.85');
|
|
24
|
+
|
|
25
|
+
let divergence = 0;
|
|
26
|
+
let projectedCostDelta = 0;
|
|
27
|
+
const comparisons = [];
|
|
28
|
+
|
|
29
|
+
for (const row of dataset) {
|
|
30
|
+
const primary = routeQuery(row.prompt);
|
|
31
|
+
const shadow = routeQuery(row.prompt, undefined, candidateBudgetMultiplier);
|
|
32
|
+
|
|
33
|
+
const changed = primary.primary_model !== shadow.primary_model;
|
|
34
|
+
if (changed) divergence += 1;
|
|
35
|
+
|
|
36
|
+
const costDelta = Number((shadow.estimated_cost || 0) - (primary.estimated_cost || 0));
|
|
37
|
+
projectedCostDelta += costDelta;
|
|
38
|
+
|
|
39
|
+
comparisons.push({
|
|
40
|
+
id: row.id,
|
|
41
|
+
primary_model: primary.primary_model,
|
|
42
|
+
shadow_model: shadow.primary_model,
|
|
43
|
+
changed,
|
|
44
|
+
primary_cost: primary.estimated_cost,
|
|
45
|
+
shadow_cost: shadow.estimated_cost,
|
|
46
|
+
cost_delta: toFixed(costDelta)
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
const summary = {
|
|
51
|
+
dataset_size: dataset.length,
|
|
52
|
+
candidate_budget_multiplier: candidateBudgetMultiplier,
|
|
53
|
+
divergence_rate: toFixed(divergence / dataset.length),
|
|
54
|
+
changed_cases: divergence,
|
|
55
|
+
projected_total_cost_delta: toFixed(projectedCostDelta),
|
|
56
|
+
projected_avg_cost_delta: toFixed(projectedCostDelta / dataset.length)
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
const out = {
|
|
60
|
+
timestamp_utc: new Date().toISOString(),
|
|
61
|
+
summary,
|
|
62
|
+
comparisons
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
const outDir = path.join(evalDir, 'results');
|
|
66
|
+
fs.mkdirSync(outDir, { recursive: true });
|
|
67
|
+
const outPath = path.join(outDir, 'shadow_latest.json');
|
|
68
|
+
fs.writeFileSync(outPath, JSON.stringify(out, null, 2));
|
|
69
|
+
|
|
70
|
+
appendExperimentRecord({
|
|
71
|
+
experiment_id: `shadow_eval_${Date.now()}`,
|
|
72
|
+
dataset_version: 'core_regression_v1',
|
|
73
|
+
run_type: 'shadow_eval',
|
|
74
|
+
metrics: summary,
|
|
75
|
+
decision: 'informational',
|
|
76
|
+
notes: []
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
console.log('\nShadow Eval Summary');
|
|
80
|
+
console.log('-------------------');
|
|
81
|
+
console.log(JSON.stringify(summary, null, 2));
|
|
82
|
+
console.log(`Shadow output: ${outPath}`);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
main();
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
# TMLPD PI Extension - Usage Examples
|
|
2
|
+
|
|
3
|
+
## Quick Start
|
|
4
|
+
|
|
5
|
+
```python
|
|
6
|
+
from tmlpd import quick_process
|
|
7
|
+
|
|
8
|
+
# One-liner
|
|
9
|
+
result = quick_process("What is quantum entanglement?")
|
|
10
|
+
print(result["content"])
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Task Classification
|
|
14
|
+
|
|
15
|
+
```python
|
|
16
|
+
from tmlpd import TMLPDLite, TaskType
|
|
17
|
+
|
|
18
|
+
lite = TMLPDLite()
|
|
19
|
+
|
|
20
|
+
# Automatic task classification
|
|
21
|
+
prompt = "Write Python async HTTP client"
|
|
22
|
+
task_type = lite.classify_task(prompt) # TaskType.CODING
|
|
23
|
+
|
|
24
|
+
# Get optimal models
|
|
25
|
+
models = lite.get_optimal_models(task_type, 3)
|
|
26
|
+
# ["codex", "claude-minimax", "claude"]
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## Caching
|
|
30
|
+
|
|
31
|
+
```python
|
|
32
|
+
from tmlpd import TMLPDLite
|
|
33
|
+
|
|
34
|
+
lite = TMLPDLite()
|
|
35
|
+
|
|
36
|
+
# First call - not cached
|
|
37
|
+
result1 = lite.process("What is 2+2?", use_cache=True)
|
|
38
|
+
print(f"Cached: {result1['cached']}") # False
|
|
39
|
+
|
|
40
|
+
# Second call - from cache
|
|
41
|
+
result2 = lite.process("What is 2+2?", use_cache=True)
|
|
42
|
+
print(f"Cached: {result2['cached']}") # True
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Async Client (Production)
|
|
46
|
+
|
|
47
|
+
```python
|
|
48
|
+
import asyncio
|
|
49
|
+
from tmlpd import TMLPDClient, TMLPDConfig
|
|
50
|
+
|
|
51
|
+
async def main():
|
|
52
|
+
config = TMLPDConfig(
|
|
53
|
+
cache_ttl_seconds=3600,
|
|
54
|
+
daily_budget=10.0,
|
|
55
|
+
max_concurrent=5
|
|
56
|
+
)
|
|
57
|
+
client = TMLPDClient(config)
|
|
58
|
+
|
|
59
|
+
# Single execution
|
|
60
|
+
result = await client.execute("Explain quantum entanglement")
|
|
61
|
+
|
|
62
|
+
# Parallel execution
|
|
63
|
+
parallel = await client.execute_parallel(
|
|
64
|
+
"Compare Python and JavaScript",
|
|
65
|
+
models=["gpt-4o", "claude", "gemini"]
|
|
66
|
+
)
|
|
67
|
+
|
|
68
|
+
# Cost summary
|
|
69
|
+
summary = await client.get_cost_summary()
|
|
70
|
+
print(f"Total spent: ${summary.total_cost}")
|
|
71
|
+
|
|
72
|
+
asyncio.run(main())
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
## Cost Optimization
|
|
76
|
+
|
|
77
|
+
```python
|
|
78
|
+
import asyncio
|
|
79
|
+
from tmlpd import TMLPDClient
|
|
80
|
+
|
|
81
|
+
async def cost_optimization():
|
|
82
|
+
client = TMLPDClient()
|
|
83
|
+
|
|
84
|
+
# Cheap for simple tasks
|
|
85
|
+
simple = await client.execute("What is 2+2?", model="cerebras/llama-3.3-70b")
|
|
86
|
+
print(f"Simple task cost: ${simple.cost:.6f}")
|
|
87
|
+
|
|
88
|
+
# Premium for complex tasks
|
|
89
|
+
complex = await client.execute("Design microservices", model="anthropic/claude-3.5-sonnet")
|
|
90
|
+
print(f"Complex task cost: ${complex.cost:.6f}")
|
|
91
|
+
|
|
92
|
+
asyncio.run(cost_optimization())
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
## LangChain Integration
|
|
96
|
+
|
|
97
|
+
```python
|
|
98
|
+
from langchain.llms import BaseLLM
|
|
99
|
+
from tmlpd import TMLPDLite
|
|
100
|
+
|
|
101
|
+
class TMLPDLLM(BaseLLM):
|
|
102
|
+
def __init__(self, task_type="default"):
|
|
103
|
+
self.lite = TMLPDLite()
|
|
104
|
+
self.task_type = task_type
|
|
105
|
+
|
|
106
|
+
def _call(self, prompt: str) -> str:
|
|
107
|
+
result = self.lite.process(prompt)
|
|
108
|
+
return result["content"]
|
|
109
|
+
|
|
110
|
+
# Usage
|
|
111
|
+
llm = TMLPDLLM(task_type="coding")
|
|
112
|
+
response = llm("Write a Python function")
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
## API Server
|
|
116
|
+
|
|
117
|
+
```python
|
|
118
|
+
# Run: node node_modules/tmlpd-pi/dist/server.js --port 18791
|
|
119
|
+
# Then use Python client:
|
|
120
|
+
|
|
121
|
+
import httpx
|
|
122
|
+
|
|
123
|
+
async def api_example():
|
|
124
|
+
async with httpx.AsyncClient() as client:
|
|
125
|
+
response = await client.post(
|
|
126
|
+
"http://localhost:18791/execute",
|
|
127
|
+
json={"prompt": "Hello world", "models": ["gpt-4o"]}
|
|
128
|
+
)
|
|
129
|
+
print(response.json())
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
## Task Types
|
|
133
|
+
|
|
134
|
+
| Task Type | Keywords | Best Models |
|
|
135
|
+
|-----------|----------|-------------|
|
|
136
|
+
| coding | python, javascript, code | codex, claude-minimax |
|
|
137
|
+
| frontend | react, vue, component | codex, claude-minimax |
|
|
138
|
+
| backend | api, server, database | codex, claude-glm |
|
|
139
|
+
| chinese | 中文, 汉语 | claude-glm, claude-minimax |
|
|
140
|
+
| fast | quick, simple | gemini, claude-haiku |
|
|
141
|
+
| premium | advanced, complex | claude-opus, gemini-pro |
|
|
142
|
+
|
|
143
|
+
## Environment Variables
|
|
144
|
+
|
|
145
|
+
```bash
|
|
146
|
+
# API Keys
|
|
147
|
+
export OPENAI_API_KEY="sk-..."
|
|
148
|
+
export ANTHROPIC_API_KEY="sk-ant-..."
|
|
149
|
+
export GROQ_API_KEY="gsk_..."
|
|
150
|
+
|
|
151
|
+
# TMLPD Configuration
|
|
152
|
+
export TMLPD_MAX_CONCURRENT=5
|
|
153
|
+
export TMLPD_DAILY_BUDGET=10.0
|
|
154
|
+
export TMLPD_CACHE_TTL=3600
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
## Full Example
|
|
158
|
+
|
|
159
|
+
```python
|
|
160
|
+
import asyncio
|
|
161
|
+
from tmlpd import TMLPDClient, TMLPDLite
|
|
162
|
+
|
|
163
|
+
async def full_example():
|
|
164
|
+
# Lite for quick tasks
|
|
165
|
+
lite = TMLPDLite()
|
|
166
|
+
result = lite.process("What is Python?", use_cache=True)
|
|
167
|
+
print(f"Lite: {result['task_type']}")
|
|
168
|
+
|
|
169
|
+
# Full client for production
|
|
170
|
+
client = TMLPDClient()
|
|
171
|
+
|
|
172
|
+
# Batch processing
|
|
173
|
+
prompts = ["What is AI?", "What is ML?", "What is DL?"]
|
|
174
|
+
for prompt in prompts:
|
|
175
|
+
result = await client.execute(prompt)
|
|
176
|
+
print(f"Cost: ${result.cost:.6f}")
|
|
177
|
+
|
|
178
|
+
# Final stats
|
|
179
|
+
summary = await client.get_cost_summary()
|
|
180
|
+
print(f"Total: ${summary.total_cost:.6f}")
|
|
181
|
+
|
|
182
|
+
asyncio.run(full_example())
|
|
183
|
+
```
|