Windows tray-menu proof image from the RepoBar Windows taskbar validation lane.
Crabbox proof run: run_c9b0be55b7bf
| #!/usr/bin/env bash | |
| # ============================================================ | |
| # Axios Supply Chain Attack Scanner | |
| # Checks for compromised axios@1.14.1 / plain-crypto-js@4.2.1 | |
| # | |
| # Usage: curl -sL <URL> | bash | |
| # or: bash check_axios_compromise.sh | |
| # | |
| # Reference: https://socket.dev/blog/axios-npm-package-compromised | |
| # ============================================================ |
| from __future__ import annotations | |
| import json | |
| import logging | |
| import os | |
| import time | |
| from collections.abc import Mapping | |
| from typing import Any | |
| from opik.evaluation.metrics import LevenshteinRatio |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <rss version="2.0"> | |
| <channel> | |
| <title>Vincent Koc - Manual Articles</title> | |
| <link>https://github.com/vincentkoc</link> | |
| <description>Manually curated articles from Forbes and other sources without RSS feeds</description> | |
| <item> | |
| <title>The Dawn of Self-Optimizing AI Agents</title> | |
| <link>https://www.forbes.com/councils/forbestechcouncil/2026/01/22/the-dawn-of-self-optimizing-ai-agents/</link> | |
| <pubDate>Thu, 22 Jan 2026 00:00:00 GMT</pubDate> |
| description | Build high-impact documentation grounded in best practices | |
|---|---|---|
| argument-hint |
|
Use this when drafting or overhauling docs. It works for net-new guides, branch-specific updates, or sweeping improvements. Pass TYPE if you already know the Diataxis bucket.
| # Google API Key | |
| # Get your key from: https://ai.google.dev/ | |
| GOOGLE_API_KEY=your_google_api_key_here | |
| # Opik Configuration (Optional - will prompt for configuration if not set) | |
| # Get your key from: https://www.comet.com/ | |
| # OPIK_API_KEY=your_opik_api_key_here | |
| # OPIK_WORKSPACE=your_workspace_name |
This is a sample script to help with multi-modal examples with Comet Opik.
Two files:
A simple demo showcasing the integration of OpenAI Agents SDK with Comet Opik for observability. This demo features two agents:
| # azure-pipeline.yaml | |
| trigger: | |
| paths: | |
| - 'flows/**/*.json' # Properly escaped pattern for JSON files | |
| - 'flows/**/*.flow' # In case you use .flow extension | |
| variables: | |
| FLOWISE_API_KEY: $(FLOWISE_API_KEY) | |
| AZURE_STORAGE_CONNECTION_STRING: $(AZURE_STORAGE_CONNECTION_STRING) | |
| CONTAINER_NAME: 'flowise-flows' |