Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 9154,
"has_wiki": true,
"homepage": "https://grafana.com/docs/grafana-cloud/observe-and-act/agent-observability/",
"languages": {
"C#": 736574,
"Go": 3080580,
"CSS": 6053,
"HTML": 942,
"Java": 823655,
"Shell": 15985,
"Python": 1676842,
"Makefile": 204,
"Dockerfile": 340,
"JavaScript": 703232,
"TypeScript": 1173542
},
"pushed_at": "2026-08-01T13:26:51Z",
"created_at": "2026-03-31T20:30:04Z",
"owner_type": "Organization",
"updated_at": "2026-08-01T02:05:13Z",
"description": "Actually Useful Agent Observability",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go",
"Python",
"TypeScript",
"Java"
]
},
"owner": {
"blog": "https://grafana.com",
"name": "Grafana Labs",
"type": "Organization",
"login": "grafana",
"company": null,
"location": "Sweden",
"followers": 7140,
"avatar_url": "https://avatars.githubusercontent.com/u/7195757?v=4",
"created_at": "2014-04-06T12:22:57Z",
"is_verified": null,
"public_repos": 587,
"account_age_days": 4500
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": null,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "plugins/agento11y/v0.22.0",
"kind": "other",
"published_at": "2026-07-28T21:09:52Z"
},
{
"tag": "plugins/agento11y/v0.21.0",
"kind": "other",
"published_at": "2026-07-28T08:36:59Z"
},
{
"tag": "plugins/agento11y/v0.20.0",
"kind": "other",
"published_at": "2026-07-21T12:02:28Z"
},
{
"tag": "plugins/sigil/v0.19.0",
"kind": "other",
"published_at": "2026-07-17T08:58:31Z"
},
{
"tag": "plugins/sigil/v0.18.0",
"kind": "other",
"published_at": "2026-07-13T13:43:46Z"
},
{
"tag": "plugins/sigil/v0.17.0",
"kind": "other",
"published_at": "2026-06-23T04:34:28Z"
},
{
"tag": "plugins/sigil/v0.16.0",
"kind": "other",
"published_at": "2026-06-19T18:19:32Z"
},
{
"tag": "plugins/sigil/v0.15.0",
"kind": "other",
"published_at": "2026-06-18T22:19:11Z"
},
{
"tag": "plugins/sigil/v0.14.0",
"kind": "other",
"published_at": "2026-06-18T21:38:20Z"
},
{
"tag": "plugins/sigil/v0.13.0",
"kind": "other",
"published_at": "2026-06-16T16:35:14Z"
},
{
"tag": "plugins/sigil/v0.12.0",
"kind": "other",
"published_at": "2026-06-12T12:57:23Z"
},
{
"tag": "plugins/sigil/v0.11.0",
"kind": "other",
"published_at": "2026-06-08T07:53:36Z"
}
],
"recent_commits": [
{
"oid": "d9db82cfb562487b174006aabbd435d155e59278",
"body": "…(#496)\n\nCloud trial evaluation shipped in #485 and #488 but is not in a release\nyet. Put it behind `AGENTO11Y_ENABLE_EXPERIMENTAL_FEATURES=true` so\ncallers must opt in before depending on it, and so it can change without\nbreaking anyone who did not.\n\nWithout the variable set, `Trial.Evaluate`, `Tri\n[…]\nin the\nautouse env fixture, so no existing test changed. Tests that assert the\ngate blocks a call clear the variable instead of setting it to a falsy\nvalue, so they exercise the default a caller sees.",
"is_bot": false,
"headline": "feat(sdk): gate cloud trial evaluation behind an experimental opt-in …",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-08-01T02:05:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6a5cc0494e9a48992f0ba5dd8abe2fcdb5b39173",
"body": "Adds `Trial.evaluate(evaluator_id)` to the Python SDK so a trial can be\ngraded by an evaluator stored in Grafana Cloud instead of computing the\nscore locally:\n\n```python\nfrom agento11y import experiments\n\nwith experiments.experiment(name=\"Cloud evaluator run\", experiment_id=\"cloud-eval-1\") as exp:\n \n[…]\ntion.status.terminal:\n time.sleep(2)\n evaluation = exp.client.get_trial_evaluation(exp.experiment_id, trial_id, evaluation_id)\n print(case_id, evaluation.status.value)\n```",
"is_bot": false,
"headline": "feat(sdk/python): add cloud evaluation support for experiments (#485)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-31T22:22:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "849e3c4772063d2a73f7b502b2406142e5e428ae",
"body": "Adds `Trial.Evaluate` to the Go SDK: it grades the conversation a trial\nis bound to with an evaluator stored in Grafana Cloud, instead of a\nscore the runner computes.\n\nExample:\n\n```go\nerr := run.WithTrial(ctx, testCase, func(ctx context.Context, trial *experiments.Trial) error {\n\tconversationID := r\n[…]\n\n\n\nRunnable example in\n[`examples/experiments/go/cloud-evaluator/`](https://github.com/grafana/agento11y/blob/ae536bf960d8036961e16f0baea046d3f63128f8/examples/experiments/go/cloud-evaluator/main.go).",
"is_bot": false,
"headline": "feat(sdk/go): add cloud evaluation support for experiments (#488)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-31T22:12:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "05fec8b5a7319c944bae4b169f407d62d4729725",
"body": "Docs: https://code.claude.com/docs/en/hooks#common-fields\n\n- `timeout`: `Seconds before canceling. ...`\n\nFixes #492",
"is_bot": false,
"headline": "fix(plugins/claude-code): declare hook timeouts in seconds (#493)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-31T19:13:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "992adcd8436c861d5237e3d3ce5ece1f130ea7b9",
"body": "…local copy (#494)\n\nThe local daemon had its own copy of the `metadata_only` strip: a\nproto-level generation strip, the trace attribute keys, the exception\nevent name, error.category, and the sdk_error fallback.\n\n`buildGenerationPayload` now calls `contentcapture.StripGeneration`, and\nthe trace helpers resolve their keys through contentcapture.",
"is_bot": false,
"headline": "refactor(plugins/agento11y): call the SDK content strip instead of a …",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-31T18:40:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f37f268e20605fb93f0f11b96a5c93601e72fc12",
"body": "Adds preflight\n[guards](https://grafana.com/docs/grafana-cloud/observe-and-act/agent-observability/guides/guards/)\nsupport to the LiteLLM adapter. A denied request gets HTTP 400 instead\nof being sent to the model.\n\nIt is a `litellm.integrations.custom_guardrail.CustomGuardrail`, so it\ninherits LiteL\n[…]\n - agento11y_callback.agento11y_guards\n```\n\n- A timeout or an unexpected error in the guardrail follows\n`HooksConfig.fail_open` setting.\n- `transformed_input` from the evaluator is ignored for now.",
"is_bot": false,
"headline": "feat(python-frameworks/litellm): support preflight guards (#486)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-31T17:11:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "97bfa653b7aed23570f1ae8095bff8e6bd8e5a24",
"body": "…package (#490)\n\nThe SDK can strip content from the Generation struct before encoding it\n(based on content capture mode).\n\nThe logic is extracted into the new `go/agento11y/contentcapture` with\nadditional tests, so that we can reuse it later in the\n`./plugins/agento11y`.",
"is_bot": false,
"headline": "refactor(sdk-go): move metadata_only stripping into a contentcapture …",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-31T16:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b284cdd6c3b96d79f4125e39e0ef866d5fe0b049",
"body": "…es routes (#489)\n\nAdds `/v1/responses` and `/v1/messages` support to the LiteLLM handler.\n\nLiteLLM normalizes Anthropic Messages to a chat response, so it goes\nthrough the existing\nchat mappers. Responses output is mapped separately (text, reasoning,\ntool\ncalls), and its stop reason comes from `status`, like in the OpenAI\nprovider\nwrappers.",
"is_bot": false,
"headline": "feat(python-frameworks/litellm): support /v1/responses and /v1/messag…",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-31T14:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d1e67eeb539ec840ce0d2fc9704ab23b100d8e7",
"body": "`agento11y <agent> --local` now can use guards from Grafana Cloud. The\ndaemon now relays hook requests to Cloud, same as generations and OTLP\nwhen forwarding to Cloud is enabled. To make it work, all of these are\nneeded:\n\n- `AGENTO11Y_LOCAL_FORWARD=true`\n- `AGENTO11Y_GUARDS_ENABLED=true`\n- `AGENTO11Y_ENDPOINT`\n- credentials",
"is_bot": false,
"headline": "feat(plugins/agento11y): support Cloud guards in --local mode (#487)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-31T10:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "029e3ea69e24bfc263b064f95e8153bd09e86618",
"body": "…#484)\n\nLocal sessions keep everything on disk and send nothing to Grafana\nCloud. Enable forwarding to Cloud, which is off unless\n`AGENTO11Y_LOCAL_FORWARD` is true. Local capture always keeps full\ncontent. `AGENTO11Y_CONTENT_CAPTURE_MODE` controls only the forwarded\ncopy.\n\nForwarding is best effort and never affects the local write or the\nresponse to the agent. Configuration is re-read when `config.env`\nchanges size or mtime, so the toggle takes effect without restarting the\ndaemon.",
"is_bot": false,
"headline": "feat(plugins/agento11y): opt-in Cloud forwarding for local sessions (…",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-30T07:45:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "177e863d91fd9e05df6dd4fec9bed77b1c61fe49",
"body": "This PR contains the following updates:\n\n| Package | Change |\n[Age](https://docs.renovatebot.com/merge-confidence/) |\n[Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n| [@google/adk](https://redirect.github.com/google/adk-js) | [`^0.5.0` →\n`^0.6.0`](https://renovatebo\n[…]\n3IiXX0=-->\n\nSigned-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>\nCo-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency @google/adk to ^0.6.0 (#248)",
"author_name": "renovate-sh-app[bot]",
"author_login": "renovate-sh-app[bot]",
"committed_at": "2026-07-29T08:37:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ae15fd1e1ee25670f9356e706112596b367c3921",
"body": "… (#250)\n\nThis PR contains the following updates:\n\n| Package | Change |\n[Age](https://docs.renovatebot.com/merge-confidence/) |\n[Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n|\n[com.google.genai:google-genai](https://redirect.github.com/googleapis/java-genai)\n| `1.4\n[…]\n3IiXX0=-->\n\nSigned-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>\nCo-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency com.google.genai:google-genai to v1.63.0…",
"author_name": "renovate-sh-app[bot]",
"author_login": "renovate-sh-app[bot]",
"committed_at": "2026-07-29T08:36:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "68de1d82dd108f99cfd01bf0a1441185ef7a2a9a",
"body": "…eason (#480)\n\n## What\n\nThe `set_result` field list in `llms.txt` showed `stop_reason` /\n`finish_reason` as if both were fields you set. Only **`stop_reason`**\nis the SDK field — verified against the proto (`stop_reason = 15` in\n`generation_ingest.proto`) and every SDK's model. `finish_reason` is th\n[…]\nationPrompt.ts`). The same fix\nis applied there in a companion PR.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(llms): clarify stop_reason is the set_result field, not finish_r…",
"author_name": "Sonia Aguilar",
"author_login": "soniaAguilarPeiron",
"committed_at": "2026-07-29T07:26:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f4231f5b0aa6c6bb9a575424b5fad084cce76255",
"body": "## Plugin version bumps\n\n- @grafana/agento11y-opencode@0.16.0\n\n\n---\n\n**@grafana/agento11y-opencode**\n\n## [0.16.0] - 2026-07-28\n\n### Features\n\n- **plugins/opencode**: send the session title as conversationTitle\n(#481)\n- **plugins/opencode**: emit the subagent built-in tag (#476)\n\n### Bug Fixes\n\n- **p\n[…]\nders on teardown\n(#478)\n\nGenerated by `.github/workflows/plugins-publish.yml`.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(plugins): bump versions (minor) (#483)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-28T21:06:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb4cdc97f5b49bba5cb626358f713fdca887e5f1",
"body": "Releases `plugins/agento11y/v0.22.0`.\n\n## [0.22.0] - 2026-07-28\n\n### Features\n\n- **plugins**: local viewer UI improvements (#475)\n\n---\n\nThe tag `plugins/agento11y/v0.22.0` will be created automatically by\n`tag-agento11y-on-merge.yml` when this PR merges into main.\n\nGenerated by `.github/workflows/release-agento11y.yml`.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(plugins/agento11y): release v0.22.0 (#482)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-28T21:06:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3e7131427d726c48df4b66951b59438b9d130d6",
"body": "…#481)\n\nSimilar to other coding agent plugins, send session title as\nconversation title.",
"is_bot": false,
"headline": "feat(plugins/opencode): send the session title as conversationTitle (…",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-28T20:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f7a21e825996ebc5290126a8416a3b13204e28c",
"body": "…wn (#478)\n\nSpans were not flushed when opencode shut down. The disposal branch in\n`handleLifecycle` waited for the `global.disposed` event, but opencode\nsends that event only after every instance is already gone, so\n`sigil.shutdown()` and `telemetry.shutdown()` never ran.\n\nThe plugin now shuts down from opencode's `Hooks.dispose`, which the\nagent waits for.",
"is_bot": false,
"headline": "fix(plugins/opencode): shut down the SDK and OTel providers on teardo…",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-28T15:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "424abc7325a994ed53c7b507376e670c022a21d1",
"body": "Renames the Claude Code and Codex plugin manifests: \n- marketplace `grafana-sigil` becomes `agento11y`\n- `sigil-cc` becomes `agento11y-claude-code`\n- `sigil-codex` becomes `agento11y-codex`\n\nExisting installs:\n\n- Claude Code\n[migrates](https://code.claude.com/docs/en/plugin-marketplaces#rename-or-re\n[…]\nthe marketplace `renames` map at session start, so the\nlauncher's probe treats a legacy key as installed instead of\nreinstalling on top of it.\n- Codex has no rename mechanism, so the launcher does it.",
"is_bot": false,
"headline": "chore(plugins): rename plugin manifests to agento11y (#479)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-28T15:06:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e3348e1f06401182980ec9c6f5e518da3d35ef7b",
"body": "Adds the `subagent` built-in tag to the opencode plugin, matching\nclaude-code, codex, and cursor: `subagent=\"true\"` on generations from a\nsession opencode created with a parent session.\n\nAlso documents the built-in launcher tags (`cwd`, `git.branch`,\n`subagent`) in `docs/concepts/tags-and-metadata.md`.",
"is_bot": false,
"headline": "feat(plugins/opencode): emit the subagent built-in tag (#476)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-28T11:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "773726b8409642ccda170c5c97c0d8d00b1050a1",
"body": "…477)\n\nWe renamed plugin to `grafana-agento11y-app` in\nhttps://github.com/grafana/agento11y/pull/452, but after that\nhttps://github.com/grafana/agento11y/pull/454 was merged with some old\nids. Renaming.",
"is_bot": false,
"headline": "chore: change grafana-sigil-app plugin id to grafana-agento11y-app (#…",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-28T11:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c66ab95925fbcd111491cec97137c90f5b5b2720",
"body": "Reworks the local viewer. The sessions list is now grouped by workspace\n(the `cwd` tag) with token, cost, and cache hit tiles for the selected\ntime range, and search moves to the server.",
"is_bot": false,
"headline": "feat(plugins): local viewer UI improvements (#475)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-28T11:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0681498677e9b8c581b88ab98e23c44765149cd",
"body": "Remove the old unused sigil.v1 proto files.",
"is_bot": false,
"headline": "chore: remove old sigil/v1 protos (#474)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-28T11:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "549442db7661494921c79a384218ecd36e774538",
"body": "> ℹ️ **Note**\n> \n> This PR body was truncated due to platform limits.\n\nThis PR contains the following updates:\n\n| Package | Change |\n[Age](https://docs.renovatebot.com/merge-confidence/) |\n[Confidence](https://docs.renovatebot.com/merge-confidence/) | Type |\nUpdate |\n|---|---|---|---|---|---|\n| [Sys\n[…]\n2giXX0=-->\n\nSigned-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>\nCo-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dotnet monorepo (#244)",
"author_name": "renovate-sh-app[bot]",
"author_login": "renovate-sh-app[bot]",
"committed_at": "2026-07-28T08:47:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9b97338c974c6cb6b761b58638feddc3ecce4ede",
"body": "…455)\n\nThis PR contains the following updates:\n\n| Package | Change |\n[Age](https://docs.renovatebot.com/merge-confidence/) |\n[Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n| [tar](https://redirect.github.com/isaacs/node-tar) | [`7.5.19` →\n`7.5.21`](https://renovateb\n[…]\nGNoIl19-->\n\nSigned-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>\nCo-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(security/medium/): update dependency tar to v7.5.21 [security] (#…",
"author_name": "renovate-sh-app[bot]",
"author_login": "renovate-sh-app[bot]",
"committed_at": "2026-07-28T08:47:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b4828f99e1fbeb7c5b7c01dd2903d1e5ffd6ac6c",
"body": "…ecurity] (#465)\n\nThis PR contains the following updates:\n\n| Package | Change |\n[Age](https://docs.renovatebot.com/merge-confidence/) |\n[Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n|\n[brace-expansion@5](https://redirect.github.com/juliangruber/brace-expansion)\n| [\n[…]\nCJdfQ==-->\n\nSigned-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>\nCo-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(security/high/): update dependency brace-expansion@5 to v5.0.8 [s…",
"author_name": "renovate-sh-app[bot]",
"author_login": "renovate-sh-app[bot]",
"committed_at": "2026-07-28T08:37:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9fb0b3c2c1294662f7d6c8c746672bf4a2ff87c1",
"body": "## Plugin version bumps\n\n- @grafana/agento11y-pi@0.19.0\n- @grafana/agento11y-opencode@0.15.0\n\n\n---\n\n**@grafana/agento11y-pi**\n\n## [0.19.0] - 2026-07-28\n\n### Documentation\n\n- AI Observability -> Agent Observability rename (#450)\n- sigil -> agento11y rename in docs, examples and errors (#415)\n\n---\n\n**\n[…]\nmples and errors (#415)\n\nGenerated by `.github/workflows/plugins-publish.yml`.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(plugins): bump versions (minor) (#473)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-28T08:33:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a4a64595c000dae8cc86cce3cf31bbda34524b6f",
"body": "Releases `plugins/agento11y/v0.21.0`.\n\n## [0.21.0] - 2026-07-28\n\n### Features\n\n- **plugins**: migrate legacy sigil plugin installs to agento11y (#447)\n\n### Bug Fixes\n\n- **security/high/plugins/agento11y**: update module\ngoogle.golang.org/grpc to v1.82.1 [security] (#442)\n\n### Documentation\n\n- AI Obs\n[…]\n PR merges into main.\n\nGenerated by `.github/workflows/release-agento11y.yml`.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(plugins/agento11y): release v0.21.0 (#472)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-28T08:33:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "021b03beaeb390ca80f080a40d9268cb32e77938",
"body": "Auto-generated by the Python SDK publish workflow.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(sdk-python): bump version to 0.12.0 (#471)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-28T08:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43a1cd6422ccfc8be9b32f8a6fe7e04eec8de605",
"body": "## Summary\n\n- add a Go prompt optimizer that hill-climbs Grafana Assistant's\nproduction unit-inference prompt over 27 labelled fixtures\n- use `agento11y/experiments` for the complete suite, trial, generation,\nscore, finalization, and report lifecycle\n- keep candidate proposal and provider calls in e\n[…]\nt was not run automatically because\ncredentials are intentionally not copied into this worktree\n\n---------\n\nCo-authored-by: Codex <codex@openai.com>\nCo-authored-by: Jack Gordley <jgordley99@gmail.com>",
"is_bot": false,
"headline": "feat(examples): add Go prompt optimizer (#468)",
"author_name": "Sven Grossmann",
"author_login": "svennergr",
"committed_at": "2026-07-28T07:31:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "353787b1f19fcaded7923578927182ab478ec889",
"body": "## Summary\n\nAdds `github.com/grafana/agento11y/go/agento11y/experiments`, bringing\nthe Go SDK to tracking-first feature parity with the Python experiments\nsurface.\n\n## What changed\n\n- add experiment and trial lifecycle APIs with stable resume identities,\nimmediate streaming, cleanup-safe finalizatio\n[…]\n blockers\nremain in the getting-started Go example dependency metadata, `.slnx`\nsupport in the available .NET SDK, and proto generator/cache drift.\n\n---------\n\nCo-authored-by: Codex <codex@openai.com>",
"is_bot": false,
"headline": "feat(experiments): add Go tracking parity (#454)",
"author_name": "Sven Grossmann",
"author_login": "svennergr",
"committed_at": "2026-07-27T20:19:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e58f56825181d1a6c70646bed172f884ea544c58",
"body": "…gent_id (#470)\n\n## Summary\n\nThe LiteLLM handler read `agent_name` from exactly one key in exactly\none dict (`litellm_params[\"metadata\"][\"agent_name\"]`). Callers behind a\nproxy who identify themselves the LiteLLM way — the `x-litellm-agent-id`\nheader, or an `agent_id` on their virtual key — matched \n[…]\ne-edit sources — neither `--reinstall-package` nor `--refresh` busted\nit, only a fresh `UV_CACHE_DIR`. CI starts cold so it is unaffected, but\nlocal runs after editing the package can test stale code.",
"is_bot": false,
"headline": "feat(python-frameworks/litellm)!: resolve agent_name from LiteLLM's a…",
"author_name": "Sven Grossmann",
"author_login": "svennergr",
"committed_at": "2026-07-27T13:34:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "43aa8ca2596571ee7514443a917db1e5810e58a3",
"body": "The API now reads `X-Agento11y-*` request headers and keeps the\n`X-Sigil-*` only as accepted aliases, so the SDKs move to the new names.\nTwo headers are affected:\n\n- `X-Agento11y-Hook-Timeout-Ms` on `POST /api/v1/hooks:evaluate` (Go,\nPython, JS)\n- `X-Agento11y-Ingest-Actor` on experiment ingest and lifecycle requests\n(Python)",
"is_bot": false,
"headline": "feat(sdk): send new X-Agento11y-* request headers (#469)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-27T13:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "840bedf8ba9ec7edc815eb9226e9663f28219877",
"body": "The Grafana app plugin is renamed from grafana-sigil-app to\ngrafana-agento11y-app as part of the agento11y rename. Updated\nexperiment deep links, login prompts, and setup URLs.",
"is_bot": false,
"headline": "chore: update app plugin ID to grafana-agento11y-app (#452)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-27T09:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5a262f60f9437b99b61abbd1e861c13523831c0",
"body": "## Summary\n\n- add a deployable LangChain operations agent for Amazon Bedrock\nAgentCore with synthetic inventory, order, support, and returns tools\n- export model generations, tool executions, invocation traces, and\ncustom metrics to Grafana Cloud Agent Observability\n- correlate telemetry with AgentC\n[…]\n [x] `git diff --check`\n- [ ] Ruff and `agentcore validate` were unavailable locally; no\ndependencies or tools were installed solely for validation\n\n---------\n\nCo-authored-by: Codex <codex@openai.com>",
"is_bot": false,
"headline": "feat(examples): add Bedrock AgentCore observability demo (#467)",
"author_name": "Sven Grossmann",
"author_login": "svennergr",
"committed_at": "2026-07-27T06:36:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1861f1c09f77a8fee55296c283a3013845f01f80",
"body": "Co-authored-by: Codex <codex@openai.com>",
"is_bot": false,
"headline": "Correlate guard decisions with conversations (#466)",
"author_name": "Sven Grossmann",
"author_login": "svennergr",
"committed_at": "2026-07-25T14:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aefff46e300507733a32b68ba83b613782b7b93",
"body": "…453)\n\n## Notes\n\nThis expands the Python Experiments SDK into a tracking-first API that\nworks with any experiment runner or benchmark framework.\n\nTest suites and platform-defined evaluators remain optional. A caller\ncan publish trials, transcripts, scores, costs, and artifacts using only\ningestion c\n[…]\nting and\nstricter suite serialization and validation\n- Canonical `AGENTO11Y_*` configuration with warnings for ignored legacy\nvariables\n\n---------\n\nCo-authored-by: Sven Grossmann <svennergr@gmail.com>",
"is_bot": false,
"headline": "feat(experiments): python test suite support and general hardening (#…",
"author_name": "Jack Gordley",
"author_login": "jgordley",
"committed_at": "2026-07-24T17:35:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "220e6d25b87471deb759c9db6c77a030fb3a435a",
"body": null,
"is_bot": false,
"headline": "chore: replace sigil mentions in the code with agento11y (#451)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-23T16:55:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b57ed37b4f7d2d49458e6d6931732c68273f2ea",
"body": null,
"is_bot": false,
"headline": "docs: AI Observability -> Agent Observability rename (#450)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-23T15:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a71b70ed751624bd3b8bfd6b6845e9c243926df",
"body": "Migrates legacy `sigil-*` plugin installs to the `agento11y` names in\nthe pi, opencode, claude-code, and codex launchers automatically.\n\nAll migrations are best-effort: failures are logged and do not block the\nlaunch. Version pins are dropped since pre-rename versions don't exist\nunder the new names.",
"is_bot": false,
"headline": "feat(plugins): migrate legacy sigil plugin installs to agento11y (#447)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-23T15:08:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88677b6e8e5608462243c51432ea18073734de7d",
"body": "… (#449)\n\n## What\n\nCorrects `llms.txt` (the canonical reference coding agents fetch) with\n**five fixes, each verified against the SDK source** — four facts that a\nreal instrumentation run hit but that weren't documented, plus one stale\nscoping of the workflow-step API.\n\n## Changes (all verified at `\n[…]\nll (grafana/gcx#1043) as a stopgap; this PR is the canonical home.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(llms): fix real-run gaps and workflow-step cross-language parity…",
"author_name": "Sonia Aguilar",
"author_login": "soniaAguilarPeiron",
"committed_at": "2026-07-23T13:48:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "acebe531f2eacad87a919ade1931fe7d538ffbe3",
"body": "…s (#445)\n\nDerives SDK versions from build metadata instead of hardcoded constants.\n\nThe Go, JS, Java, and .NET SDKs add a version constant into the\ngeneration-export `User-Agent`, but release automation never bumped it,\nso published SDKs misreport the versions.\n\nThis PR makes them resolve the versi\n[…]\ng.ReadBuildInfo`\n- JS: version set at build time\n- Java: `Implementation-Version` from the jar manifest\n- .NET: `AssemblyInformationalVersionAttribute`\n\nBuilds without metadata report `0.0.0+unknown`.",
"is_bot": false,
"headline": "fix(sdk): derive SDK versions from build metadata instead of constant…",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-22T13:41:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1e0e9d43b6b9b2b3f8d888e01b498450f8759b3b",
"body": "Consolidates the open renovate security PRs into one instead of merging\n~25 separate ones.\n\nGo, all modules: `google.golang.org/grpc` v1.82.1, `golang.org/x/net`\nv0.56.0, `golang.org/x/text` v0.39.0 (#418-#433, #435-#441).\n\nJS overrides in `pnpm-workspace.yaml`:\n\n- `tar` 7.5.19 (#406)\n- `brace-expan\n[…]\n <219655108+renovate-sh-app[bot]@users.noreply.github.com>\nCo-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>\nCo-authored-by: Alexander Akhmetov <me@alx.cx>",
"is_bot": true,
"headline": "chore: consolidate open renovate security updates (#441)",
"author_name": "renovate-sh-app[bot]",
"author_login": "renovate-sh-app[bot]",
"committed_at": "2026-07-22T09:02:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "41d33f72e3e6ecbaff57f4868fe13e6a749a5345",
"body": "## Summary\n- Promote the `agento11y-instrument` skill as the recommended path for\nSDK users instrumenting their own app or agent code.\n- Add `gcx` install context, script/Homebrew options, update guidance,\nand fallback instructions for agents without skill support.\n\n## Test plan\n- `git diff --check -- README.md llms.txt`\n- ReadLints on `README.md` and `llms.txt`",
"is_bot": false,
"headline": "docs: promote agento11y instrumentation skill (#444)",
"author_name": "Sonia Aguilar",
"author_login": "soniaAguilarPeiron",
"committed_at": "2026-07-22T08:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c042332cd6e23ee1487b865473392871ef5517b4",
"body": "The version choice inputs had no explicit default, so the GitHub UI\npreselected the first option (patch). Most releases add features rather\nthan just fixes, so minor is the safer preselection.",
"is_bot": false,
"headline": "chore(actions): default release version bump to minor (#443)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-22T08:24:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89ca8237b40dd7db4ab4de6978a345c715a45365",
"body": "Renames `sigil` mentions to `agento11y`: docs, READMEs, examples,\n`llms.txt`, skills, and the `agento11y login` error message. Follow-up\nfor #403 and #404.\n\nBesides the text replacements:\n\n- the non-interactive login hint now mentions `AGENTO11Y_ENDPOINT`,\n`AGENTO11Y_AUTH_TENANT_ID` and `AGENTO11Y_A\n[…]\ncripts/deploy.sh` installs `opencode-agento11y.js`\nand the `agento11y` skill, and removes installs from before the rename\n- `plugins/opencode/skills/sigil` moved to\n`plugins/opencode/skills/agento11y`",
"is_bot": false,
"headline": "docs: sigil -> agento11y rename in docs, examples and errors (#415)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-22T08:23:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e8b4172093842214acb04568835f09d3c85a3c9b",
"body": "…/grpc to v1.82.1 [security] (#442)\n\nThis PR contains the following updates:\n\n| Package | Change |\n[Age](https://docs.renovatebot.com/merge-confidence/) |\n[Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc\n[…]\niJdfQ==-->\n\nSigned-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>\nCo-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(security/high/plugins/agento11y): update module google.golang.org…",
"author_name": "renovate-sh-app[bot]",
"author_login": "renovate-sh-app[bot]",
"committed_at": "2026-07-22T05:15:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aa5d6485efd3e8aefd1e7e05fbaada7ed2aa1eec",
"body": "Auto-generated by the JS SDK publish workflow.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(sdk-js): bump version to 0.9.0 (#414)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-21T16:26:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb46944aa521ef268bb66df4d4fb30c674762745",
"body": "## Plugin version bumps\n\n- @grafana/agento11y-pi@0.18.0\n- @grafana/agento11y-opencode@0.14.0\n\n\n---\n\n**@grafana/agento11y-pi**\n\n## [0.18.0] - 2026-07-21\n\n### Breaking Changes\n\n- rename public SDK APIs from sigil to agento11y (#403)\n\n### Features\n\n- **plugins**: rename launcher state folder to agento1\n[…]\nSIGIL_* fallback (#395)\n\nGenerated by `.github/workflows/plugins-publish.yml`.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(plugins): bump versions (minor) (#413)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-21T16:24:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1023e8673c54ae66d859a02bc0cf912e99df13a6",
"body": "Auto-generated by the Python SDK publish workflow.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(sdk-python): bump version to 0.10.0 (#412)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-21T14:12:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4e0bb2da205e2db40e7668df4e343263872cb3a",
"body": "Releases `plugins/agento11y/v0.20.0`.\n\n## [0.20.0] - 2026-07-21\n\n### Breaking Changes\n\n- rename public SDK APIs from sigil to agento11y (#403)\n\n### Features\n\n- **plugins**: rename launcher state folder to agento11y (#404)\n- **plugins**: move CLI config to ~/.config/agento11y/config.env (#401)\n- **sd\n[…]\n PR merges into main.\n\nGenerated by `.github/workflows/release-agento11y.yml`.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(plugins/agento11y): release v0.20.0 (#411)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-21T11:59:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e7c844ea85f6a9482f7479a86f23594d0fc5ff51",
"body": "Removing the temporary replace now when the repository is renamed.",
"is_bot": false,
"headline": "chore: remove replace directive from plugins/agento11y (#410)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-21T11:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a78defb47a09da29f6e0f6424dcb3a3ae3df33a",
"body": null,
"is_bot": false,
"headline": "Change sigil-sdk references to agento11y (#409)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-21T08:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b402734be25dfb8f8030fd7e8371682a9fcca61a",
"body": "Renames the remaining `sigil` namings in the launcher: state dir, debug\nlog, OTel service name, vibe/Copilot hook entries, and the `doctor` JSON\nsection. Follow-up for #401.\n\n- state moves to `~/.local/state/agento11y` with the same resolution as\nthe config file in #401: legacy `~/.local/state/sigil\n[…]\nigil.json` file are replaced on the next launch so\nhooks don't fire twice\n\nPlugin IDs (`sigil-cc`, `sigil-copilot`), the `grafana-sigil-app` URLs,\nand the marketplace repo names are unchanged for now.",
"is_bot": false,
"headline": "feat(plugins): rename launcher state folder to agento11y (#404)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-20T17:48:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e07eb64301b0cad19c4ad7bb81954fc5b6ddcf43",
"body": "…on.core:jackson-databind to v2.21.5 [security] (#351)\n\nThis PR contains the following updates:\n\n| Package | Change |\n[Age](https://docs.renovatebot.com/merge-confidence/) |\n[Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n|\n[com.fasterxml.jackson.core:jackson-databin\n[…]\nCJdfQ==-->\n\nSigned-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>\nCo-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(security/high/java/gradle): update dependency com.fasterxml.jacks…",
"author_name": "renovate-sh-app[bot]",
"author_login": "renovate-sh-app[bot]",
"committed_at": "2026-07-20T17:03:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "06c76a586efce19791b0e40e51ec66cc78781677",
"body": "This PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n|\n[ghcr.io/berriai/litellm](https://images.chainguard.dev/directory/image/wolfi-base/overview)\n([source](https://redirect.github.com/BerriAI/litellm)) | final |\npinDigest | → `9e1536c` |\n\n---\n\n> [!WARNING\n[…]\nXIiXX0=-->\n\nSigned-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>\nCo-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): pin ghcr.io/berriai/litellm docker tag to 9e1536c (#398)",
"author_name": "renovate-sh-app[bot]",
"author_login": "renovate-sh-app[bot]",
"committed_at": "2026-07-20T15:44:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ec79cbd2c68fc15fc76ca470aede155b9f814447",
"body": "### Breaking change\n\nRenames the SDK APIs from `sigil` to `agento11y` in all languages, as a\n**breaking change**. Since the package names were already changed in all\nworkflows (https://github.com/grafana/sigil-sdk/pull/397), only the new\nSDK packages (`agento11y-*`) include this rename.\n\n- Go: `go/s\n[…]\nafana.sigil` -> `com.grafana.agento11y`, `Sigil*` classes\nrenamed too\n- .NET: `Grafana.Sigil` namespaces -> `Grafana.Agento11y`\n- Also renames SDK log/error prefixes (`sigil: ...` -> `agento11y: ...`)",
"is_bot": false,
"headline": "feat!: rename public SDK APIs from sigil to agento11y (#403)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-20T15:34:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4e8d65ca67c5b2058696433aa2df13b1a5b840ab",
"body": "…ity] (#381)\n\nThis PR contains the following updates:\n\n| Package | Change |\n[Age](https://docs.renovatebot.com/merge-confidence/) |\n[Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n| [setuptools](https://redirect.github.com/pypa/setuptools)\n([changelog](https://setupt\n[…]\n655108+renovate-sh-app[bot]@users.noreply.github.com>\nCo-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>\nCo-authored-by: Kevin Adam <kevin.adam@grafana.com>",
"is_bot": true,
"headline": "fix(security/high/python): update dependency setuptools to v83 [secur…",
"author_name": "renovate-sh-app[bot]",
"author_login": "renovate-sh-app[bot]",
"committed_at": "2026-07-20T15:17:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a5766b5657de040e55c2aecf1ed464705e7c1caf",
"body": "fixes CVE-2026-54280\n\n## Summary\n\n- Add `aiohttp>=3.14.1` as an explicit LiteLLM framework dependency\n- Update the lockfile to aiohttp 3.14.1",
"is_bot": false,
"headline": "fix(deps): require aiohttp for the LiteLLM framework (#402)",
"author_name": "Kevin Adam",
"author_login": "kevelopment",
"committed_at": "2026-07-20T14:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ea272196119ffaca51ac366f65559f6bbc5d579",
"body": "> ℹ️ **Note**\n> \n> This PR body was truncated due to platform limits.\n\nThis PR contains the following updates:\n\n| Package | Change |\n[Age](https://docs.renovatebot.com/merge-confidence/) |\n[Confidence](https://docs.renovatebot.com/merge-confidence/) |\n|---|---|---|---|\n| [pnpm](https://pnpm.io)\n([so\n[…]\nd to here.\n\nSigned-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>\nCo-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(security/high/): update pnpm to v11.8.0 [security] (#354)",
"author_name": "renovate-sh-app[bot]",
"author_login": "renovate-sh-app[bot]",
"committed_at": "2026-07-20T13:52:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a55450d4c5f5a426dd13f228d516105e142fe273",
"body": "The Go launcher and the `pi`/`opencode` plugins that read the config\nfile from `~/.config/sigil/config.env` now prefer\n`~/.config/agento11y/config.env` and fall back to the old path when only\nthat file exists, so existing installs keep working and fresh installs\nget the new location.\n\nPart of https://github.com/grafana/sigil/issues/1282",
"is_bot": false,
"headline": "feat(plugins): move CLI config to ~/.config/agento11y/config.env (#401)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-20T12:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e093ca6c98a30669844562ab4f754360ba3f89a6",
"body": "fixes CVE-2025-68121\n\n## What\n- Update the workspace, SDK modules, providers, framework, plugin, and\nexamples to Go 1.25.7.\n\n## Why\n- Keep the repository aligned with the latest required Go patch release.",
"is_bot": false,
"headline": "chore: update Go version to 1.25.7 (#399)",
"author_name": "Kevin Adam",
"author_login": "kevelopment",
"committed_at": "2026-07-20T11:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a312d9456aa782a3ea71b033299408e648f3521b",
"body": "Rename `sigil` to agento11y in:\n\n- Span attributes, metadata keys, and tags (`agento11y.tag.<key>`)\nacross the Go, Python, JS, Java, and .NET SDKs\n- `User-Agent`: `sigil-sdk-<lang>` becomes `agento11y-sdk-<lang>`\n- Coding-agent plugin tags, etc (`sigil.claude-code` is now\n`agento11y.claude-code`, etc)\n- Docs, llms.txt, examples, and plugin golden fixtures\n\nPart of https://github.com/grafana/sigil/issues/1283",
"is_bot": false,
"headline": "feat(sdk): rename attributes from sigil.* to agento11y.* (#392)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-20T08:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d119b191826af5a0b953d012612dfe0f662d97d",
"body": "Rename every published package to `agento11y-*`:\n\n- Go modules:\n`github.com/grafana/agento11y/{go,go-providers/*,go-frameworks/google-adk,plugins/agento11y}`\n- PyPI: `agento11y` and `agento11y-*` distributions, modules\n`sigil_sdk*` -> `agento11y*`\n- npm: `@grafana/agento11y`, `@grafana/agento11y-cor\n[…]\nic APIs, telemetry contracts\n(`sigil-sdk-*`/`sigil-plugin-*` User-Agents stay unchanged.\n\n`plugins/agento11y/go.mod` has a temporary replace of the Go SDK module\nuntil the renamed module is published.",
"is_bot": false,
"headline": "feat: rename package identities from sigil-sdk to agento11y (#397)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-20T07:10:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6b0216fccac3ec166e8f26639a3d2d2db29494cd",
"body": "Releases `plugins/sigil/v0.19.0`.\n\n## [0.19.0] - 2026-07-17\n\n### Features\n\n- **plugins/sigil**: rename sigil CLI to agento11y (#393)\n- add AGENTO11Y_* env var aliases with SIGIL_* fallback (#395)\n\n---\n\nThe tag `plugins/sigil/v0.19.0` will be created automatically by\n`tag-sigil-on-merge.yml` when this PR merges into main.\n\nGenerated by `.github/workflows/release-sigil.yml`.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(plugins/sigil): release v0.19.0 (#396)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-17T08:55:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eabcaaffc2dbbe9d4ad67fddf42fe2f165a7813f",
"body": "The launcher command is renamed to `agento11y`. `sigil` stays as a\ntemporary compatibility command and will be removed later.\n\nThe CLI logic moves from `cmd/sigil` to `internal/entry` so that both\n`cmd/agento11y` and `cmd/sigil` can be thin entrypoints. Generated hooks\nnow use the executable path in\n[…]\nking.\n\nOnly the command name changes: source paths, `plugins/sigil/v*` release\ntags, config and state paths, plugin and package IDs are unchanged.\n\nPart of https://github.com/grafana/sigil/issues/1282",
"is_bot": false,
"headline": "feat(plugins/sigil): rename sigil CLI to agento11y (#393)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-17T08:50:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d69152f6a8945931dafa6206a3fa6c986a61c0d4",
"body": "Add `AGENTO11Y_*` env vars support with `SIGIL_*` fallback.",
"is_bot": false,
"headline": "feat: add AGENTO11Y_* env var aliases with SIGIL_* fallback (#395)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-16T20:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d995a9858e9a15216f615a6f0d20b53b921749b3",
"body": "… (#394)\n\nAligns the two AI-agent evaluation skills with the product rename to\n**Agent Observability**.\n\n## What changes\n- `sigil-eval-starter` → `agento11y-eval-starter`\n- `sigil-experiments` → `agento11y-experiments`\n\nOnly the **skill names** change: directories, frontmatter `name:`, the\ncross-ref\n[…]\nown prose, not an import), only the order matters\nfor cleanliness.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(skills): rename eval-starter and experiments skills to agento11y…",
"author_name": "Sonia Aguilar",
"author_login": "soniaAguilarPeiron",
"committed_at": "2026-07-16T14:38:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9c13f46777524aeaa7a75fef1ae8a78e35fb9388",
"body": "## Summary\n- deep-copy `Media` payloads in Go SDK generation part cloning\n- add a regression test for media part clone preservation\n\n## Why\n`GenerationRecorder.End` clones mapped generations before validation and\nexport. Media parts added in `v0.14.0` were not copied by `cloneParts`,\nso image-bearing generations could fail validation or lose media before\ningest.\n\n## Test plan\n- `cd go && go test ./...`\n\nCo-authored-by: Codex <codex@openai.com>",
"is_bot": false,
"headline": "fix(go): clone media message parts (#391)",
"author_name": "Sven Grossmann",
"author_login": "svennergr",
"committed_at": "2026-07-16T07:11:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c80d463abee8eafc95deef262389cb2527399b59",
"body": "Auto-generated by the JS SDK publish workflow.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(sdk-js): bump version to 0.8.2 (#390)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-16T06:59:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23781b165717fd65e99bb33ccc72afc0962b6648",
"body": null,
"is_bot": false,
"headline": "fix(sdk-js): support Vercel AI SDK v6 prepareStep (#388)",
"author_name": "Sven Grossmann",
"author_login": "svennergr",
"committed_at": "2026-07-16T06:27:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "386d878f9d9feec3bd0915aea7ea09b1feb35bcf",
"body": "## Summary\n- add a media part to the generation ingest proto and SDK models\n- encode media through Go codecs, local plugin wire storage, and\nAnthropic image request mapping\n- strip media URLs/data URLs in metadata-only capture mode\n\n## Tests\n- `go test ./go/sigil/...`\n- `go test ./go-providers/anthropic/...`\n- `GOPATH=/tmp/codex-empty-gopath UV_NO_CONFIG=1 CI=true mise run\ncheck:proto`",
"is_bot": false,
"headline": "Add media message parts (#386)",
"author_name": "Sven Grossmann",
"author_login": "svennergr",
"committed_at": "2026-07-15T11:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1f7ae398bd2ba2f1ee883ed3b3f19c3393f9453",
"body": "…, and .NET (#385)\n\nGo and JS have emitted client-level tags as `sigil.tag.<key>` attributes\non spans and metrics since #284, but Python, Java, and .NET only put\nthem in the generation export. For apps in those languages the\n`sigil_tag_<key>` Prometheus labels and the Sigil app tag filters did\nnot work.\n\nThe three SDKs now follow the same rules as Go and JS.\n\nFixes #365",
"is_bot": false,
"headline": "feat(sdk): emit client tags on OTel spans and metrics in Python, Java…",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-15T09:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5613ae38a0ff1269604a4987d5cc27bcb08b4300",
"body": "…#384)",
"is_bot": false,
"headline": "feat(sdk-go): add WithTag/WithTags for per-request dimensional tags (…",
"author_name": "Sven Grossmann",
"author_login": "svennergr",
"committed_at": "2026-07-15T09:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6425f0fdbe586a2a0a6144693fd8e2d2a0b2e494",
"body": "## Plugin version bumps\n\n- @grafana/sigil-pi@0.17.0\n- @grafana/sigil-opencode@0.13.0\n\n\n---\n\n**@grafana/sigil-pi**\n\n## [0.17.0] - 2026-07-14\n\n### Features\n\n- **plugins**: add git.branch and cwd built-in tags to pi, opencode,\ncodex, copilot (#328)\n- **plugins**: log when a guard redaction transform is\n[…]\nt never complete\n(#317)\n\nGenerated by `.github/workflows/plugins-publish.yml`.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(plugins): bump versions (minor) (#383)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-14T16:55:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "639918bd58888419f99a814326212d6c6eff8326",
"body": "Capture the system prompt from the existing\n`experimental.chat.system.transform` hook, which fires after OpenCode\ncombines the agent prompt with runtime context.\n\n<img width=\"882\" height=\"991\" alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/345676a9-555f-4742-9174-23dc442cda4c\"\n/>",
"is_bot": false,
"headline": "feat(plugins/opencode): capture system prompt (#382)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-07-14T16:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9605e60d6588a6594ab3596e6a1408a34db20c99",
"body": "## What\n\nThe OpenCode guard previously only honored a `deny` verdict and\n**ignored** the server's `transformedInput`. So a Sigil\ntransform/redaction guard targeting tool-call arguments would evaluate\nbut never actually redact what the tool ran with — the gap reported in\nthe escalation (Transform-typ\n[…]\n empty-object transform\nstrips all args, and non-plain-object args fail open. 166 tests pass;\ntypecheck and lint clean.\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(plugins/opencode): apply guard tool-call argument transforms (#379)",
"author_name": "Sonia Aguilar",
"author_login": "soniaAguilarPeiron",
"committed_at": "2026-07-14T11:14:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a65ce552020c906c1f55c636d70396385c4acc37",
"body": "…(#378)\n\n## What\n\nWhen OpenCode invokes a subagent, it runs in a fresh session whose\n`Session.parentID` points at the spawning session (delivered on the\n`session.created` event). The plugin previously chained generations only\n*within* a session, so a subagent run showed up as an **unrelated\nconversa\n[…]\nent run. Fails safe (unlinked, never\nmislinked) if the ordering assumption doesn't hold. A real run or debug\nlog would close this.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(plugins/opencode): link subagent sessions to the spawning parent …",
"author_name": "Sonia Aguilar",
"author_login": "soniaAguilarPeiron",
"committed_at": "2026-07-14T09:41:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3f957d9be48ec9588dc427e3b53cefe9f3c9a31c",
"body": "…inference (#377)\n\n## What\n\nLangChain/LangGraph reports AWS Bedrock with a **non-canonical provider\nhint** — e.g. `ls_provider: \"amazon_bedrock\"` (sometimes `provider`).\nBoth the JS and Python framework handlers normalized any\nnon-openai/anthropic/gemini hint to `\"custom\"` and **returned it\nimmediat\n[…]\nreal handler →\nexported generation), and cross-checked with an adversarial review for\nprecedence regressions and JS↔Python parity.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(sdk): non-canonical provider hint no longer blocks Bedrock model …",
"author_name": "Sonia Aguilar",
"author_login": "soniaAguilarPeiron",
"committed_at": "2026-07-14T07:28:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "990584fc457234df2cea91edd1acc083ab9d2f80",
"body": "## What\n\nAdds the **`sigil-eval-starter`** coding-agent skill and fixes an SDK\ngap it surfaced.\n\n### The skill (`skills/sigil-eval-starter/`)\nAn early-stage skill (before ship, before traffic) that:\n- reads an AI agent's code and **recommends which evaluators** to set\nup, citing real lines;\n- writes\n[…]\ns SDK has the same record path and is\nnot touched here.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: sigil-eval-starter skill + agent_version propagation fix (#367)",
"author_name": "Sonia Aguilar",
"author_login": "soniaAguilarPeiron",
"committed_at": "2026-07-13T15:17:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ab64dafc9ab568d243818aa25fc257216a8ded39",
"body": "Auto-generated by the JS SDK publish workflow.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(sdk-js): bump version to 0.8.1 (#376)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-13T14:14:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "543e4ece31198010ee10795e4b052459dedcff4a",
"body": "Auto-generated by the Python SDK publish workflow.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(sdk-python): bump version to 0.9.3 (#373)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-13T13:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c42754d7efbcc9fa298ead733cea52d109aae171",
"body": "Releases `plugins/sigil/v0.18.0`.\n\n## [0.18.0] - 2026-07-13\n\n_No user-facing changes._\n\n---\n\nThe tag `plugins/sigil/v0.18.0` will be created automatically by\n`tag-sigil-on-merge.yml` when this PR merges into main.\n\nGenerated by `.github/workflows/release-sigil.yml`.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(plugins/sigil): release v0.18.0 (#374)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-13T13:40:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc1fc6c621f5e48c407cef087a9a580504b40ecd",
"body": "## What\n\nLangChain/LangGraph with an AWS Bedrock **inference profile** does not\nsurface the model at request start, so it resolves to `\"unknown\"` /\nprovider `\"custom\"`. The real model — a Bedrock inference-profile ARN —\nonly arrives on the LLM **response**. As a result the token-usage metric\n(which \n[…]\nck ARNs/inference-profile IDs. Residual $0 for a specific model\nafter this ships would indicate a model-catalog gap, not this bug.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(js): backfill Bedrock inference-profile model onto generation (#375)",
"author_name": "Sonia Aguilar",
"author_login": "soniaAguilarPeiron",
"committed_at": "2026-07-13T13:33:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8e55285662dbc449c6eef239b02ade84e1edee9f",
"body": "…cess (#370)\n\n## Summary\n\nHardens the Go SDK generation exporter so duplicate generation responses\nfrom Sigil are treated as idempotent success instead of `Flush()`\nfailures.\n\nThis prevents Claude Code and other transcript-backed plugins from\ngetting stuck in a retry loop when they re-send a generat\n[…]\njected-export logging.\n- Keep non-duplicate rejected export results as errors.\n- Add a regression test covering `Flush()` behavior for duplicate\ngeneration results.\n\n## Testing\n\n- `go test ./go/sigil`",
"is_bot": false,
"headline": "fix(cc): Treat duplicate generation export results as idempotent suc…",
"author_name": "Jack Gordley",
"author_login": "jgordley",
"committed_at": "2026-07-13T09:40:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "01514d721182a17c7407d2997d6f08d7d0d8f289",
"body": "… (#371)\n\n## What\n\nLangChain/LangGraph with an AWS Bedrock **inference profile** does not\nsurface the model at request start, so it resolves to `\"unknown\"` /\nprovider `\"custom\"`. The real model — a Bedrock inference-profile ARN —\nonly arrives on the LLM response. As a result the token-usage metric\n(\n[…]\nResidual `$0` for a specific model after this ships would indicate a\nmodel-catalog gap (separate, engineering-side), not this bug.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(python): backfill Bedrock inference-profile model onto generation…",
"author_name": "Sonia Aguilar",
"author_login": "soniaAguilarPeiron",
"committed_at": "2026-07-13T07:50:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7ac3f8c8c82a51e38e10c580f0ea440c4427f115",
"body": "…ng (#369)\n\n## What\n\nThe Go anthropic provider mapped `thinking` / `redacted_thinking`\ncontent blocks to Sigil thinking parts without checking for empty text.\nAdaptive-thinking models (Claude Sonnet 5 is always-adaptive on Bedrock)\nroutinely emit signature-only thinking blocks with empty text. An em\n[…]\nw regression test `TestFromRequestResponseSkipsEmptyThinkingBlocks`\n(fails on main with the validation error above).\n- `go test ./...` in `go/` and `go-providers/anthropic/`, `mise run\nlint:go` clean.",
"is_bot": false,
"headline": "fix(sdk-go): skip empty thinking blocks in anthropic generation mappi…",
"author_name": "Alexander Sniffin",
"author_login": "alexsniffin",
"committed_at": "2026-07-09T18:56:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "513f01489557c0e5dd364095b5a093c1f8f75303",
"body": "## What\n\nAddresses the fixable CVEs reported by `pnpm audit`: **10 high + 14\nmoderate + 4 low → 1 high + 1 moderate + 2 low** (the 4 remaining are\ngenuinely blocked — see below).\n\n## How\n\nTwo mechanisms:\n\n- **package.json bumps** where the vulnerable package is transitive but\npulled by a **direct** \n[…]\nrozen-lockfile` — in sync (reproducible)\n- `js` SDK build + typecheck — 0 errors\n- `plugins/pi` + `plugins/opencode` esbuild bundles rebuild clean\n(that's the real check that no bundled dep API broke)",
"is_bot": false,
"headline": "fix(sigil-sdk): address fixable npm CVEs (#366)",
"author_name": "Dominik Broj",
"author_login": "brojd",
"committed_at": "2026-07-08T10:32:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5aef385939fa13fddb003075e65719ea5a416a05",
"body": "…#361)\n\n## What\nAdds `WorkflowStep` ingest/export to the **Go** and **JS** SDKs, and\naligns the enqueue semantics across **Go, JS, and Python** so an\nidentical input produces an identical exported step (or an identical\nrejection) in every language.\n\n## Parity fixes uncovered during review\n- **Valida\n[…]\npe here — this PR covers the SDK ingest\nlayer + parity.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(go,js,python): workflow-step ingest with cross-language parity (…",
"author_name": "Sonia Aguilar",
"author_login": "soniaAguilarPeiron",
"committed_at": "2026-07-08T07:44:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "55996134f23e0b04f7a4b5b565beef17037ef70b",
"body": "Auto-generated by the Python SDK publish workflow.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(sdk-python): bump version to 0.9.2 (#363)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-07T18:47:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2672dcfaeee6d4c94897458199017a30947c2994",
"body": "Auto-generated by the Python SDK publish workflow.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(sdk-python): bump version to 0.9.1 (#360)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-07-07T18:42:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc7e26d4244ebd0aac7047215c4b92b56e1e263e",
"body": null,
"is_bot": false,
"headline": "fix(python): nest executor spans under the execute_tool span (#362)",
"author_name": "Sven Grossmann",
"author_login": "svennergr",
"committed_at": "2026-07-07T18:17:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29081817951e6c0644582466dd82a72968efb21f",
"body": "## Summary\n\nThis PR adds Go support for Experiments V1 in Grafana AI o11y.\n\nThe setup is intentionally minimal, as shown below:\n\n```go\nrun, err := sigil.WithExperiment(ctx, sigil.ExperimentOptions{\n\tClient: client,\n\tRunID: runID,\n\tName: \"Support agent eval\",\n\tSuite: suite,\n}, func(ctx context.Co\n[…]\nomebrew/bin/go test ./sigil\n```\n\nand:\n\n```bash\ncd examples/experiments/go\nenv -u GOROOT GOWORK=off /opt/homebrew/bin/go test ./...\n```\n\n---------\n\nCo-authored-by: Cyril Tovena <cyril.tovena@gmail.com>",
"is_bot": false,
"headline": "feat(go): adding Experiments support",
"author_name": "Jack Gordley",
"author_login": "jgordley",
"committed_at": "2026-07-01T14:12:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c16bed41d1e87aa57311b80bbace199592de9e2e",
"body": "## Notes\n\nThis PR adds broad support for Experiments V1 in Grafana AI o11y. \n\nThe setup is minimal, as shown in the example snippet:\n```python\nfrom sigil_sdk import experiments as sigil\n\nwith sigil.experiment(\"Support agent eval\", suite=suite) as exp:\n for case in suite.test_cases:\n with e\n[…]\nt in\nwith `use_experimental_otel=True` on `sigil.experiment(...)` or\n`SIGIL_USE_EXPERIMENTAL_OTEL=true`. This path is not working yet.\n\n## Testing\n\nExtensive testing against dev and prod environments.",
"is_bot": false,
"headline": "feat(python): experiments v1 support (#357)",
"author_name": "Jack Gordley",
"author_login": "jgordley",
"committed_at": "2026-06-30T15:08:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1af048776c3bab4eb141078466a30f3f25686c0e",
"body": "## Summary\n\n- Add **Dependencies** and **Workflow** tab references to the\ngetting-started \"What to look for\" section so users know what to expect\nin the conversation detail view after running examples.\n- Update the LangGraph README so `capture_workflow_steps=True` explains\nit enables the **Workflow*\n[…]\nanion PR: grafana/sigil docs/dependencies-workflow-tabs\n\n## Test plan\n\n- [ ] Verify the updated READMEs render correctly on GitHub.\n- [ ] Cross-check tab names against the live conversation detail UI.",
"is_bot": false,
"headline": "docs: reference Dependencies and Workflow tabs in SDK docs (#355)",
"author_name": "Sonia Aguilar",
"author_login": "soniaAguilarPeiron",
"committed_at": "2026-06-29T14:46:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2729b38113335e799e74e834bacc6ae50eeedad7",
"body": "## Notes\n\n- Adds Python Claude Agent SDK support through\n`sigil-sdk-claude-agent-sdk`.\n- Adds `SigilClaudeSDKClient` for full `ClaudeSDKClient` workflows.\n- Adds `sigil_query()` as a convenience wrapper for simple `query()`\nusage.\n- Records Sigil generations, streamed messages, tool calls/results,\nu\n[…]\n for the new adapter and example.\n\n- `ruff format --check python-frameworks/claude-agent-sdk\nexamples/getting-started/python-claude-agent-sdk`\n - Validates formatting for the new adapter and example.",
"is_bot": false,
"headline": "feat(python): adding claude agent SDK support (#353)",
"author_name": "Jack Gordley",
"author_login": "jgordley",
"committed_at": "2026-06-29T12:44:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "52ea2d6f5265346293c386b271e6f14bed3f6712",
"body": "## Notes\n\nCleaning up docs to point at Grafana cloud endpoints rather than local\nSigil collection endpoints",
"is_bot": false,
"headline": "chore(docs): clean up example references (#350)",
"author_name": "Jack Gordley",
"author_login": "jgordley",
"committed_at": "2026-06-23T19:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27607d545c6e0574808a5bffef45bcb7dac27153",
"body": "`examples/` mixed one-file getting-started quickstarts with offline-eval\nexperiments and a reference app. TypeScript also had no guards example.\n\nGroup the experiment dirs under `examples/experiments/`, and add index\nREADMEs.\n\nThe new typescript-hooks example follows the go-hooks and python-hooks\nfl\n[…]\nfor commit\nca6feb0822dc0280203aa4f12e8a47fb078030ec. Bugbot is set up for automated\ncode reviews on this repo. Configure\n[here](https://www.cursor.com/dashboard/bugbot).</sup>\n<!-- /CURSOR_SUMMARY -->",
"is_bot": false,
"headline": "docs(examples): reorganize and add TypeScript guards example (#337)",
"author_name": "Alexander Akhmetov",
"author_login": "alexander-akhmetov",
"committed_at": "2026-06-23T04:42:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a1127d2dbe0596fc2432e05e3c06b48bfab73ac4",
"body": "Releases `plugins/sigil/v0.17.0`.\n\n## [0.17.0] - 2026-06-23\n\n### Features\n\n- **plugins/sigil**: add Settings tab to the local viewer (#345)\n\n### Bug Fixes\n\n- **plugins/sigil**: stop local daemons started with go run (#344)\n\n---\n\nThe tag `plugins/sigil/v0.17.0` will be created automatically by\n`tag-s\n[…]\nthis PR merges into main.\n\nGenerated by `.github/workflows/release-sigil.yml`.\n\nCo-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(plugins/sigil): release v0.17.0 (#349)",
"author_name": "grafana-plugins-platform-bot[bot]",
"author_login": "grafana-plugins-platform-bot[bot]",
"committed_at": "2026-06-23T04:31:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b4aa7896659c1b40876381eb142adcd05daa592e",
"body": "## Notes\n\nThe release workflows previously did `git commit && git push` of a\n`release/*` branch using the `grafana-plugins-platform-bot` App token,\nwhich produces an unsigned commit. A GitHub App has no user identity to\nregister a signing key against, so the fix is to let GitHub create the\ncommit se\n[…]\n (use `dry-run` where available) and confirm\nthe release-branch commit shows Verified (author = bot, committer =\n`GitHub <noreply@github.com>`), and that the PR, tags, and auto-merge\nbehave as before.",
"is_bot": false,
"headline": "chore(actions): sign sdk release commits from workflow actions (#347)",
"author_name": "Jack Gordley",
"author_login": "jgordley",
"committed_at": "2026-06-23T04:28:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e48caf64ff3864a6017916c947e42b2cd9ac089a",
"body": "## Notes\n\n`publish-homebrew-formula.yml` previously cloned\n`grafana/homebrew-grafana`, did `git commit && git push --force`, and\nopened a PR — an unsigned commit. A GitHub App has no user identity to\nregister a signing key against, so the fix is to let GitHub create the\ncommit server-side, where it \n[…]\nff → no PR) and\nthe existing-PR/force-push handling (updates the branch in place on\nre-run).\n\n## Testing\n\nDispatch with an existing `plugins/sigil/v*` tag and confirm the tap PR\ncommit shows Verified.",
"is_bot": false,
"headline": "chore(actions): sign homebrew formula commit (#348)",
"author_name": "Jack Gordley",
"author_login": "jgordley",
"committed_at": "2026-06-23T04:27:43Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 628,
"latest_release_at": "2026-07-28T21:09:52Z",
"latest_release_tag": "plugins/agento11y/v0.22.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 25,
"days_since_latest_release": 3,
"mean_days_between_releases": 4.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/grafana/agento11y/go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/grafana/agento11y/go",
"is_deprecated": false,
"latest_version": "v0.15.0",
"repository_url": "https://github.com/grafana/agento11y",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-21T08:40:42Z",
"latest_version_yanked": null,
"days_since_latest_publish": 11
},
{
"name": "@grafana/agento11y",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@grafana/agento11y",
"is_deprecated": false,
"latest_version": "0.9.0",
"repository_url": "https://github.com/grafana/agento11y",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 1597,
"first_published_at": "2026-07-21T15:30:28.504000Z",
"latest_published_at": "2026-07-21T16:23:40.503000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
},
{
"name": "@grafana/agento11y-core",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@grafana/agento11y-core",
"is_deprecated": false,
"latest_version": "0.9.0",
"repository_url": "https://github.com/grafana/agento11y",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 373,
"first_published_at": "2026-07-21T15:30:35.052000Z",
"latest_published_at": "2026-07-21T16:23:36.872000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
},
{
"name": "agento11y",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "pypi",
"matches_repo": null,
"registry_url": "https://pypi.org/project/agento11y/",
"is_deprecated": false,
"latest_version": "0.12.0",
"repository_url": null,
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1404,
"first_published_at": "2026-07-21T12:38:14.064990Z",
"latest_published_at": "2026-07-27T20:23:56.854063Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 14,
"stars": 53,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-04-29",
"count": 2
},
{
"date": "2026-05-04",
"count": 1
},
{
"date": "2026-05-07",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-21",
"count": 1
},
{
"date": "2026-06-25",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
}
],
"complete": true,
"collected": 14,
"total_forks": 14
},
"star_history": null,
"open_issues_and_prs": 41
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example",
"examples",
"notebooks"
],
"has_llms_txt": true,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"examples/experiments/python/mise.toml",
"examples/python-langchain/mise.toml",
"mise.toml",
"plugins/agento11y/Makefile"
],
"api_schema_files": [
"js/proto/agento11y/v1/generation_ingest.proto",
"js/proto/opentelemetry/proto/collector/trace/v1/trace_service.proto",
"js/proto/opentelemetry/proto/common/v1/common.proto",
"js/proto/opentelemetry/proto/resource/v1/resource.proto",
"js/proto/opentelemetry/proto/trace/v1/trace.proto",
"proto/agento11y/v1/generation_ingest.proto"
],
"has_devcontainer": false,
"typecheck_configs": [
"js-core/tsconfig.json",
"js/tsconfig.json",
"plugins/opencode/tsconfig.json",
"plugins/pi/tsconfig.json",
"python-frameworks/claude-agent-sdk/agento11y_claude_agent/py.typed",
"python-frameworks/google-adk/agento11y_google_adk/py.typed",
"python-frameworks/langchain/agento11y_langchain/py.typed",
"python-frameworks/langgraph/agento11y_langgraph/py.typed",
"python-frameworks/litellm/agento11y_litellm/py.typed",
"python-frameworks/llamaindex/agento11y_llamaindex/py.typed",
"python-frameworks/openai-agents/agento11y_openai_agents/py.typed",
"python-frameworks/pydantic-ai/agento11y_pydantic_ai/py.typed",
"python-frameworks/strands/agento11y_strands/py.typed",
"python-providers/anthropic/agento11y_anthropic/py.typed",
"python-providers/gemini/agento11y_gemini/py.typed",
"python-providers/openai/agento11y_openai/py.typed",
"python/agento11y/py.typed"
],
"toolchain_manifests": [
"dotnet/examples/Grafana.Agento11y.DevExEmitter/Grafana.Agento11y.DevExEmitter.csproj",
"dotnet/src/Grafana.Agento11y.Anthropic/Grafana.Agento11y.Anthropic.csproj",
"dotnet/src/Grafana.Agento11y.Gemini/Grafana.Agento11y.Gemini.csproj",
"dotnet/src/Grafana.Agento11y.OpenAI/Grafana.Agento11y.OpenAI.csproj",
"dotnet/src/Grafana.Agento11y/Grafana.Agento11y.csproj",
"dotnet/tests/Grafana.Agento11y.Anthropic.Tests/Grafana.Agento11y.Anthropic.Tests.csproj",
"dotnet/tests/Grafana.Agento11y.Gemini.Tests/Grafana.Agento11y.Gemini.Tests.csproj",
"dotnet/tests/Grafana.Agento11y.OpenAI.Tests/Grafana.Agento11y.OpenAI.Tests.csproj",
"dotnet/tests/Grafana.Agento11y.Tests/Grafana.Agento11y.Tests.csproj",
"examples/experiments/go/go.mod",
"examples/getting-started/go-hooks/go.mod",
"examples/getting-started/go/go.mod",
"go-frameworks/google-adk/go.mod",
"go-providers/anthropic/go.mod",
"go-providers/gemini/go.mod",
"go-providers/openai/go.mod",
"go/go.mod",
"java/benchmarks/build.gradle.kts",
"java/build.gradle.kts",
"java/core/build.gradle.kts",
"java/devex-emitter/build.gradle.kts",
"java/frameworks/google-adk/build.gradle.kts",
"java/providers/anthropic/build.gradle.kts",
"java/providers/gemini/build.gradle.kts",
"java/providers/openai/build.gradle.kts",
"plugins/agento11y/go.mod"
],
"largest_source_bytes": 236901,
"source_files_sampled": 757,
"oversized_source_files": 17,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md",
"js/docs/providers/gemini.md"
],
"agent_instruction_max_bytes": 5023
},
"dependencies": {
"manifests": [
"go/go.mod",
"java/build.gradle.kts",
"js-core/package.json",
"js/package.json",
"package.json",
"python/pyproject.toml",
"python/setup.py"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "@opentelemetry/core",
"direct": false,
"version": "2.6.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-8988-4f7v-96qf"
],
"fixed_version": "2.8.0",
"advisory_count": 1,
"oldest_advisory_days": 46
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"moderate": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 312,
"malicious_count": 0,
"assessed_package": "npm:@grafana/agento11y@0.9.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"maven",
"npm",
"pypi"
],
"dependencies": [
{
"name": "go.opentelemetry.io/otel",
"manifest": "go/go.mod",
"ecosystem": "go",
"version_constraint": "v1.43.0"
},
{
"name": "go.opentelemetry.io/otel/metric",
"manifest": "go/go.mod",
"ecosystem": "go",
"version_constraint": "v1.43.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "go/go.mod",
"ecosystem": "go",
"version_constraint": "v1.43.0"
},
{
"name": "go.opentelemetry.io/otel/sdk/metric",
"manifest": "go/go.mod",
"ecosystem": "go",
"version_constraint": "v1.43.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "go/go.mod",
"ecosystem": "go",
"version_constraint": "v1.43.0"
},
{
"name": "google.golang.org/grpc",
"manifest": "go/go.mod",
"ecosystem": "go",
"version_constraint": "v1.82.1"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go/go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go/go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "@opentelemetry/api",
"manifest": "js-core/package.json",
"ecosystem": "npm",
"version_constraint": "^1.9.0"
},
{
"name": "@anthropic-ai/sdk",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^0.91.0"
},
{
"name": "@google/adk",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^0.6.0"
},
{
"name": "@google/genai",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^1.41.0"
},
{
"name": "@grpc/grpc-js",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^1.14.4"
},
{
"name": "@grpc/proto-loader",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^0.8.0"
},
{
"name": "@langchain/core",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.1"
},
{
"name": "@langchain/langgraph",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.0"
},
{
"name": "@openai/agents",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^0.8.0"
},
{
"name": "@opentelemetry/api",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^1.9.0"
},
{
"name": "@opentelemetry/exporter-metrics-otlp-grpc",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^0.213.0"
},
{
"name": "@opentelemetry/exporter-metrics-otlp-http",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^0.213.0"
},
{
"name": "@opentelemetry/exporter-trace-otlp-grpc",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^0.213.0"
},
{
"name": "@opentelemetry/exporter-trace-otlp-http",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^0.213.0"
},
{
"name": "@opentelemetry/sdk-metrics",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.0"
},
{
"name": "@opentelemetry/sdk-trace-base",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^2.5.0"
},
{
"name": "llamaindex",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^0.12.1"
},
{
"name": "openai",
"manifest": "js/package.json",
"ecosystem": "npm",
"version_constraint": "^6.27.0"
},
{
"name": "grpcio",
"manifest": "python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.80.0"
},
{
"name": "protobuf",
"manifest": "python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=6.31.1"
},
{
"name": "opentelemetry-api",
"manifest": "python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.27.0"
},
{
"name": "opentelemetry-sdk",
"manifest": "python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.27.0"
},
{
"name": "opentelemetry-exporter-otlp-proto-grpc",
"manifest": "python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.27.0"
},
{
"name": "opentelemetry-exporter-otlp-proto-http",
"manifest": "python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.27.0"
},
{
"name": "opentelemetry-proto",
"manifest": "python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.27.0"
},
{
"name": "PyYAML",
"manifest": "python/pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=6.0.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "go.opentelemetry.io/otel",
"direct": true,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": true,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": true,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk/metric",
"direct": true,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": true,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.82.1",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": true,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "@anthropic-ai/sdk",
"direct": true,
"version": "0.91.1",
"ecosystem": "npm"
},
{
"name": "@anthropic-ai/sdk",
"direct": true,
"version": "^0.91.0",
"ecosystem": "npm"
},
{
"name": "@google/adk",
"direct": true,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "@google/adk",
"direct": true,
"version": "^0.6.0",
"ecosystem": "npm"
},
{
"name": "@google/genai",
"direct": true,
"version": "1.47.0",
"ecosystem": "npm"
},
{
"name": "@google/genai",
"direct": true,
"version": "^1.41.0",
"ecosystem": "npm"
},
{
"name": "@grpc/grpc-js",
"direct": true,
"version": "1.14.4",
"ecosystem": "npm"
},
{
"name": "@grpc/grpc-js",
"direct": true,
"version": "^1.14.4",
"ecosystem": "npm"
},
{
"name": "@grpc/proto-loader",
"direct": true,
"version": "0.8.0",
"ecosystem": "npm"
},
{
"name": "@grpc/proto-loader",
"direct": true,
"version": "^0.8.0",
"ecosystem": "npm"
},
{
"name": "@langchain/core",
"direct": true,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@langchain/core",
"direct": true,
"version": "^1.2.1",
"ecosystem": "npm"
},
{
"name": "@langchain/langgraph",
"direct": true,
"version": "1.2.6",
"ecosystem": "npm"
},
{
"name": "@langchain/langgraph",
"direct": true,
"version": "^1.2.0",
"ecosystem": "npm"
},
{
"name": "@openai/agents",
"direct": true,
"version": "0.8.2",
"ecosystem": "npm"
},
{
"name": "@openai/agents",
"direct": true,
"version": "^0.8.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/api",
"direct": true,
"version": "1.9.1",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/api",
"direct": true,
"version": "^1.9.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/exporter-metrics-otlp-grpc",
"direct": true,
"version": "0.213.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/exporter-metrics-otlp-grpc",
"direct": true,
"version": "^0.213.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/exporter-metrics-otlp-http",
"direct": true,
"version": "0.213.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/exporter-metrics-otlp-http",
"direct": true,
"version": "0.214.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/exporter-metrics-otlp-http",
"direct": true,
"version": "0.57.2",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/exporter-metrics-otlp-http",
"direct": true,
"version": "^0.213.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/exporter-trace-otlp-grpc",
"direct": true,
"version": "0.213.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/exporter-trace-otlp-grpc",
"direct": true,
"version": "^0.213.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/exporter-trace-otlp-http",
"direct": true,
"version": "0.213.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/exporter-trace-otlp-http",
"direct": true,
"version": "0.214.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/exporter-trace-otlp-http",
"direct": true,
"version": "0.57.2",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/exporter-trace-otlp-http",
"direct": true,
"version": "^0.213.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-metrics",
"direct": true,
"version": "1.30.1",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-metrics",
"direct": true,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-metrics",
"direct": true,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-metrics",
"direct": true,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-metrics",
"direct": true,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-metrics",
"direct": true,
"version": "^2.1.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-trace-base",
"direct": true,
"version": "1.30.1",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-trace-base",
"direct": true,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-trace-base",
"direct": true,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-trace-base",
"direct": true,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-trace-base",
"direct": true,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-trace-base",
"direct": true,
"version": "^2.5.0",
"ecosystem": "npm"
},
{
"name": "llamaindex",
"direct": true,
"version": "0.12.1",
"ecosystem": "npm"
},
{
"name": "llamaindex",
"direct": true,
"version": "^0.12.1",
"ecosystem": "npm"
},
{
"name": "openai",
"direct": true,
"version": "4.104.0",
"ecosystem": "npm"
},
{
"name": "openai",
"direct": true,
"version": "6.26.0",
"ecosystem": "npm"
},
{
"name": "openai",
"direct": true,
"version": "6.33.0",
"ecosystem": "npm"
},
{
"name": "openai",
"direct": true,
"version": "6.35.0",
"ecosystem": "npm"
},
{
"name": "openai",
"direct": true,
"version": "^6.27.0",
"ecosystem": "npm"
},
{
"name": "grpcio",
"direct": true,
"version": "1.80.0",
"ecosystem": "pypi"
},
{
"name": "opentelemetry-api",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "opentelemetry-api",
"direct": true,
"version": "1.40.0",
"ecosystem": "pypi"
},
{
"name": "opentelemetry-exporter-otlp-proto-grpc",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "opentelemetry-exporter-otlp-proto-grpc",
"direct": true,
"version": "1.40.0",
"ecosystem": "pypi"
},
{
"name": "opentelemetry-exporter-otlp-proto-http",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "opentelemetry-exporter-otlp-proto-http",
"direct": true,
"version": "1.40.0",
"ecosystem": "pypi"
},
{
"name": "opentelemetry-proto",
"direct": true,
"version": "1.40.0",
"ecosystem": "pypi"
},
{
"name": "opentelemetry-sdk",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "opentelemetry-sdk",
"direct": true,
"version": "1.40.0",
"ecosystem": "pypi"
},
{
"name": "protobuf",
"direct": true,
"version": "6.33.5",
"ecosystem": "pypi"
},
{
"name": "protobuf",
"direct": true,
"version": "6.33.6",
"ecosystem": "pypi"
},
{
"name": "pyyaml",
"direct": true,
"version": "6.0.3",
"ecosystem": "pypi"
},
{
"name": "cloud.google.com/go",
"direct": false,
"version": "v0.123.0",
"ecosystem": "go"
},
{
"name": "cloud.google.com/go/auth",
"direct": false,
"version": "v0.18.2",
"ecosystem": "go"
},
{
"name": "cloud.google.com/go/compute/metadata",
"direct": false,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "github.com/anthropics/anthropic-sdk-go",
"direct": false,
"version": "v1.27.1",
"ecosystem": "go"
},
{
"name": "github.com/atotto/clipboard",
"direct": false,
"version": "v0.1.4",
"ecosystem": "go"
},
{
"name": "github.com/aymanbagabas/go-osc52/v2",
"direct": false,
"version": "v2.0.1",
"ecosystem": "go"
},
{
"name": "github.com/catppuccin/go",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff/v5",
"direct": false,
"version": "v5.0.3",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/bubbles",
"direct": false,
"version": "v0.21.1-0.20250623103423-23b8fd6302d7",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/bubbletea",
"direct": false,
"version": "v1.3.6",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/colorprofile",
"direct": false,
"version": "v0.2.3-0.20250311203215-f60798e515dc",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/huh",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/lipgloss",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/ansi",
"direct": false,
"version": "v0.9.3",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/cellbuf",
"direct": false,
"version": "v0.0.13",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/exp/strings",
"direct": false,
"version": "v0.0.0-20240722160745-212f7b056ed0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/term",
"direct": false,
"version": "v0.2.1",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.2-0.20180830191138-d8f796af33cc",
"ecosystem": "go"
},
{
"name": "github.com/dustin/go-humanize",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/erikgeiser/coninput",
"direct": false,
"version": "v0.0.0-20211004153227-1c3628e74d0f",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/google/s2a-go",
"direct": false,
"version": "v0.1.9",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/googleapis/enterprise-certificate-proxy",
"direct": false,
"version": "v0.3.11",
"ecosystem": "go"
},
{
"name": "github.com/googleapis/gax-go/v2",
"direct": false,
"version": "v2.17.0",
"ecosystem": "go"
},
{
"name": "github.com/gorilla/websocket",
"direct": false,
"version": "v1.5.3",
"ecosystem": "go"
},
{
"name": "github.com/grafana/agento11y/go",
"direct": false,
"version": "v0.15.1-0.20260731161227-97bfa653b7ae",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/grpc-gateway/v2",
"direct": false,
"version": "v2.28.0",
"ecosystem": "go"
},
{
"name": "github.com/joho/godotenv",
"direct": false,
"version": "v1.5.1",
"ecosystem": "go"
},
{
"name": "github.com/lucasb-eyer/go-colorful",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-localereader",
"direct": false,
"version": "v0.0.1",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-runewidth",
"direct": false,
"version": "v0.0.16",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/hashstructure/v2",
"direct": false,
"version": "v2.0.2",
"ecosystem": "go"
},
{
"name": "github.com/muesli/ansi",
"direct": false,
"version": "v0.0.0-20230316100256-276c6243b2f6",
"ecosystem": "go"
},
{
"name": "github.com/muesli/cancelreader",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "github.com/muesli/termenv",
"direct": false,
"version": "v0.16.0",
"ecosystem": "go"
},
{
"name": "github.com/openai/openai-go/v3",
"direct": false,
"version": "v3.29.0",
"ecosystem": "go"
},
{
"name": "github.com/pelletier/go-toml/v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.1-0.20181226105442-5d4384ee4fb2",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.4.7",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": false,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/tailscale/hujson",
"direct": false,
"version": "v0.0.0-20260302212456-ecc657c15afd",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/gjson",
"direct": false,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/match",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/pretty",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/sjson",
"direct": false,
"version": "v1.2.5",
"ecosystem": "go"
},
{
"name": "github.com/xo/terminfo",
"direct": false,
"version": "v0.0.0-20220910002029-abceb7e1c41e",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/exporters/autoexport",
"direct": false,
"version": "v0.60.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"direct": false,
"version": "v0.65.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/semconv",
"direct": false,
"version": "v1.26.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/proto/otlp",
"direct": false,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.53.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.56.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.21.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.46.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "v0.44.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.39.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genai",
"direct": false,
"version": "v1.51.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": false,
"version": "v0.0.0-20260414002931-afd174a4e478",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20260414002931-afd174a4e478",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "@a2a-js/sdk",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@aws-crypto/crc32",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@aws-crypto/sha256-browser",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@aws-crypto/sha256-js",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@aws-crypto/supports-web-crypto",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@aws-crypto/util",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/client-bedrock-runtime",
"direct": false,
"version": "3.1038.0",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/core",
"direct": false,
"version": "3.974.6",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-env",
"direct": false,
"version": "3.972.32",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-http",
"direct": false,
"version": "3.972.34",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-ini",
"direct": false,
"version": "3.972.36",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-login",
"direct": false,
"version": "3.972.36",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-node",
"direct": false,
"version": "3.972.37",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-process",
"direct": false,
"version": "3.972.32",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-sso",
"direct": false,
"version": "3.972.36",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/credential-provider-web-identity",
"direct": false,
"version": "3.972.36",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/eventstream-handler-node",
"direct": false,
"version": "3.972.14",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/middleware-eventstream",
"direct": false,
"version": "3.972.10",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/middleware-host-header",
"direct": false,
"version": "3.972.10",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/middleware-logger",
"direct": false,
"version": "3.972.10",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/middleware-recursion-detection",
"direct": false,
"version": "3.972.11",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/middleware-sdk-s3",
"direct": false,
"version": "3.972.35",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/middleware-user-agent",
"direct": false,
"version": "3.972.36",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/middleware-websocket",
"direct": false,
"version": "3.972.16",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/nested-clients",
"direct": false,
"version": "3.997.4",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/region-config-resolver",
"direct": false,
"version": "3.972.13",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/signature-v4-multi-region",
"direct": false,
"version": "3.996.23",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/token-providers",
"direct": false,
"version": "3.1038.0",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/types",
"direct": false,
"version": "3.973.6",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/types",
"direct": false,
"version": "3.973.8",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/util-arn-parser",
"direct": false,
"version": "3.972.3",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/util-endpoints",
"direct": false,
"version": "3.996.8",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/util-format-url",
"direct": false,
"version": "3.972.10",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/util-locate-window",
"direct": false,
"version": "3.965.5",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/util-user-agent-browser",
"direct": false,
"version": "3.972.10",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/util-user-agent-node",
"direct": false,
"version": "3.973.22",
"ecosystem": "npm"
},
{
"name": "@aws-sdk/xml-builder",
"direct": false,
"version": "3.972.21",
"ecosystem": "npm"
},
{
"name": "@aws/lambda-invoke-store",
"direct": false,
"version": "0.2.4",
"ecosystem": "npm"
},
{
"name": "@azure-rest/core-client",
"direct": false,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "@azure/abort-controller",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "@azure/core-auth",
"direct": false,
"version": "1.10.1",
"ecosystem": "npm"
},
{
"name": "@azure/core-client",
"direct": false,
"version": "1.10.2",
"ecosystem": "npm"
},
{
"name": "@azure/core-lro",
"direct": false,
"version": "2.7.2",
"ecosystem": "npm"
},
{
"name": "@azure/core-paging",
"direct": false,
"version": "1.6.2",
"ecosystem": "npm"
},
{
"name": "@azure/core-rest-pipeline",
"direct": false,
"version": "1.24.0",
"ecosystem": "npm"
},
{
"name": "@azure/core-tracing",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "@azure/core-util",
"direct": false,
"version": "1.13.1",
"ecosystem": "npm"
},
{
"name": "@azure/identity",
"direct": false,
"version": "4.13.1",
"ecosystem": "npm"
},
{
"name": "@azure/keyvault-common",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@azure/keyvault-keys",
"direct": false,
"version": "4.10.2",
"ecosystem": "npm"
},
{
"name": "@azure/logger",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "@azure/msal-browser",
"direct": false,
"version": "5.12.0",
"ecosystem": "npm"
},
{
"name": "@azure/msal-common",
"direct": false,
"version": "16.7.0",
"ecosystem": "npm"
},
{
"name": "@azure/msal-node",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@babel/runtime",
"direct": false,
"version": "7.29.2",
"ecosystem": "npm"
},
{
"name": "@borewit/text-codec",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "@cfworker/json-schema",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "@colors/colors",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@dabh/diagnostics",
"direct": false,
"version": "2.0.8",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@finom/zod-to-json-schema",
"direct": false,
"version": "3.24.11",
"ecosystem": "npm"
},
{
"name": "@gar/promisify",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@google-cloud/opentelemetry-cloud-monitoring-exporter",
"direct": false,
"version": "0.21.0",
"ecosystem": "npm"
},
{
"name": "@google-cloud/opentelemetry-cloud-trace-exporter",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "@google-cloud/opentelemetry-resource-util",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "@google-cloud/paginator",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "@google-cloud/precise-date",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@google-cloud/projectify",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@google-cloud/promisify",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@google-cloud/storage",
"direct": false,
"version": "7.19.0",
"ecosystem": "npm"
},
{
"name": "@grafana/agento11y",
"direct": false,
"version": "0.8.2",
"ecosystem": "npm"
},
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.14",
"ecosystem": "npm"
},
{
"name": "@hono/node-server",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@isaacs/fs-minipass",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@js-joda/core",
"direct": false,
"version": "5.7.0",
"ecosystem": "npm"
},
{
"name": "@js-sdsl/ordered-map",
"direct": false,
"version": "4.4.2",
"ecosystem": "npm"
},
{
"name": "@langchain/langgraph-checkpoint",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@langchain/langgraph-sdk",
"direct": false,
"version": "1.8.3",
"ecosystem": "npm"
},
{
"name": "@llamaindex/core",
"direct": false,
"version": "0.6.22",
"ecosystem": "npm"
},
{
"name": "@llamaindex/env",
"direct": false,
"version": "0.1.30",
"ecosystem": "npm"
},
{
"name": "@llamaindex/node-parser",
"direct": false,
"version": "2.0.22",
"ecosystem": "npm"
},
{
"name": "@llamaindex/workflow",
"direct": false,
"version": "1.1.24",
"ecosystem": "npm"
},
{
"name": "@llamaindex/workflow-core",
"direct": false,
"version": "1.3.4",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-darwin-arm64",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-darwin-universal",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-darwin-x64",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-linux-arm64-gnu",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-linux-arm64-musl",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-linux-riscv64-gnu",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-linux-x64-gnu",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-linux-x64-musl",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-win32-arm64-msvc",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/clipboard-win32-x64-msvc",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@mariozechner/pi-agent-core",
"direct": false,
"version": "0.73.1",
"ecosystem": "npm"
},
{
"name": "@mariozechner/pi-ai",
"direct": false,
"version": "0.73.1",
"ecosystem": "npm"
},
{
"name": "@mariozechner/pi-coding-agent",
"direct": false,
"version": "0.73.1",
"ecosystem": "npm"
},
{
"name": "@mariozechner/pi-tui",
"direct": false,
"version": "0.73.1",
"ecosystem": "npm"
},
{
"name": "@mikro-orm/core",
"direct": false,
"version": "6.6.11",
"ecosystem": "npm"
},
{
"name": "@mikro-orm/knex",
"direct": false,
"version": "6.6.14",
"ecosystem": "npm"
},
{
"name": "@mikro-orm/mariadb",
"direct": false,
"version": "6.6.11",
"ecosystem": "npm"
},
{
"name": "@mikro-orm/mssql",
"direct": false,
"version": "6.6.11",
"ecosystem": "npm"
},
{
"name": "@mikro-orm/mysql",
"direct": false,
"version": "6.6.11",
"ecosystem": "npm"
},
{
"name": "@mikro-orm/postgresql",
"direct": false,
"version": "6.6.11",
"ecosystem": "npm"
},
{
"name": "@mikro-orm/reflection",
"direct": false,
"version": "6.6.11",
"ecosystem": "npm"
},
{
"name": "@mikro-orm/sqlite",
"direct": false,
"version": "6.6.11",
"ecosystem": "npm"
},
{
"name": "@mistralai/mistralai",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "@modelcontextprotocol/sdk",
"direct": false,
"version": "1.29.0",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@nodable/entities",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@nodable/entities",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@npmcli/fs",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@npmcli/move-file",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@openai/agents-core",
"direct": false,
"version": "0.8.2",
"ecosystem": "npm"
},
{
"name": "@openai/agents-openai",
"direct": false,
"version": "0.8.2",
"ecosystem": "npm"
},
{
"name": "@openai/agents-realtime",
"direct": false,
"version": "0.8.2",
"ecosystem": "npm"
},
{
"name": "@opencode-ai/plugin",
"direct": false,
"version": "1.3.13",
"ecosystem": "npm"
},
{
"name": "@opencode-ai/sdk",
"direct": false,
"version": "1.3.13",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/api-logs",
"direct": false,
"version": "0.205.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/api-logs",
"direct": false,
"version": "0.213.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/api-logs",
"direct": false,
"version": "0.214.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/context-async-hooks",
"direct": false,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/context-async-hooks",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/core",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/core",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/core",
"direct": false,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/core",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/core",
"direct": false,
"version": "2.7.1",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/exporter-logs-otlp-http",
"direct": false,
"version": "0.205.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/otlp-exporter-base",
"direct": false,
"version": "0.205.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/otlp-exporter-base",
"direct": false,
"version": "0.213.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/otlp-exporter-base",
"direct": false,
"version": "0.214.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/otlp-grpc-exporter-base",
"direct": false,
"version": "0.213.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/otlp-transformer",
"direct": false,
"version": "0.205.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/otlp-transformer",
"direct": false,
"version": "0.213.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/otlp-transformer",
"direct": false,
"version": "0.214.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/resource-detector-gcp",
"direct": false,
"version": "0.40.3",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/resources",
"direct": false,
"version": "1.30.1",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/resources",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/resources",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/resources",
"direct": false,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/resources",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-logs",
"direct": false,
"version": "0.205.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-logs",
"direct": false,
"version": "0.213.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-logs",
"direct": false,
"version": "0.214.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-trace-node",
"direct": false,
"version": "1.30.1",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-trace-node",
"direct": false,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/sdk-trace-node",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/semantic-conventions",
"direct": false,
"version": "1.40.0",
"ecosystem": "npm"
},
{
"name": "@opentelemetry/semantic-conventions",
"direct": false,
"version": "1.41.1",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.133.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/aspromise",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/base64",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/codegen",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@protobufjs/eventemitter",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@protobufjs/fetch",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@protobufjs/float",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/inquire",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/path",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/pool",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/utf8",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@selderee/plugin-htmlparser2",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@silvia-odwyer/photon-node",
"direct": false,
"version": "0.3.4",
"ecosystem": "npm"
},
{
"name": "@sinclair/typebox",
"direct": false,
"version": "0.34.49",
"ecosystem": "npm"
},
{
"name": "@smithy/config-resolver",
"direct": false,
"version": "4.4.17",
"ecosystem": "npm"
},
{
"name": "@smithy/core",
"direct": false,
"version": "3.23.17",
"ecosystem": "npm"
},
{
"name": "@smithy/credential-provider-imds",
"direct": false,
"version": "4.2.14",
"ecosystem": "npm"
},
{
"name": "@smithy/eventstream-codec",
"direct": false,
"version": "4.2.14",
"ecosystem": "npm"
},
{
"name": "@smithy/eventstream-serde-browser",
"direct": false,
"version": "4.2.14",
"ecosystem": "npm"
},
{
"name": "@smithy/eventstream-serde-config-resolver",
"direct": false,
"version": "4.3.14",
"ecosystem": "npm"
},
{
"name": "@smithy/eventstream-serde-node",
"direct": false,
"version": "4.2.14",
"ecosystem": "npm"
},
{
"name": "@smithy/eventstream-serde-universal",
"direct": false,
"version": "4.2.14",
"ecosystem": "npm"
},
{
"name": "@smithy/fetch-http-handler",
"direct": false,
"version": "5.3.17",
"ecosystem": "npm"
},
{
"name": "@smithy/hash-node",
"direct": false,
"version": "4.2.14",
"ecosystem": "npm"
},
{
"name": "@smithy/invalid-dependency",
"direct": false,
"version": "4.2.14",
"ecosystem": "npm"
},
{
"name": "@smithy/is-array-buffer",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@smithy/is-array-buffer",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "@smithy/middleware-content-length",
"direct": false,
"version": "4.2.14",
"ecosystem": "npm"
},
{
"name": "@smithy/middleware-endpoint",
"direct": false,
"version": "4.4.32",
"ecosystem": "npm"
},
{
"name": "@smithy/middleware-retry",
"direct": false,
"version": "4.5.6",
"ecosystem": "npm"
},
{
"name": "@smithy/middleware-retry",
"direct": false,
"version": "4.5.7",
"ecosystem": "npm"
},
{
"name": "@smithy/middleware-serde",
"direct": false,
"version": "4.2.20",
"ecosystem": "npm"
},
{
"name": "@smithy/middleware-stack",
"direct": false,
"version": "4.2.14",
"ecosystem": "npm"
},
{
"name": "@smithy/node-config-provider",
"direct": false,
"version": "4.3.14",
"ecosystem": "npm"
},
{
"name": "@smithy/node-http-handler",
"direct": false,
"version": "4.6.1",
"ecosystem": "npm"
},
{
"name": "@smithy/property-provider",
"direct": false,
"version": "4.2.14",
"ecosystem": "npm"
},
{
"name": "@smithy/protocol-http",
"direct": false,
"version": "5.3.14",
"ecosystem": "npm"
},
{
"name": "@smithy/querystring-builder",
"direct": false,
"version": "4.2.14",
"ecosystem": "npm"
},
{
"name": "@smithy/querystring-parser",
"direct": false,
"version": "4.2.14",
"ecosystem": "npm"
},
{
"name": "@smithy/service-error-classification",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@smithy/shared-ini-file-loader",
"direct": false,
"version": "4.4.9",
"ecosystem": "npm"
},
{
"name": "@smithy/signature-v4",
"direct": false,
"version": "5.3.14",
"ecosystem": "npm"
},
{
"name": "@smithy/smithy-client",
"direct": false,
"version": "4.12.13",
"ecosystem": "npm"
},
{
"name": "@smithy/types",
"direct": false,
"version": "4.13.1",
"ecosystem": "npm"
},
{
"name": "@smithy/types",
"direct": false,
"version": "4.14.1",
"ecosystem": "npm"
},
{
"name": "@smithy/url-parser",
"direct": false,
"version": "4.2.14",
"ecosystem": "npm"
},
{
"name": "@smithy/util-base64",
"direct": false,
"version": "4.3.2",
"ecosystem": "npm"
},
{
"name": "@smithy/util-body-length-browser",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "@smithy/util-body-length-node",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "@smithy/util-buffer-from",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@smithy/util-buffer-from",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "@smithy/util-config-provider",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "@smithy/util-defaults-mode-browser",
"direct": false,
"version": "4.3.49",
"ecosystem": "npm"
},
{
"name": "@smithy/util-defaults-mode-node",
"direct": false,
"version": "4.2.54",
"ecosystem": "npm"
},
{
"name": "@smithy/util-endpoints",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "@smithy/util-hex-encoding",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "@smithy/util-middleware",
"direct": false,
"version": "4.2.14",
"ecosystem": "npm"
},
{
"name": "@smithy/util-retry",
"direct": false,
"version": "4.3.5",
"ecosystem": "npm"
},
{
"name": "@smithy/util-retry",
"direct": false,
"version": "4.3.6",
"ecosystem": "npm"
},
{
"name": "@smithy/util-stream",
"direct": false,
"version": "4.5.25",
"ecosystem": "npm"
},
{
"name": "@smithy/util-uri-escape",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "@smithy/util-utf8",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "@smithy/util-utf8",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "@smithy/uuid",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@so-ric/colorspace",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@strands-agents/sdk",
"direct": false,
"version": "1.0.0-rc.5",
"ecosystem": "npm"
},
{
"name": "@tokenizer/inflate",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "@tokenizer/token",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "@tootallnate/once",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "@tootallnate/quickjs-emscripten",
"direct": false,
"version": "0.23.0",
"ecosystem": "npm"
},
{
"name": "@ts-morph/common",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.2",
"ecosystem": "npm"
},
{
"name": "@types/caseless",
"direct": false,
"version": "0.12.5",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/geojson",
"direct": false,
"version": "7946.0.16",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/lodash",
"direct": false,
"version": "4.17.24",
"ecosystem": "npm"
},
{
"name": "@types/mime-types",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "24.12.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "25.6.0",
"ecosystem": "npm"
},
{
"name": "@types/readable-stream",
"direct": false,
"version": "4.0.23",
"ecosystem": "npm"
},
{
"name": "@types/request",
"direct": false,
"version": "2.48.13",
"ecosystem": "npm"
},
{
"name": "@types/retry",
"direct": false,
"version": "0.12.0",
"ecosystem": "npm"
},
{
"name": "@types/tough-cookie",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "@types/triple-beam",
"direct": false,
"version": "1.3.5",
"ecosystem": "npm"
},
{
"name": "@types/ws",
"direct": false,
"version": "8.18.1",
"ecosystem": "npm"
},
{
"name": "@types/yauzl",
"direct": false,
"version": "2.10.3",
"ecosystem": "npm"
},
{
"name": "@typespec/ts-http-runtime",
"direct": false,
"version": "0.3.6",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "abbrev",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "abort-controller",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "1.3.8",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "agent-base",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "agent-base",
"direct": false,
"version": "7.1.4",
"ecosystem": "npm"
},
{
"name": "agentkeepalive",
"direct": false,
"version": "4.6.0",
"ecosystem": "npm"
},
{
"name": "aggregate-error",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.18.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.20.0",
"ecosystem": "npm"
},
{
"name": "ajv-formats",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "any-promise",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "anynum",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "aproba",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "are-we-there-yet",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "array-flatten",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "array-union",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "arrify",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ast-types",
"direct": false,
"version": "0.13.4",
"ecosystem": "npm"
},
{
"name": "async",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "async-retry",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "asynckit",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "aws-ssl-profiles",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "base64-js",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "basic-ftp",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "bignumber.js",
"direct": false,
"version": "9.3.1",
"ecosystem": "npm"
},
{
"name": "bindings",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "bl",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "bl",
"direct": false,
"version": "6.1.6",
"ecosystem": "npm"
},
{
"name": "body-parser",
"direct": false,
"version": "1.20.5",
"ecosystem": "npm"
},
{
"name": "body-parser",
"direct": false,
"version": "2.2.2",
"ecosystem": "npm"
},
{
"name": "bowser",
"direct": false,
"version": "2.14.1",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.15",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "5.7.1",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "buffer-crc32",
"direct": false,
"version": "0.2.13",
"ecosystem": "npm"
},
{
"name": "buffer-equal-constant-time",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "bundle-name",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "cacache",
"direct": false,
"version": "15.3.0",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "5.6.2",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "clean-stack",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "cli-highlight",
"direct": false,
"version": "2.1.11",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "code-block-writer",
"direct": false,
"version": "13.0.3",
"ecosystem": "npm"
},
{
"name": "color",
"direct": false,
"version": "5.0.3",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "color-string",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "color-support",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "colorette",
"direct": false,
"version": "2.0.19",
"ecosystem": "npm"
},
{
"name": "combined-stream",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "console-control-strings",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "content-disposition",
"direct": false,
"version": "0.5.4",
"ecosystem": "npm"
},
{
"name": "content-disposition",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "content-disposition",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "cookie-signature",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "cookie-signature",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "cors",
"direct": false,
"version": "2.8.6",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "data-uri-to-buffer",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "data-uri-to-buffer",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "dataloader",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "2.6.9",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decompress-response",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "deep-extend",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "deepmerge",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "default-browser",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "default-browser-id",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "define-lazy-prop",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "degenerator",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "delayed-stream",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "delegates",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "denque",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "destroy",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "8.0.4",
"ecosystem": "npm"
},
{
"name": "dir-glob",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "dom-serializer",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "domelementtype",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "domhandler",
"direct": false,
"version": "5.0.3",
"ecosystem": "npm"
},
{
"name": "domutils",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "dotenv",
"direct": false,
"version": "16.6.1",
"ecosystem": "npm"
},
{
"name": "dotenv",
"direct": false,
"version": "17.3.1",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "duplexify",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "ecdsa-sig-formatter",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "ee-first",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "enabled",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "encoding",
"direct": false,
"version": "0.1.13",
"ecosystem": "npm"
},
{
"name": "end-of-stream",
"direct": false,
"version": "1.4.5",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "env-paths",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "err-code",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "es-set-tostringtag",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-html",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "escodegen",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "esm",
"direct": false,
"version": "3.2.25",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "etag",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "event-target-shim",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "eventemitter3",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "eventemitter3",
"direct": false,
"version": "5.0.4",
"ecosystem": "npm"
},
{
"name": "events",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "eventsource",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "eventsource-parser",
"direct": false,
"version": "3.0.6",
"ecosystem": "npm"
},
{
"name": "eventsource-parser",
"direct": false,
"version": "3.0.8",
"ecosystem": "npm"
},
{
"name": "expand-template",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "express",
"direct": false,
"version": "4.22.2",
"ecosystem": "npm"
},
{
"name": "express",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "express-rate-limit",
"direct": false,
"version": "8.3.2",
"ecosystem": "npm"
},
{
"name": "express-rate-limit",
"direct": false,
"version": "8.4.1",
"ecosystem": "npm"
},
{
"name": "extend",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "extract-zip",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.4",
"ecosystem": "npm"
},
{
"name": "fast-xml-builder",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "fast-xml-builder",
"direct": false,
"version": "1.1.7",
"ecosystem": "npm"
},
{
"name": "fast-xml-parser",
"direct": false,
"version": "5.7.2",
"ecosystem": "npm"
},
{
"name": "fast-xml-parser",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.20.1",
"ecosystem": "npm"
},
{
"name": "fd-slicer",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fecha",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "fetch-blob",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "file-type",
"direct": false,
"version": "21.3.4",
"ecosystem": "npm"
},
{
"name": "file-uri-to-path",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "finalhandler",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "finalhandler",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "fn.name",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "form-data",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "formdata-polyfill",
"direct": false,
"version": "4.0.10",
"ecosystem": "npm"
},
{
"name": "forwarded",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "fresh",
"direct": false,
"version": "0.5.2",
"ecosystem": "npm"
},
{
"name": "fresh",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "fs-constants",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "11.3.3",
"ecosystem": "npm"
},
{
"name": "fs-minipass",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "gauge",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "gaxios",
"direct": false,
"version": "6.7.1",
"ecosystem": "npm"
},
{
"name": "gaxios",
"direct": false,
"version": "7.1.4",
"ecosystem": "npm"
},
{
"name": "gcp-metadata",
"direct": false,
"version": "6.1.1",
"ecosystem": "npm"
},
{
"name": "gcp-metadata",
"direct": false,
"version": "8.1.2",
"ecosystem": "npm"
},
{
"name": "generate-function",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-east-asian-width",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-package-type",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "get-stream",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "4.14.0",
"ecosystem": "npm"
},
{
"name": "get-uri",
"direct": false,
"version": "6.0.5",
"ecosystem": "npm"
},
{
"name": "getopts",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "github-from-package",
"direct": false,
"version": "0.0.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "13.0.6",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.3",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "globby",
"direct": false,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "google-auth-library",
"direct": false,
"version": "10.6.2",
"ecosystem": "npm"
},
{
"name": "google-auth-library",
"direct": false,
"version": "9.15.1",
"ecosystem": "npm"
},
{
"name": "google-logging-utils",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "google-logging-utils",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "googleapis",
"direct": false,
"version": "137.1.0",
"ecosystem": "npm"
},
{
"name": "googleapis-common",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "gtoken",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "has-unicode",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "highlight.js",
"direct": false,
"version": "10.7.3",
"ecosystem": "npm"
},
{
"name": "hono",
"direct": false,
"version": "4.12.23",
"ecosystem": "npm"
},
{
"name": "hono",
"direct": false,
"version": "4.12.27",
"ecosystem": "npm"
},
{
"name": "hosted-git-info",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "html-entities",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "html-to-text",
"direct": false,
"version": "9.0.5",
"ecosystem": "npm"
},
{
"name": "htmlparser2",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "http-cache-semantics",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "http-proxy-agent",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "http-proxy-agent",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "http-proxy-agent",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "humanize-ms",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.4.24",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.6.3",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "ieee754",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "indent-string",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "infer-owner",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "1.3.8",
"ecosystem": "npm"
},
{
"name": "interpret",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "ip-address",
"direct": false,
"version": "10.1.0",
"ecosystem": "npm"
},
{
"name": "ip-address",
"direct": false,
"version": "10.1.1",
"ecosystem": "npm"
},
{
"name": "ipaddr.js",
"direct": false,
"version": "1.9.1",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.16.2",
"ecosystem": "npm"
},
{
"name": "is-docker",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-inside-container",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-lambda",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "is-network-error",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-promise",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "is-property",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-wsl",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jiti",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "jose",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "jose",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "js-md4",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "js-tiktoken",
"direct": false,
"version": "1.0.21",
"ecosystem": "npm"
},
{
"name": "json-bigint",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-schema-to-ts",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-schema-typed",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "jsonwebtoken",
"direct": false,
"version": "9.0.3",
"ecosystem": "npm"
},
{
"name": "jwa",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "jws",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "knex",
"direct": false,
"version": "3.2.10",
"ecosystem": "npm"
},
{
"name": "koffi",
"direct": false,
"version": "2.16.1",
"ecosystem": "npm"
},
{
"name": "kuler",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "langsmith",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "leac",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.18.1",
"ecosystem": "npm"
},
{
"name": "lodash-es",
"direct": false,
"version": "4.18.1",
"ecosystem": "npm"
},
{
"name": "lodash.camelcase",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "lodash.includes",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "lodash.isboolean",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "lodash.isinteger",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "lodash.isnumber",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "lodash.isplainobject",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "lodash.isstring",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "lodash.once",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "logform",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "long",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.3.5",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "7.18.3",
"ecosystem": "npm"
},
{
"name": "lru.min",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "magic-bytes.js",
"direct": false,
"version": "1.13.0",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "make-fetch-happen",
"direct": false,
"version": "9.1.0",
"ecosystem": "npm"
},
{
"name": "mariadb",
"direct": false,
"version": "3.4.5",
"ecosystem": "npm"
},
{
"name": "marked",
"direct": false,
"version": "15.0.12",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "merge-descriptors",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "merge-descriptors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "methods",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "mikro-orm",
"direct": false,
"version": "6.6.11",
"ecosystem": "npm"
},
{
"name": "mime",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "mime",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.54.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "2.1.35",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "mimic-response",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "3.3.6",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "minipass-collect",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "minipass-fetch",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "minipass-flush",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "minipass-pipeline",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "minipass-sized",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "minizlib",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "minizlib",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "mkdirp-classic",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "mustache",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "mysql2",
"direct": false,
"version": "3.20.0",
"ecosystem": "npm"
},
{
"name": "mz",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "named-placeholders",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.12",
"ecosystem": "npm"
},
{
"name": "napi-build-utils",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "native-duplexpair",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "0.6.3",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "0.6.4",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "netmask",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "node-abi",
"direct": false,
"version": "3.92.0",
"ecosystem": "npm"
},
{
"name": "node-addon-api",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "node-addon-api",
"direct": false,
"version": "8.8.0",
"ecosystem": "npm"
},
{
"name": "node-domexception",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "node-fetch",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "node-fetch",
"direct": false,
"version": "3.3.2",
"ecosystem": "npm"
},
{
"name": "node-gyp",
"direct": false,
"version": "8.4.1",
"ecosystem": "npm"
},
{
"name": "node-gyp-build",
"direct": false,
"version": "4.8.4",
"ecosystem": "npm"
},
{
"name": "nopt",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "npmlog",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "one-time",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "open",
"direct": false,
"version": "10.2.0",
"ecosystem": "npm"
},
{
"name": "p-finally",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-map",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "p-queue",
"direct": false,
"version": "6.6.2",
"ecosystem": "npm"
},
{
"name": "p-queue",
"direct": false,
"version": "9.1.0",
"ecosystem": "npm"
},
{
"name": "p-retry",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "p-retry",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "p-timeout",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "p-timeout",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "pac-proxy-agent",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "pac-resolver",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "parse5",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "parse5",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "parse5-htmlparser2-tree-adapter",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "parseley",
"direct": false,
"version": "0.12.1",
"ecosystem": "npm"
},
{
"name": "parseurl",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "partial-json",
"direct": false,
"version": "0.1.7",
"ecosystem": "npm"
},
{
"name": "path-browserify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-expression-matcher",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "path-to-regexp",
"direct": false,
"version": "0.1.13",
"ecosystem": "npm"
},
{
"name": "path-to-regexp",
"direct": false,
"version": "8.4.1",
"ecosystem": "npm"
},
{
"name": "path-to-regexp",
"direct": false,
"version": "8.4.2",
"ecosystem": "npm"
},
{
"name": "path-type",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "peberminta",
"direct": false,
"version": "0.9.0",
"ecosystem": "npm"
},
{
"name": "pend",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "pg",
"direct": false,
"version": "8.20.0",
"ecosystem": "npm"
},
{
"name": "pg-cloudflare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "pg-connection-string",
"direct": false,
"version": "2.13.0",
"ecosystem": "npm"
},
{
"name": "pg-connection-string",
"direct": false,
"version": "2.6.2",
"ecosystem": "npm"
},
{
"name": "pg-int8",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "pg-pool",
"direct": false,
"version": "3.14.0",
"ecosystem": "npm"
},
{
"name": "pg-protocol",
"direct": false,
"version": "1.14.0",
"ecosystem": "npm"
},
{
"name": "pg-types",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "pgpass",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "pkce-challenge",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.15",
"ecosystem": "npm"
},
{
"name": "postgres-array",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "postgres-array",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "postgres-bytea",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "postgres-date",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "postgres-date",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "postgres-interval",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "postgres-interval",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "prebuild-install",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "process",
"direct": false,
"version": "0.11.10",
"ecosystem": "npm"
},
{
"name": "promise-inflight",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "promise-retry",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "proper-lockfile",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "protobufjs",
"direct": false,
"version": "7.6.1",
"ecosystem": "npm"
},
{
"name": "protobufjs",
"direct": false,
"version": "7.6.5",
"ecosystem": "npm"
},
{
"name": "proxy-addr",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "proxy-agent",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "proxy-from-env",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "pump",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.15.1",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.15.2",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "range-parser",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "2.5.3",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "rc",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "3.6.2",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "4.7.0",
"ecosystem": "npm"
},
{
"name": "rechoir",
"direct": false,
"version": "0.8.0",
"ecosystem": "npm"
},
{
"name": "reflect-metadata",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.12",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-pkg-maps",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "retry",
"direct": false,
"version": "0.12.0",
"ecosystem": "npm"
},
{
"name": "retry",
"direct": false,
"version": "0.13.1",
"ecosystem": "npm"
},
{
"name": "retry-request",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "router",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "run-applescript",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "safe-stable-stringify",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "selderee",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.4",
"ecosystem": "npm"
},
{
"name": "send",
"direct": false,
"version": "0.19.2",
"ecosystem": "npm"
},
{
"name": "send",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "serve-static",
"direct": false,
"version": "1.16.3",
"ecosystem": "npm"
},
{
"name": "serve-static",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "set-blocking",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "simple-concat",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "simple-get",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "smart-buffer",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "socks",
"direct": false,
"version": "2.8.9",
"ecosystem": "npm"
},
{
"name": "socks-proxy-agent",
"direct": false,
"version": "6.2.1",
"ecosystem": "npm"
},
{
"name": "socks-proxy-agent",
"direct": false,
"version": "8.0.5",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "split2",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "sql-escaper",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "sqlite3",
"direct": false,
"version": "5.1.7",
"ecosystem": "npm"
},
{
"name": "sqlstring",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "sqlstring-sqlite",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "ssri",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "stack-trace",
"direct": false,
"version": "0.0.10",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "stream-events",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "stream-shift",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "strnum",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "strnum",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "strtok3",
"direct": false,
"version": "10.3.5",
"ecosystem": "npm"
},
{
"name": "stubs",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "tar",
"direct": false,
"version": "7.5.21",
"ecosystem": "npm"
},
{
"name": "tar-fs",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "tar-stream",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "tarn",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "tedious",
"direct": false,
"version": "19.2.1",
"ecosystem": "npm"
},
{
"name": "teeny-request",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "text-hex",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "thenify",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "thenify-all",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "tildify",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "token-types",
"direct": false,
"version": "6.1.2",
"ecosystem": "npm"
},
{
"name": "tr46",
"direct": false,
"version": "0.0.3",
"ecosystem": "npm"
},
{
"name": "tree-sitter",
"direct": false,
"version": "0.22.4",
"ecosystem": "npm"
},
{
"name": "triple-beam",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "ts-algebra",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "ts-morph",
"direct": false,
"version": "27.0.2",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "tsqlstring",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": false,
"version": "4.21.0",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": false,
"version": "4.22.3",
"ecosystem": "npm"
},
{
"name": "tunnel-agent",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "1.6.18",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "typebox",
"direct": false,
"version": "1.1.34",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "uint8array-extras",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.19.2",
"ecosystem": "npm"
},
{
"name": "unique-filename",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "unique-slug",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "url-template",
"direct": false,
"version": "2.0.8",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "utils-merge",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "11.1.1",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "13.0.1",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "vary",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.0.16",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "web-streams-polyfill",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "web-tree-sitter",
"direct": false,
"version": "0.24.7",
"ecosystem": "npm"
},
{
"name": "webidl-conversions",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "whatwg-url",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "wide-align",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "winston",
"direct": false,
"version": "3.19.0",
"ecosystem": "npm"
},
{
"name": "winston-transport",
"direct": false,
"version": "4.9.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "8.21.0",
"ecosystem": "npm"
},
{
"name": "wsl-utils",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "xml-naming",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "xtend",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "2.8.3",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "16.2.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.2",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "20.2.9",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yauzl",
"direct": false,
"version": "2.10.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": false,
"version": "4.1.8",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": false,
"version": "4.3.6",
"ecosystem": "npm"
},
{
"name": "zod-to-json-schema",
"direct": false,
"version": "3.25.2",
"ecosystem": "npm"
},
{
"name": "Anthropic",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "coverlet.collector",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Google.GenAI",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Google.Protobuf",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Grpc.AspNetCore",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Grpc.Net.Client",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Grpc.Tools",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "OpenAI",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "OpenTelemetry",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "OpenTelemetry.Exporter.OpenTelemetryProtocol",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "System.Text.Json",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "xunit.runner.visualstudio",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "xunit.v3",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "agento11y",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "agento11y",
"direct": false,
"version": "0.11.0",
"ecosystem": "pypi"
},
{
"name": "agento11y",
"direct": false,
"version": "0.9.3",
"ecosystem": "pypi"
},
{
"name": "agento11y-langchain",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "agento11y-litellm",
"direct": false,
"version": "0.9.3",
"ecosystem": "pypi"
},
{
"name": "agento11y-pydantic-ai",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "aiohappyeyeballs",
"direct": false,
"version": "2.6.1",
"ecosystem": "pypi"
},
{
"name": "aiohttp",
"direct": false,
"version": "3.14.1",
"ecosystem": "pypi"
},
{
"name": "aiosignal",
"direct": false,
"version": "1.4.0",
"ecosystem": "pypi"
},
{
"name": "annotated-doc",
"direct": false,
"version": "0.0.4",
"ecosystem": "pypi"
},
{
"name": "annotated-types",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "anthropic",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "anyio",
"direct": false,
"version": "4.13.0",
"ecosystem": "pypi"
},
{
"name": "async-timeout",
"direct": false,
"version": "5.0.1",
"ecosystem": "pypi"
},
{
"name": "attrs",
"direct": false,
"version": "26.1.0",
"ecosystem": "pypi"
},
{
"name": "backports-asyncio-runner",
"direct": false,
"version": "1.2.0",
"ecosystem": "pypi"
},
{
"name": "bedrock-agentcore",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "boto3",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2026.2.25",
"ecosystem": "pypi"
},
{
"name": "charset-normalizer",
"direct": false,
"version": "3.4.5",
"ecosystem": "pypi"
},
{
"name": "charset-normalizer",
"direct": false,
"version": "3.4.6",
"ecosystem": "pypi"
},
{
"name": "claude-agent-sdk",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "click",
"direct": false,
"version": "8.1.8",
"ecosystem": "pypi"
},
{
"name": "colorama",
"direct": false,
"version": "0.4.6",
"ecosystem": "pypi"
},
{
"name": "distro",
"direct": false,
"version": "1.9.0",
"ecosystem": "pypi"
},
{
"name": "exceptiongroup",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "fastapi",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "fastuuid",
"direct": false,
"version": "0.14.0",
"ecosystem": "pypi"
},
{
"name": "filelock",
"direct": false,
"version": "3.25.2",
"ecosystem": "pypi"
},
{
"name": "frozenlist",
"direct": false,
"version": "1.8.0",
"ecosystem": "pypi"
},
{
"name": "fsspec",
"direct": false,
"version": "2026.3.0",
"ecosystem": "pypi"
},
{
"name": "google-adk",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "google-genai",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "googleapis-common-protos",
"direct": false,
"version": "1.73.0",
"ecosystem": "pypi"
},
{
"name": "googleapis-common-protos",
"direct": false,
"version": "1.73.1",
"ecosystem": "pypi"
},
{
"name": "grpcio-tools",
"direct": false,
"version": "1.80.0",
"ecosystem": "pypi"
},
{
"name": "h11",
"direct": false,
"version": "0.16.0",
"ecosystem": "pypi"
},
{
"name": "hf-xet",
"direct": false,
"version": "1.4.2",
"ecosystem": "pypi"
},
{
"name": "httpcore",
"direct": false,
"version": "1.0.9",
"ecosystem": "pypi"
},
{
"name": "httpx",
"direct": false,
"version": "0.28.1",
"ecosystem": "pypi"
},
{
"name": "huggingface-hub",
"direct": false,
"version": "1.8.0",
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "3.11",
"ecosystem": "pypi"
},
{
"name": "importlib-metadata",
"direct": false,
"version": "8.5.0",
"ecosystem": "pypi"
},
{
"name": "importlib-metadata",
"direct": false,
"version": "8.7.1",
"ecosystem": "pypi"
},
{
"name": "iniconfig",
"direct": false,
"version": "2.3.0",
"ecosystem": "pypi"
},
{
"name": "jinja2",
"direct": false,
"version": "3.1.6",
"ecosystem": "pypi"
},
{
"name": "jiter",
"direct": false,
"version": "0.13.0",
"ecosystem": "pypi"
},
{
"name": "jsonschema",
"direct": false,
"version": "4.23.0",
"ecosystem": "pypi"
},
{
"name": "jsonschema-specifications",
"direct": false,
"version": "2025.9.1",
"ecosystem": "pypi"
},
{
"name": "langchain",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "langchain-anthropic",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "langchain-aws",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "langchain-core",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "langgraph",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "litellm",
"direct": false,
"version": "1.89.1",
"ecosystem": "pypi"
},
{
"name": "llama-index",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "markdown-it-py",
"direct": false,
"version": "4.0.0",
"ecosystem": "pypi"
},
{
"name": "markupsafe",
"direct": false,
"version": "3.0.3",
"ecosystem": "pypi"
},
{
"name": "matplotlib",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "mdurl",
"direct": false,
"version": "0.1.2",
"ecosystem": "pypi"
},
{
"name": "multidict",
"direct": false,
"version": "6.7.1",
"ecosystem": "pypi"
},
{
"name": "openai",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "openai",
"direct": false,
"version": "2.24.0",
"ecosystem": "pypi"
},
{
"name": "openai-agents",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "opentelemetry-exporter-otlp-proto-common",
"direct": false,
"version": "1.40.0",
"ecosystem": "pypi"
},
{
"name": "opentelemetry-instrumentation-fastapi",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "opentelemetry-semantic-conventions",
"direct": false,
"version": "0.61b0",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "26.0",
"ecosystem": "pypi"
},
{
"name": "pluggy",
"direct": false,
"version": "1.6.0",
"ecosystem": "pypi"
},
{
"name": "propcache",
"direct": false,
"version": "0.4.1",
"ecosystem": "pypi"
},
{
"name": "pydantic",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pydantic",
"direct": false,
"version": "2.12.5",
"ecosystem": "pypi"
},
{
"name": "pydantic-ai",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pydantic-core",
"direct": false,
"version": "2.41.5",
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.20.0",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "9.0.3",
"ecosystem": "pypi"
},
{
"name": "pytest-asyncio",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-asyncio",
"direct": false,
"version": "1.3.0",
"ecosystem": "pypi"
},
{
"name": "python-dotenv",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "python-dotenv",
"direct": false,
"version": "1.2.2",
"ecosystem": "pypi"
},
{
"name": "referencing",
"direct": false,
"version": "0.37.0",
"ecosystem": "pypi"
},
{
"name": "regex",
"direct": false,
"version": "2026.3.32",
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": false,
"version": "2.32.5",
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": false,
"version": "2.33.1",
"ecosystem": "pypi"
},
{
"name": "rich",
"direct": false,
"version": "14.3.3",
"ecosystem": "pypi"
},
{
"name": "rpds-py",
"direct": false,
"version": "0.30.0",
"ecosystem": "pypi"
},
{
"name": "setuptools",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "setuptools",
"direct": false,
"version": "83.0.0",
"ecosystem": "pypi"
},
{
"name": "shellingham",
"direct": false,
"version": "1.5.4",
"ecosystem": "pypi"
},
{
"name": "sigil-sdk",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sniffio",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "strands-agents",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "strands-agents-tools",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "tiktoken",
"direct": false,
"version": "0.12.0",
"ecosystem": "pypi"
},
{
"name": "tokenizers",
"direct": false,
"version": "0.22.2",
"ecosystem": "pypi"
},
{
"name": "tomli",
"direct": false,
"version": "2.4.0",
"ecosystem": "pypi"
},
{
"name": "tomli",
"direct": false,
"version": "2.4.1",
"ecosystem": "pypi"
},
{
"name": "tqdm",
"direct": false,
"version": "4.67.3",
"ecosystem": "pypi"
},
{
"name": "typer",
"direct": false,
"version": "0.23.1",
"ecosystem": "pypi"
},
{
"name": "typing-extensions",
"direct": false,
"version": "4.15.0",
"ecosystem": "pypi"
},
{
"name": "typing-inspection",
"direct": false,
"version": "0.4.2",
"ecosystem": "pypi"
},
{
"name": "urllib3",
"direct": false,
"version": "2.6.3",
"ecosystem": "pypi"
},
{
"name": "uvicorn",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "yarl",
"direct": false,
"version": "1.23.0",
"ecosystem": "pypi"
},
{
"name": "zipp",
"direct": false,
"version": "3.23.0",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 1178,
"direct_count": 70,
"indirect_count": 1108
}
},
"maintainership": {
"issues": {
"open_prs": 28,
"merged_prs": 368,
"open_issues": 13,
"closed_ratio": 0.381,
"closed_issues": 8,
"closed_unmerged_prs": 72
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "alexander-akhmetov",
"commits": 184,
"avatar_url": "https://avatars.githubusercontent.com/u/1875873?v=4"
},
{
"type": "User",
"login": "cyriltovena",
"commits": 87,
"avatar_url": "https://avatars.githubusercontent.com/u/1053421?v=4"
},
{
"type": "User",
"login": "svennergr",
"commits": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/8092184?v=4"
},
{
"type": "User",
"login": "soniaAguilarPeiron",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/33540275?v=4"
},
{
"type": "User",
"login": "jgordley",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/24211938?v=4"
},
{
"type": "User",
"login": "ivanahuckova",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/30407135?v=4"
},
{
"type": "User",
"login": "alexsniffin",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/10759760?v=4"
},
{
"type": "User",
"login": "matryer",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/101659?v=4"
},
{
"type": "User",
"login": "kevelopment",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/16607163?v=4"
},
{
"type": "User",
"login": "ArturWierzbicki",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/23451458?v=4"
}
],
"contributors_sampled": 19,
"top_contributor_share": 0.475
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"dotnet-publish.yml",
"go-sdk-tag.yml",
"java-publish.yml",
"js-sdk-publish.yml",
"plugins-publish.yml",
"publish-homebrew-formula.yml",
"python-sdks-publish.yml",
"release-agento11y-binaries.yml",
"release-agento11y.yml",
"tag-agento11y-on-merge.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml",
"biome.json",
"ruff.toml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"package-lock.json",
"pnpm-lock.yaml",
"uv.lock"
],
"scorecard": null,
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-08-01T02:08:13Z",
"oldest_open_prs": [
{
"number": 17,
"created_at": "2026-04-05T14:16:15Z",
"last_comment_at": "2026-04-13T17:14:53Z",
"last_comment_author": "alexander-akhmetov"
},
{
"number": 32,
"created_at": "2026-04-11T15:23:33Z",
"last_comment_at": "2026-04-11T16:48:46Z",
"last_comment_author": "alexander-akhmetov"
},
{
"number": 239,
"created_at": "2026-05-27T17:32:46Z",
"last_comment_at": "2026-06-19T14:36:51Z",
"last_comment_author": "cursor"
},
{
"number": 242,
"created_at": "2026-05-27T20:18:32Z",
"last_comment_at": "2026-06-19T14:37:46Z",
"last_comment_author": "cursor"
},
{
"number": 243,
"created_at": "2026-05-27T20:18:35Z",
"last_comment_at": "2026-06-19T14:37:30Z",
"last_comment_author": "cursor"
},
{
"number": 245,
"created_at": "2026-05-27T20:18:46Z",
"last_comment_at": "2026-06-20T23:34:28Z",
"last_comment_author": "cursor"
},
{
"number": 267,
"created_at": "2026-06-01T02:13:30Z",
"last_comment_at": "2026-06-19T14:38:45Z",
"last_comment_author": "cursor"
},
{
"number": 324,
"created_at": "2026-06-18T03:33:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 340,
"created_at": "2026-06-19T14:37:50Z",
"last_comment_at": "2026-06-19T14:37:56Z",
"last_comment_author": "cursor"
},
{
"number": 343,
"created_at": "2026-06-19T23:24:10Z",
"last_comment_at": "2026-06-19T23:24:20Z",
"last_comment_author": "cursor"
},
{
"number": 352,
"created_at": "2026-06-25T23:38:33Z",
"last_comment_at": "2026-06-25T23:38:42Z",
"last_comment_author": "cursor"
},
{
"number": 364,
"created_at": "2026-07-08T05:01:36Z",
"last_comment_at": "2026-07-08T05:01:41Z",
"last_comment_author": "cursor"
},
{
"number": 405,
"created_at": "2026-07-20T17:27:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 446,
"created_at": "2026-07-22T10:26:27Z",
"last_comment_at": "2026-07-28T08:48:08Z",
"last_comment_author": "renovate-sh-app"
},
{
"number": 448,
"created_at": "2026-07-23T11:17:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 456,
"created_at": "2026-07-24T22:25:34Z",
"last_comment_at": "2026-07-24T22:25:37Z",
"last_comment_author": "renovate-sh-app"
},
{
"number": 457,
"created_at": "2026-07-24T22:25:44Z",
"last_comment_at": "2026-07-24T22:25:47Z",
"last_comment_author": "renovate-sh-app"
},
{
"number": 458,
"created_at": "2026-07-24T22:25:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 459,
"created_at": "2026-07-24T22:26:02Z",
"last_comment_at": "2026-07-24T22:26:05Z",
"last_comment_author": "renovate-sh-app"
},
{
"number": 460,
"created_at": "2026-07-24T22:26:12Z",
"last_comment_at": "2026-07-24T22:26:15Z",
"last_comment_author": "renovate-sh-app"
}
],
"last_merged_pr_at": "2026-08-01T02:05:08Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 7,
"created_at": "2026-04-01T11:16:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 36,
"created_at": "2026-04-13T20:32:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 39,
"created_at": "2026-04-14T10:38:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 64,
"created_at": "2026-04-20T08:10:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 126,
"created_at": "2026-05-08T09:59:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 127,
"created_at": "2026-05-08T10:21:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 146,
"created_at": "2026-05-12T09:54:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 149,
"created_at": "2026-05-13T08:12:53Z",
"last_comment_at": "2026-05-28T11:01:09Z",
"last_comment_author": "adrien-f"
},
{
"number": 184,
"created_at": "2026-05-21T15:24:18Z",
"last_comment_at": "2026-06-22T03:56:32Z",
"last_comment_author": "Necmttn"
},
{
"number": 296,
"created_at": "2026-06-08T20:17:31Z",
"last_comment_at": "2026-06-19T21:28:36Z",
"last_comment_author": "alexander-akhmetov"
},
{
"number": 346,
"created_at": "2026-06-22T19:17:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 356,
"created_at": "2026-06-29T08:09:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 372,
"created_at": "2026-07-13T08:36:43Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/grafana/agento11y",
"host": "github.com",
"name": "agento11y",
"owner": "grafana"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 66 is calibrated to 77 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 66,
"calibrated": 77,
"calibration": "2026-08-02"
}
}
],
"value": 77,
"inputs": {
"security": 19,
"vitality": 87,
"community": 52,
"governance": 71,
"calibration": "2026-08-02",
"engineering": 84,
"ai_readiness": 93,
"weighted_overall_raw": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 87,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"commits_last_year": 628,
"human_commit_share": 0.71,
"days_since_last_push": 0,
"active_weeks_last_year": 25
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "25/52 weeks with commits",
"points": 17.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 25
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "628 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 628
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "OpenSSF Scorecard unavailable",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"releases_count": 12,
"latest_release_tag": "plugins/agento11y/v0.22.0",
"releases_from_tags": false,
"days_since_latest_release": 3,
"mean_days_between_releases": 4.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~4.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 4.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "OpenSSF Scorecard unavailable",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 52,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"forks": 14,
"stars": 53,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "53 stars",
"points": 27.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 53
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "14 forks",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 14
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"packages": [
"github.com/grafana/agento11y/go",
"@grafana/agento11y",
"@grafana/agento11y-core",
"agento11y"
],
"dependents": null,
"ecosystems": "go, npm, pypi",
"total_downloads": null,
"monthly_downloads": 3374
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,374 downloads/month across go, npm, pypi",
"points": 47,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3374,
"ecosystems": "go, npm, pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 19,
"top_contributor_share": 0.475
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 48% of commits",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 48
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "19 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 19
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "OpenSSF Scorecard unavailable",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"merged_prs": 368,
"open_issues": 13,
"closed_issues": 8,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.381,
"closed_unmerged_prs": 72,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "38% of issues closed",
"points": 16,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 38
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "368/440 decided PRs merged",
"points": 25.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 368,
"decided": 440
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "OpenSSF Scorecard unavailable",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "excellent",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 7140,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "grafana",
"public_repos": 587,
"account_age_days": 4500
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "7,140 followers of grafana",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 7140,
"login": "grafana"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "587 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 587
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/grafana/agento11y/go",
"@grafana/agento11y",
"@grafana/agento11y-core",
"agento11y"
],
"ecosystems": "go, npm, pypi",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "4 package(s) on go, npm, pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 4,
"ecosystems": "go, npm, pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 84,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "11 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 11
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml, biome.json, ruff.toml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml, biome.json, ruff.toml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "OpenSSF Scorecard unavailable",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://grafana.com/docs/grafana-cloud/observe-and-act/agent-observability/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://grafana.com/docs/grafana-cloud/observe-and-act/agent-observability/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 19,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dependency lockfiles. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dependency_lockfiles"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"source": "file_signals",
"lockfiles": [
"go.sum",
"package-lock.json",
"pnpm-lock.yaml",
"uv.lock"
],
"manifests": [
"go/go.mod",
"java/build.gradle.kts",
"js-core/package.json",
"js/package.json",
"package.json",
"python/pyproject.toml",
"python/setup.py"
],
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"components": [
{
"key": "security_policy_security_md",
"name": "Security policy (SECURITY.md)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "dependabot_config",
"name": "Dependabot config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "dependency_lockfiles",
"name": "Dependency lockfiles",
"detail": "published library — lockfiles are an application concern, not expected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "lockfiles_not_expected",
"params": {}
}
],
"max_points": 25
},
{
"key": "codeql_workflow",
"name": "CodeQL workflow",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Matched the npm:@grafana/agento11y@0.9.0 runtime dependency closure — what installing the published package pulls in — 312 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:@grafana/agento11y@0.9.0",
"assessed": 312
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 312,
"unassessed_packages": 0,
"affected_by_severity": "moderate 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "1 affected: @opentelemetry/core 2.6.0 (moderate 5.3)",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "@opentelemetry/core 2.6.0 (moderate 5.3)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 312,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "exceptional",
"name": "AI Readiness",
"value": 93,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "exceptional",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"has_llms_txt": true,
"legible_history_share": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md",
"js/docs/providers/gemini.md"
],
"agent_instruction_max_bytes": 5023
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md, js/docs/providers/gemini.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md, js/docs/providers/gemini.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": "llms.txt present",
"points": 15,
"status": "met",
"details": [
{
"code": "llms_txt_present",
"params": {}
}
],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "71 of 71 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 71,
"sampled": 71
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json",
"pnpm-lock.yaml",
"uv.lock"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"examples/experiments/python/mise.toml",
"examples/python-langchain/mise.toml",
"mise.toml",
"plugins/agento11y/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"js-core/tsconfig.json",
"js/tsconfig.json",
"plugins/opencode/tsconfig.json",
"plugins/pi/tsconfig.json",
"python-frameworks/claude-agent-sdk/agento11y_claude_agent/py.typed",
"python-frameworks/google-adk/agento11y_google_adk/py.typed",
"python-frameworks/langchain/agento11y_langchain/py.typed",
"python-frameworks/langgraph/agento11y_langgraph/py.typed",
"python-frameworks/litellm/agento11y_litellm/py.typed",
"python-frameworks/llamaindex/agento11y_llamaindex/py.typed",
"python-frameworks/openai-agents/agento11y_openai_agents/py.typed",
"python-frameworks/pydantic-ai/agento11y_pydantic_ai/py.typed",
"python-frameworks/strands/agento11y_strands/py.typed",
"python-providers/anthropic/agento11y_anthropic/py.typed",
"python-providers/gemini/agento11y_gemini/py.typed",
"python-providers/openai/agento11y_openai/py.typed",
"python/agento11y/py.typed"
],
"agent_commit_share": 0.1,
"toolchain_manifests": [
"dotnet/examples/Grafana.Agento11y.DevExEmitter/Grafana.Agento11y.DevExEmitter.csproj",
"dotnet/src/Grafana.Agento11y.Anthropic/Grafana.Agento11y.Anthropic.csproj",
"dotnet/src/Grafana.Agento11y.Gemini/Grafana.Agento11y.Gemini.csproj",
"dotnet/src/Grafana.Agento11y.OpenAI/Grafana.Agento11y.OpenAI.csproj",
"dotnet/src/Grafana.Agento11y/Grafana.Agento11y.csproj",
"dotnet/tests/Grafana.Agento11y.Anthropic.Tests/Grafana.Agento11y.Anthropic.Tests.csproj",
"dotnet/tests/Grafana.Agento11y.Gemini.Tests/Grafana.Agento11y.Gemini.Tests.csproj",
"dotnet/tests/Grafana.Agento11y.OpenAI.Tests/Grafana.Agento11y.OpenAI.Tests.csproj",
"dotnet/tests/Grafana.Agento11y.Tests/Grafana.Agento11y.Tests.csproj",
"examples/experiments/go/go.mod",
"examples/getting-started/go-hooks/go.mod",
"examples/getting-started/go/go.mod",
"go-frameworks/google-adk/go.mod",
"go-providers/anthropic/go.mod",
"go-providers/gemini/go.mod",
"go-providers/openai/go.mod",
"go/go.mod",
"java/benchmarks/build.gradle.kts",
"java/build.gradle.kts",
"java/core/build.gradle.kts",
"java/devex-emitter/build.gradle.kts",
"java/frameworks/google-adk/build.gradle.kts",
"java/providers/anthropic/build.gradle.kts",
"java/providers/gemini/build.gradle.kts",
"java/providers/openai/build.gradle.kts",
"plugins/agento11y/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "examples/experiments/python/mise.toml, examples/python-langchain/mise.toml, mise.toml, plugins/agento11y/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/experiments/python/mise.toml, examples/python-langchain/mise.toml, mise.toml, plugins/agento11y/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml, biome.json, ruff.toml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml, biome.json, ruff.toml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "js-core/tsconfig.json, js/tsconfig.json, plugins/opencode/tsconfig.json, plugins/pi/tsconfig.json, python-frameworks/claude-agent-sdk/agento11y_claude_agent/py.typed, python-frameworks/google-adk/agento11y_google_adk/py.typed, python-frameworks/langchain/agento11y_langchain/py.typed, python-frameworks/langgraph/agento11y_langgraph/py.typed, python-frameworks/litellm/agento11y_litellm/py.typed, python-frameworks/llamaindex/agento11y_llamaindex/py.typed, python-frameworks/openai-agents/agento11y_openai_agents/py.typed, python-frameworks/pydantic-ai/agento11y_pydantic_ai/py.typed, python-frameworks/strands/agento11y_strands/py.typed, python-providers/anthropic/agento11y_anthropic/py.typed, python-providers/gemini/agento11y_gemini/py.typed, python-providers/openai/agento11y_openai/py.typed, python/agento11y/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "js-core/tsconfig.json, js/tsconfig.json, plugins/opencode/tsconfig.json, plugins/pi/tsconfig.json, python-frameworks/claude-agent-sdk/agento11y_claude_agent/py.typed, python-frameworks/google-adk/agento11y_google_adk/py.typed, python-frameworks/langchain/agento11y_langchain/py.typed, python-frameworks/langgraph/agento11y_langgraph/py.typed, python-frameworks/litellm/agento11y_litellm/py.typed, python-frameworks/llamaindex/agento11y_llamaindex/py.typed, python-frameworks/openai-agents/agento11y_openai_agents/py.typed, python-frameworks/pydantic-ai/agento11y_pydantic_ai/py.typed, python-frameworks/strands/agento11y_strands/py.typed, python-providers/anthropic/agento11y_anthropic/py.typed, python-providers/gemini/agento11y_gemini/py.typed, python-providers/openai/agento11y_openai/py.typed, python/agento11y/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "10 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 10,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "OpenSSF Scorecard unavailable",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 236901,
"source_files_sampled": 757,
"oversized_source_files": 17
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "17/757 source files over 60KB",
"points": 53.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 757,
"oversized": 17
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "excellent",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"example",
"examples",
"notebooks"
],
"has_mcp_signal": false,
"api_schema_files": [
"js/proto/agento11y/v1/generation_ingest.proto",
"js/proto/opentelemetry/proto/collector/trace/v1/trace_service.proto",
"js/proto/opentelemetry/proto/common/v1/common.proto",
"js/proto/opentelemetry/proto/resource/v1/resource.proto",
"js/proto/opentelemetry/proto/trace/v1/trace.proto",
"proto/agento11y/v1/generation_ingest.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "js/proto/agento11y/v1/generation_ingest.proto, js/proto/opentelemetry/proto/collector/trace/v1/trace_service.proto, js/proto/opentelemetry/proto/common/v1/common.proto, js/proto/opentelemetry/proto/resource/v1/resource.proto, js/proto/opentelemetry/proto/trace/v1/trace.proto, proto/agento11y/v1/generation_ingest.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "js/proto/agento11y/v1/generation_ingest.proto, js/proto/opentelemetry/proto/collector/trace/v1/trace_service.proto, js/proto/opentelemetry/proto/common/v1/common.proto, js/proto/opentelemetry/proto/resource/v1/resource.proto, js/proto/opentelemetry/proto/trace/v1/trace.proto, proto/agento11y/v1/generation_ingest.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example, examples, notebooks",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, examples, notebooks"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 15,
"network-service": 3
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
},
{
"tier": "distribution",
"label": "library",
"source": "registry:pypi",
"weight": 6
},
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 3
},
{
"tier": "structure",
"label": "network-service",
"source": "api_schema",
"weight": 3
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"OpenSSF Scorecard timed out after 240s; skipping Scorecard checks"
],
"report_type": "repository",
"generated_at": "2026-08-01T15:31:14.436273Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/grafana/agento11y.svg",
"full_name": "grafana/agento11y",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}