原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"automl",
"evolution",
"machine-learning",
"meta-learning",
"meta-programming",
"symbolic-programming",
"manipulation",
"python"
],
"is_fork": false,
"size_kb": 4163,
"has_wiki": false,
"homepage": null,
"languages": {
"Python": 2915182
},
"pushed_at": "2026-07-20T13:52:56Z",
"created_at": "2022-05-12T23:46:21Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T09:25:24Z",
"description": "Manipulating Python Programs",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://opensource.google/",
"name": "Google",
"type": "Organization",
"login": "google",
"company": null,
"location": "United States of America",
"followers": 75920,
"avatar_url": "https://avatars.githubusercontent.com/u/1342004?v=4",
"created_at": "2012-01-18T01:30:18Z",
"is_verified": null,
"public_repos": 2888,
"account_age_days": 5302
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.5",
"kind": "patch",
"published_at": "2025-07-15T19:08:11Z"
},
{
"tag": "v0.4.4",
"kind": "patch",
"published_at": "2024-01-04T19:14:19Z"
},
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2023-09-13T23:14:00Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2023-07-28T17:52:51Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2023-07-22T03:53:10Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2023-07-13T17:09:02Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2023-03-17T21:34:39Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2023-01-18T17:26:51Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2022-10-13T18:23:30Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2022-10-10T17:29:10Z"
}
],
"recent_commits": [
{
"oid": "19cbc7381e339063917096cf14ee76d71bf2e168",
"body": "PiperOrigin-RevId: 950808435",
"is_bot": false,
"headline": "Suppress pyrefly errors",
"author_name": "Hana Joo",
"author_login": "h-joo",
"committed_at": "2026-07-20T13:52:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebdb062cc68aa5f3a4738f1b14eb66cc6bb3db35",
"body": "`pg.from_json_str` (and the underlying `utils.json_conversion.from_json` and\n`resolve_typenames`).\n\nThe default (`trusted=True`) is fully backward-compatible and leaves existing\nbehavior unchanged. Passing `trusted=False` deserializes untrusted JSON safely:\n`function`/`method`/`type` symbol resolution is rejected, `_type` resolution is\nrestricted to the explicit registry allowlist (no `auto_import`), and\nopaque-object pickle is disabled.\n\nPiperOrigin-RevId: 948699299",
"is_bot": false,
"headline": "Add an explicit `trusted: bool = True` parameter to `pg.from_json` and",
"author_name": "Yifeng Lu",
"author_login": "yifenglou",
"committed_at": "2026-07-16T03:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8baa9e759862b1b2f015ac56805e1e393f365a70",
"body": "… exception cause chains.\n\nPiperOrigin-RevId: 945391399",
"is_bot": false,
"headline": "Fix unbounded memory growth (OOM) in ErrorInfo._compute_tag on cyclic…",
"author_name": "Yifeng Lu",
"author_login": "yifenglou",
"committed_at": "2026-07-10T00:09:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6dd9ece38fdbd18ee087bf254911ae6f1891b87",
"body": "PiperOrigin-RevId: 944163121",
"is_bot": false,
"headline": "Automated Code Change",
"author_name": "Hana Joo",
"author_login": "h-joo",
"committed_at": "2026-07-07T23:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe6a2131e2253795463b502f87c982bddbecec63",
"body": "PiperOrigin-RevId: 941548374",
"is_bot": false,
"headline": "Automated Code Change",
"author_name": "Hana Joo",
"author_login": "h-joo",
"committed_at": "2026-07-02T08:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a70303299bbf08d307fa023d25ce44a4335a0832",
"body": "PiperOrigin-RevId: 941543639",
"is_bot": false,
"headline": "Automated Code Change",
"author_name": "Hana Joo",
"author_login": "h-joo",
"committed_at": "2026-07-02T08:23:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6cf30d1b6faf1f21c73e736ec73d326a19b18d1",
"body": "…TTRIBUTES\n\nPiperOrigin-RevId: 939377284",
"is_bot": false,
"headline": "Support dynamic attributes for Pyrefly in classes using HAS_DYNAMIC_A…",
"author_name": "Amer Elsheikh",
"author_login": "QEDady",
"committed_at": "2026-06-28T12:53:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef92fb6dc2392d1156ec22ed6b8d29cb72d3de31",
"body": "backward compatibility, but provide disallow_opaque_pickle() for\nsecurity-sensitive contexts (e.g. cloud services handling untrusted\nJSON) to opt out.\n\nChanges:\n- auto_register = False on _OpaqueObject: removes it from the type\n registry so it is harder to discover during deserialization.\n- _opaque\n[…]\nallow_opaque_pickle(): context manager for security contexts\n to disable _OpaqueObject pickle deserialization.\n- from_json gate: raises TypeError when pickle is disabled.\nPiperOrigin-RevId: 925476219",
"is_bot": false,
"headline": "Keep _OpaqueObject pickle deserialization enabled by default for",
"author_name": "Yifeng Lu",
"author_login": "yifenglou",
"committed_at": "2026-06-02T18:22:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f325a00bc818489c2e03480c03ccd9c5b5ac8e6a",
"body": "Also fix types.UnionType (e.g. int | str) being incorrectly\nhandled as an opaque object instead of a typing annotation.\n\nPiperOrigin-RevId: 923677252",
"is_bot": false,
"headline": "Fix critical RCE via pickle in _OpaqueObject deserialization.",
"author_name": "Yifeng Lu",
"author_login": "yifenglou",
"committed_at": "2026-05-30T00:21:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e2c74e4b05ce1bc060594ad978c7ac3b2b7909e",
"body": "Also fix types.UnionType (e.g. int | str) being incorrectly\nhandled as an opaque object instead of a typing annotation.\n\nPiperOrigin-RevId: 923631121",
"is_bot": false,
"headline": "Fix critical RCE via pickle in _OpaqueObject deserialization.",
"author_name": "Yifeng Lu",
"author_login": "yifenglou",
"committed_at": "2026-05-29T22:35:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c9466762dbc9efb1e44c8c39fd0a0e9f3b665f7",
"body": "…porting module reloading.\n\nPiperOrigin-RevId: 918722127",
"is_bot": false,
"headline": "PyGlove: deprecate Python version 3.9 and release pyglove/dev for sup…",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2026-05-20T23:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4387242816b11e5a208f4aa95551e3485c9146bc",
"body": "PiperOrigin-RevId: 856198394",
"is_bot": false,
"headline": "Replace unicode escaped characters in ipynb files",
"author_name": "Matej Aleksandrov",
"author_login": "AleksMat",
"committed_at": "2026-01-14T15:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc8692c511fd8deaae229add3cca63cd69f43902",
"body": "PiperOrigin-RevId: 840411251",
"is_bot": false,
"headline": "Add pg.io.getctime() and pg.io.getmtime().",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-12-04T22:47:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72ca141be77d59ca2c859b5b42fa735c4a09353a",
"body": "PiperOrigin-RevId: 838930644",
"is_bot": false,
"headline": "Add `pg.io.copy`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-12-01T22:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "921336a234db3a94ca17143de52079a998628203",
"body": "We're introducing the option to use `pg.from_json(..., convert_unknown=True)` to allow deserialization to proceed even when the original Python class, function, or method definitions are not available at runtime.\n\n## Motivation: the problem of missing type definitions\n\nWhen serializing and deseriali\n[…]\n.b.name)\n# Output: '__main__.foo'\n\n# Verification of types:\nassert isinstance(v.a, pg.symbolic.UnknownTypedObject)\nassert isinstance(v.b, pg.symbolic.UnknownFunction)\n```\n\nPiperOrigin-RevId: 833908094",
"is_bot": false,
"headline": "# Enabling Flexible Deserialization with Unknown Types in PyGlove",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-11-18T19:49:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "272e4a71f5899dcb3a0ac8eea55947c9afdb6d8e",
"body": "With this CL, users could use `pg.io` APIs to access various filesystems (S3, GCP) when fsspec is installed.\n\nPiperOrigin-RevId: 833501879",
"is_bot": false,
"headline": "`pg.io`: Add optional fsspec support.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-11-17T22:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e14f06bbd79c8ac143a89bc4ec104b0748b2f69",
"body": "PiperOrigin-RevId: 833393220",
"is_bot": false,
"headline": "`pg.io`: Path check is not necessary for `StdFile.close`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-11-17T18:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4601ad34a7f0eaa89b3f103861608d8624deab15",
"body": "Some file systems (especially those under heavy load) write to temporary paths and use an atomic rename operation upon closing the file. By polling for the final path's existence, we guarantee the file is fully finalized and visible before proceeding with subsequent operations like `os.chmod()` or reading.\n\nPiperOrigin-RevId: 832993526",
"is_bot": false,
"headline": "[pg.io] Wait for the file path to exist after closing.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-11-16T16:43:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc0ccf3b48d46dca86d547fe73f9a245d01d6324",
"body": "PiperOrigin-RevId: 831502697",
"is_bot": false,
"headline": "Add `pg.io.FileSystem.rename` and `pg.io.rename`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-11-12T20:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99e92025e6edddfca619ca548cdc6d7aab45e168",
"body": "PiperOrigin-RevId: 830687509",
"is_bot": false,
"headline": "Add `pg.io.FileSystem.glob` and `pg.io.glob`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-11-11T02:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "347d59eb32c43aa9e0ffb1197dbaeeb10595cd84",
"body": "PiperOrigin-RevId: 828010956",
"is_bot": false,
"headline": "Fix Python 3.9 and 3.10 test error.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-11-04T17:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86e4df8ee68fcf3290cd0a0eb971a7507f4e95bc",
"body": "PiperOrigin-RevId: 826946280",
"is_bot": false,
"headline": "Python 3.14 support.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-11-01T22:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb41346465307af8952afbacac196a9d51cc5104",
"body": null,
"is_bot": false,
"headline": "Support Python 3.14.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-11-01T21:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67968bdf1a91a6fc7110b335e439953e4d51e5d1",
"body": "PiperOrigin-RevId: 825810047",
"is_bot": false,
"headline": "Fix flaky evolution test when mutation happens on the last DNA.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-10-30T02:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1524726ee2f2a4e869a795b96c4c423bdce9ff6",
"body": "PiperOrigin-RevId: 825765785",
"is_bot": false,
"headline": "TabControl to support `remove` method.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-10-29T23:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9b1818a57fee04095a7f737d4d3f66696b14194",
"body": "Example:\n\n```\nclass A(pg.Object):\n # pg.Ref[B] is a `pg.typing.ValueSpec` object.\n x: dict[int, pg.Ref[B]]\n```\n\nPiperOrigin-RevId: 822725527",
"is_bot": false,
"headline": "Allow pg.typing.ValueSpec to be used as sub-type annotations.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-10-22T20:48:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb31092f3dfcd76ecab0eaf17628fb3f42e57eb1",
"body": "… Objects\n\nThis enhancement introduces formal serialization support for pg.Ref, allowing PyGlove to correctly serialize and deserialize objects that share references.\n\nExample:\n```\nclass Foo(pg.Object):\n x: Any\n\nclass Bar(pg.Object):\n y: int\n\nfoo = Foo(Bar(1))\nfoo2 = Foo(foo.x) # foo.x is\n[…]\nhe exact same shared instances.\n\nThis change greatly extends PyGlove's ability to handle complex object structures and common programming patterns involving shared state.\n\nPiperOrigin-RevId: 822584923",
"is_bot": false,
"headline": "Formal Serialization for `pg.Ref`: Enhancing PyGlove to Handle Shared…",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-10-22T14:42:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e732a084ac245bc8c2c2c4e68a3017d4cb772aaf",
"body": "With this change, `Dict.get()`, `Dict.values()`, `Dict.items()` will evaluate element value if the element is `pg.Inferential`. This also aligns the semantics with `List.__getitem__()` `List.__getattr__` and `List.__iter__()`.\n\nExample:\n```\nclass A(pg.Object):\n pass\n\nd = pg.Dict(x=pg.Ref(A())\nassert\n[…]\n # Instead of `pg.Ref`\nassert isinstance(list(d.values())[0], A) # Instead of `pg.Ref`\nassert isinstance(list(d.items())[0][1], A) # Instead of `pg.Ref`\n```\nPiperOrigin-RevId: 821712306",
"is_bot": false,
"headline": "`pg.Dict`: Evaluate inferential value for standard dict operations.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-10-20T17:45:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7802e4f1d93693718637894daf097e615fd6d3d9",
"body": "PiperOrigin-RevId: 821361894",
"is_bot": false,
"headline": "No public description",
"author_name": "PyGlove Authors",
"author_login": null,
"committed_at": "2025-10-19T18:20:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "650ad917ddc08a43b7247eb821903fd2ef65e3c3",
"body": "With this change, `Dict.get()`, `Dict.values()`, `Dict.items()` will evaluate element value if the element is `pg.Inferential`. This also aligns the semantics with `List.__getitem__()` `List.__getattr__` and `List.__iter__()`.\n\nExample:\n```\nclass A(pg.Object):\n pass\n\nd = pg.Dict(x=pg.Ref(A())\nassert\n[…]\n # Instead of `pg.Ref`\nassert isinstance(list(d.values())[0], A) # Instead of `pg.Ref`\nassert isinstance(list(d.items())[0][1], A) # Instead of `pg.Ref`\n```\nPiperOrigin-RevId: 821342698",
"is_bot": false,
"headline": "`pg.Dict`: Evaluate inferential value for standard dict operations.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-10-19T16:33:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ea13a507bbfbdf70c6beb0e2a1900df8145d7365",
"body": "PiperOrigin-RevId: 820474675",
"is_bot": false,
"headline": "`with_contextual_override` to support coroutines.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-10-17T01:43:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "779e9b1cf2fa8a779693d51cc12d62fe8a51c22c",
"body": "- `pg.ValueSpec.to_json_schema()` to support default value.\n- Introduce `pg.ValueSpec.from_json_schema()` / `pg.Schema.from_json_schema()` to allow creation of ValueSpec from JSON schema.\n\nPiperOrigin-RevId: 820048200",
"is_bot": false,
"headline": "`pg.typing`: Enhancements to JSON schema conversion.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-10-16T04:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7c8e81c40a225a8c4f0541acb3a9f936d769d9c",
"body": "* Counters are metrics that track the number of times an event occurs. It's\nmonotonically increasing over time.\n\n* Scalars are metrics that track a single value at a given time, for example,\navailable memory size. It does not accumulate over time like counters.\n\n* Distributions are metrics that track the distribution of a numerical value.\nFor example, the latency of an operation.\n\nPiperOrigin-RevId: 816976497",
"is_bot": false,
"headline": "Formalize monitoring metrics: Counter, Scalar and Distributions.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-10-09T03:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a1e8b45a3982a727f9abfbf87a2ef5882ccb055",
"body": "…duration`.\n\nPiperOrigin-RevId: 814384615",
"is_bot": false,
"headline": "[pg.monitoring] Handle empty error with `pg.monitoring.Scalar.record_…",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-10-02T21:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef07d6af69fcbeb6b983a5a458375326c0344ead",
"body": "PiperOrigin-RevId: 814368980",
"is_bot": false,
"headline": "[pg.monitoring] Scalar.record_duration to optionally track error.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-10-02T20:45:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46304868d813ddcce575163a58d9579844f340da",
"body": "PiperOrigin-RevId: 814064958",
"is_bot": false,
"headline": "Add `pg.monitoring.Scalar.record_duration()`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-10-02T05:02:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9edd54ca5d16218ec264e9636e86136d2e0afc4",
"body": "…() by providing an empty dict as a fallback.\n\nPiperOrigin-RevId: 813104024",
"is_bot": false,
"headline": "This change ensures that hyper_dict is not None before calling .items…",
"author_name": "PyGlove Authors",
"author_login": null,
"committed_at": "2025-09-30T06:11:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a187bafd52d2cc0843679f977633c2826a92991",
"body": "…ecution.\n\n```python\ncollection = pg.monitoring.metric_collection('/myapp')\nfoo = collection.get_counter('foo', 'description for foo')\nassert foo.increment() == 1\n\nbar = collection.get_scalar('bar', 'description for bar', parameters={'module': str})\nbar.record(10, module='module1')\nassert bar.distribution(module='module1').mean == 10.0\n```\nPiperOrigin-RevId: 811946930",
"is_bot": false,
"headline": "Introduce `pg.monitoring`: MetricCollection for monitoring program ex…",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-09-26T21:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4c17fe82eeee8bb84fa4d37484a0c51292f4396",
"body": "This allows user to redirect loggers to custom IOs.\n\nPiperOrigin-RevId: 811115465",
"is_bot": false,
"headline": "Introduce `pg.logging.use_stream`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-09-25T01:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6819c42469f36e31eab2ff09d3f18c3dd33c8d1",
"body": "PiperOrigin-RevId: 805921677",
"is_bot": false,
"headline": "Extract `pg.match_error` from `pg.catch_errors`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-09-11T18:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c080ff49620cd427c7230fa5e9bdd24cb9582e55",
"body": "PiperOrigin-RevId: 786880724",
"is_bot": false,
"headline": "`JsonConvertible.add_module_alias` to support multiple aliases",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-07-24T23:47:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f38cad20384fdcc6eb848284e82e6934e2f1aaa",
"body": "PiperOrigin-RevId: 783503779",
"is_bot": false,
"headline": "Merge pull request #372 from google:daiyip-patch-1",
"author_name": "pyglove authors",
"author_login": null,
"committed_at": "2025-07-15T22:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f4c7f73dd41c9c814b94f0c374db1a30efc65e5",
"body": null,
"is_bot": false,
"headline": "Bump PyGlove dev version to 0.5.0",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-07-15T19:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d655ea0f60c22add8a43fe3024ce1801bdc27e78",
"body": "PiperOrigin-RevId: 782393896",
"is_bot": false,
"headline": "Python 3.13 Support.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-07-12T20:43:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4809eb5314420d1969c7528b43ac80a304fa9c92",
"body": null,
"is_bot": false,
"headline": "Python 3.13 support",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-07-12T17:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "976ecbfb2800d7119ef835feec8c37a00ac05419",
"body": "…ues=True`.\n\n`np.ndarray == <number>` will return a `np.ndarray` which does not evaluate to a bool value. By putting `field.default_value` on the left, the `__eq__` method of `field.default_value` will take higher priority than `np.ndarray.__eq__`.\n\nPiperOrigin-RevId: 761832755",
"is_bot": false,
"headline": "Make `pg.to_json` compatible with `np.ndarray` with `hide_default_val…",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-05-22T07:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55ea669df8dce6b2fdb1f92494da1ca080b7445",
"body": "PiperOrigin-RevId: 759654174",
"is_bot": false,
"headline": "Expose `pg.ErrorInfo`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-05-16T16:57:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28c9b51d35d4390ae68e0487d6428e7754d32272",
"body": "Previous pg.utils.ErrorInfo is not HTML friendly. To fix this issue, we introduce\nsymbolic ErrorInfo class. Besides HTML support, it inherits all the benefits of PyGlove objects, e.g. automatic serialization support, flexible formatting, symbolic traversal etc.\n\nThis CL also fix pytype errors for python files under docs.\n\nPiperOrigin-RevId: 759385485",
"is_bot": false,
"headline": "Introduce symbolic ErrorInfo.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-05-16T01:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7390c120b0c173ee73c97c239c7668def226723",
"body": "```python\nclass Foo(metadata=abc.ABCMeta):\n @property\n @abc.abstractmethod\n def bar(self):\n pass\n\nclass Bar(pg.Object, Foo):\n # `bar` will introduce property `bar` that overrides the abstract `Foo.bar`.\n bar: int\n\nassert Bar(1).bar == 1\n```\n\nPiperOrigin-RevId: 759224544",
"is_bot": false,
"headline": "Allow symbolic attribute to override abstract properties.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-05-15T18:18:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9018f2589b4ef861a02100bb03b67e07187e5509",
"body": "```python\nclass A(pg.Object):\n x: int\n y: str\n\n# Schema to JSON schema.\nA.__schema__.to_json_schema()\n\n# ValueSpec to JSON schema.\nA.__schema__['x'].value.to_json_schema()\n```\n\nPiperOrigin-RevId: 754047380",
"is_bot": false,
"headline": "Add PyGlove schema to JSON Schema conversion.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-05-02T17:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1f94c9120ce50db9180f618bfbaf44a6c72a86e",
"body": "To make composition of child HTML elements easier, we make\n1. Html.element to support nestable list of child elements.\n2. LabelGroup to support nestable list of Labels that contains None.\n3. TabControl to support nestable list of Tabs that contains None. `select` supports name and name list.\n\nPiperOrigin-RevId: 752953428",
"is_bot": false,
"headline": "Enhancement to PyGlove HTML controls.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-04-30T01:03:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb9964e8651f363a93273dde0d1a1769ddca9f58",
"body": "Allow passing `is_noneable` and `use_none_as_default` arguments. We also unset the default value for Union converted from annotation without default value.\n\nPiperOrigin-RevId: 752777826",
"is_bot": false,
"headline": "Enhancing `pg.typing.ValueSpec.noneable()`",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-04-29T16:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b9c25fb57b76a1669cec783dca343e77fb37f05",
"body": "PiperOrigin-RevId: 752414465",
"is_bot": false,
"headline": "Automated Code Change",
"author_name": "Hana Joo",
"author_login": "h-joo",
"committed_at": "2025-04-28T19:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c0086afd0220248732973ed485749f3a70fde46",
"body": "…pers.\n\nPiperOrigin-RevId: 751851424",
"is_bot": false,
"headline": "Add `pg.logging.register_frame_to_skip` to better support logger wrap…",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-04-26T23:04:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f0aa14a8fa3e83d09cf605687f51150bea87dba",
"body": "Allow passing `is_noneable` and `use_none_as_default` arguments. We also unset the default value for Union converted from annotation without default value.\n\nPiperOrigin-RevId: 750812311",
"is_bot": false,
"headline": "Enhancing `pg.typing.ValueSpec.noneable()`",
"author_name": "Joe Richey",
"author_login": "josephlr",
"committed_at": "2025-04-24T02:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9209f971c82736d5e569a933a4410dc8a4bbc121",
"body": "Allow passing `is_noneable` and `use_none_as_default` arguments. We also unset the default value for Union converted from annotation without default value.\n\nPiperOrigin-RevId: 750779137",
"is_bot": false,
"headline": "Enhancing `pg.typing.ValueSpec.noneable()`",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-04-24T00:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29591ea564770b0080fb12aae15b6c4c60571fb9",
"body": "Also `pg.print` now supports variable positional arguments.\n\nPiperOrigin-RevId: 750352628",
"is_bot": false,
"headline": "`pg.format` to handle recursive structures.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-04-22T22:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3ad22583c65e630a5dfb8ff524789e91e19ced4",
"body": "This allows exceptions like SystemExit to be caught from bad code.\n\nPiperOrigin-RevId: 749911071",
"is_bot": false,
"headline": "Catch BaseException for pg.coding.evaluate.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-04-21T21:02:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86aad872fc60c8c16ee64e8b8e414e0e6c68b3f2",
"body": "PiperOrigin-RevId: 740822511",
"is_bot": false,
"headline": "Internal change.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-03-26T17:37:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd75005974e56fd64e446633832afc949e7bef90",
"body": "PiperOrigin-RevId: 739010067",
"is_bot": false,
"headline": "Set the default file/sequence permissions to world readable.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-03-21T01:39:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e8981da77f89b8743659998b0a7336fa54d91f8",
"body": "… default.\n\nPiperOrigin-RevId: 736539531",
"is_bot": false,
"headline": "Set the default value of arg `exist_ok` for `pg.io.mkdirs` to True by…",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-03-13T16:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65c7e520cb8aa0ca5c8bf7d7f1cc9ab72123d5b2",
"body": "PiperOrigin-RevId: 723558958",
"is_bot": false,
"headline": "Improve annotation inference to be compatible with module reloading.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-02-05T18:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97d6446a2dea91c67f5f39335e0509573ccb8cdd",
"body": "With this CL, PyGlove is compatible with `__future__.annotations`.\nFor example:\n\n```python\nfrom __future__ import annotations\n\nclass A(pg.Object):\n child: A | None\n```\n\nPiperOrigin-RevId: 723114026",
"is_bot": false,
"headline": "pg.typing to support `__future__.annotations`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-02-04T17:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50d8a38b0328222c2570c95c93caf934b7354966",
"body": "Protocol is a special base class, which cannot be tested via `issubclass` and `isinstance` (without @typing.runtime_checkable). Before this change, PyGlove does not treat Protocol subclasses correctly for typing. This CL fixes this by:\n1) pg.typing.is_subclass(cls, protocol_cls) always returns True \n[…]\n\nclass Foo(Protocol):\n def __call__(self) -> int:\n ...\n\nclass A(pg.Object):\n foo: Foo\n\nclass Bar:\n def __call__(self) -> int:\n return 0\n\nA(Bar()) # Will work.\n```\n\nPiperOrigin-RevId: 722370929",
"is_bot": false,
"headline": "`pg.typing` to support Protocol subclassses.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-02-02T17:32:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c8c5d1ca9e5a750ed828b07c0668bc56da30dd94",
"body": "… at the last expression.\n\nPiperOrigin-RevId: 721812914",
"is_bot": false,
"headline": "`pg.coding.evaluate`: Fix raise when attribute assignment takes place…",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-01-31T18:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddeb5932ba0c26cdc58e76f99800726bf644f974",
"body": "PiperOrigin-RevId: 718981795",
"is_bot": false,
"headline": "Fix stuck multiprocessing sandbox on large STDOUT.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-01-23T21:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d31a11938dabb9f518cf41986e9d3e469b6161f7",
"body": "PiperOrigin-RevId: 716236530",
"is_bot": false,
"headline": "cleanup of deprecated test methods",
"author_name": "PyGlove Authors",
"author_login": null,
"committed_at": "2025-01-16T15:59:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "063caf94dd80587954d9206126e382760ace7d34",
"body": "…narios.\n\n```\nclass A(pg.Object):\n x: str\n\n def foo(self):\n return 1\n\nclass B(A):\n pass\n\nclass C(pg.Object):\n x: Literal['a', 'b']\n\n def foo(self):\n return 2\n\nclass D(B, C):\n pass\n\n# D.foo will be C.foo.\n# Like-wise, D.x shall be Literal['a', 'b'] as B doesn't override A.x.\n# Before this CL D.x is str (B takes precedence of C in multi-inheritance order).\n```\n\nPiperOrigin-RevId: 716220803",
"is_bot": false,
"headline": "Fix symbolic attribute inheritance behavior for multi-inheritance sce…",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-01-16T15:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba91fc783b079bc8fb783256a00d6c3bf0a7c670",
"body": "Contextual objects are objects whose attribute values could be manipulated by context manager `pg.contextual_override` and/or accessed from parent objects via `pg.contextual_attribute` placeholder.\n\nExample:\n\n```\nclass A(pg.ContextualObject):\n x: int\n y: Any = pg.contextual_attribute()\n\na = A(1)\nprint(a.x) # 1\nwith pg.contextual_override(x=2):\n print(a.x) # 2\nprint(a.x) #1\n\npg.Dict(y=3, a=a)\nprint(a.y) # 3. (Accessing parent's y)\n```\n\nPiperOrigin-RevId: 716013142",
"is_bot": false,
"headline": "Introduce `pg.ContextualObject`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-01-16T01:35:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "264cfa133d400aeb3b6df548f8df6b317d0565d8",
"body": "With this change, the following code is valid, and the reported elapsed time for the 'task' status will be aggregated accordingly.\n\n```\n with pg.timeit() as t:\n with pg.timeit('task'):\n time.sleep(1)\n time.sleep(1)\n with pg.timeit('task'):\n time.sleep(1)\n print(t.status()['task'].elapse)\n # Will print a number around 2.\n```\n\nPiperOrigin-RevId: 715540752",
"is_bot": false,
"headline": "`pg.time` now supports aggregating sub-timers with the same name.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-01-14T22:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20cf7607bb2bdb1edc8c51a039d3461a09ca7c8e",
"body": "PiperOrigin-RevId: 715083241",
"is_bot": false,
"headline": "Expose `lf.coding.permission` and `lf.coding.maybe_sandbox_call`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-01-13T21:16:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faca119a9c80361e8bbe4c0d91d23ddd4a3f8572",
"body": "PiperOrigin-RevId: 713385689",
"is_bot": false,
"headline": "Expose `pg.colored` and `pg.decolor` from the root module.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-01-08T20:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23ca0c221051622a9f95d2c95e5988c8e2443473",
"body": "…ontrol.\n\nPiperOrigin-RevId: 713290439",
"is_bot": false,
"headline": "`pg.coding`: Add support for Python code evaluation with permission c…",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-01-08T15:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1125d6dc869ac64820954bdc0bd98d81ca1b5f4b",
"body": "PiperOrigin-RevId: 713009923",
"is_bot": false,
"headline": "Add `pg.utils.text_color` submodule.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-01-07T20:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3f06ae0b764419843cbd2e49db7ca2db0eabac0",
"body": "Currently this sub-module has been expanded with utilities beyond dealing with objects. This rename allows better organization of code.\n\n`pg.object_utils` is kept as an alias to `pg.utils` for backward-compatibility.\n\nPiperOrigin-RevId: 712329689",
"is_bot": false,
"headline": "Rename `pg.object_utils` sub-module to `pg.utils`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-01-06T00:00:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4e5373717e2ace65a9880de4ef2609b72f4f90f",
"body": "Move `make_function` from `pg.object_utils` to `pg.coding`.\n\nPiperOrigin-RevId: 711543408",
"is_bot": false,
"headline": "Introduce `pg.coding` sub-module.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2025-01-02T23:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feb3d56ac1ffa6a8f89c439e46b043cab55ea95c",
"body": "PiperOrigin-RevId: 708384259",
"is_bot": false,
"headline": "Retire `pg.Object.schema` and `pg.Object.type_name`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-12-20T19:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "005ec584be43146d0306dfbaa72b4fb1ce451080",
"body": "- Support using `typing.ClassVar` to annotate class-level attributes.\n- Support using `typing.Final` to annotate frozen field.\n- Support using `pg.Ref[Type]` for automatic conversion of symbolic object to `pg.Ref` object.\n- Add `pg.typing.ValueSpec.__call__` as a shortcut to instantiate values of the spec, so `pg.typing.ValueSpec` could be used as types.\n\nPiperOrigin-RevId: 706239534",
"is_bot": false,
"headline": "Enhancements to PyGlove's typing system.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-12-14T17:37:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "120e8bd6533b51181b29254fa26fb91d0a376394",
"body": "This CL also allows serializing/deserializing dict of int keys through `pg.to_json_str` and `pg.from_json_str`.\n\nPiperOrigin-RevId: 706121854",
"is_bot": false,
"headline": "pg.Dict to support int keys.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-12-14T06:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31153b10190ad9f962f152b239e7bf7ea2869f6d",
"body": "This CL also allows serializing/deserializing dict of int keys through `pg.to_json_str` and `pg.from_json_str`.\n\nPiperOrigin-RevId: 705925836",
"is_bot": false,
"headline": "pg.Dict to support int keys.",
"author_name": "Yifeng Lu",
"author_login": "yifenglou",
"committed_at": "2024-12-13T18:27:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06a636328dc356ee88893d3d093f13f454e7e3c5",
"body": "This CL also allows serializing/deserializing dict of int keys through `pg.to_json_str` and `pg.from_json_str`.\n\nPiperOrigin-RevId: 705885077",
"is_bot": false,
"headline": "pg.Dict to support int keys.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-12-13T16:02:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "212ce7def611f1707173b51e6a66a5c6df49f8d2",
"body": "PiperOrigin-RevId: 705357818",
"is_bot": false,
"headline": "Add \"View PyGlove Objects in HTML\" notebook in examples.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-12-12T05:32:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcb53ebafd539e412ae0e6c730b8cf754e65108f",
"body": "* `pg.views.html.controls.Label`:\n - Use `<span>` for labels without links, so it better supports nesting.\n* `pg.views.html.controls.TabControl`:\n - Add an optional 'name' to `Tab` so we could select that tab by name.\n - Add `insert` method.\n - Add `select` method.\n\nPiperOrigin-RevId: 705147063",
"is_bot": false,
"headline": "Enhance HTML controls.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-12-11T18:10:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b06665b00103338f5163af48f05ccc7969812af",
"body": "PiperOrigin-RevId: 704729105",
"is_bot": false,
"headline": "Tune CSS for Tab control.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-12-10T16:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e0ff933d1e826d9553b084bed0c2a83c124c5d3",
"body": "* `lf.views.html.controls.Control`: supports HTML/CSS injection with javascript.\n* `lf.views.html.controls.Label`: supports dynamic update of CSS classes.\n* `lf.views.html.controls.TabControl`:\n - Supports `css_classes`\n - Allow dynamic addition of new tabs.\n - Avoid \"float: left\" for vertical tabs.\n - Upgraded UI.\n\nPiperOrigin-RevId: 704409321",
"is_bot": false,
"headline": "Enhancements to HTML controls.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-12-09T22:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0adebc9aac237d5e22b87d1317e0df3fce7bb86c",
"body": "For example, previously Foo(x={'a.x': 1}) will be serialized as `Foo(x={'a': {'x': 1}}`, which is not intended. This is due to `object_utils.merge` tries to unflatten keys with '.' and '[]'.\n\nPiperOrigin-RevId: 696248561",
"is_bot": false,
"headline": "Fix serialization of `pg.Object` with child dict with non-standard keys.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-11-13T21:21:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "016992e089261bd0b466eb4384edffcf766db5c9",
"body": "PiperOrigin-RevId: 696225509",
"is_bot": false,
"headline": "Allow serialization of `pg.Ref` with `pg.to_json()`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-11-13T20:11:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc26ae1e491935a6461d205a380bef7c9e7a32dc",
"body": "PiperOrigin-RevId: 696216964",
"is_bot": false,
"headline": "Better handle `pg.Symbolic.sym_nondefaults` on dicts without schema.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-11-13T19:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28a8f3c693c3a6610ccae46e4c6717cc9bda6bb4",
"body": "PiperOrigin-RevId: 694420303",
"is_bot": false,
"headline": "Added suppressions for pytype --none-is-not-bool.",
"author_name": "Martin Huschenbett",
"author_login": null,
"committed_at": "2024-11-08T10:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38a92a18d2c1a4d2e173f9b5a0eb802440326dc2",
"body": "- Label to allow specification of 'target' for links.\n- Tab to support multiple TabControls in the same page.\n\nPiperOrigin-RevId: 693745093",
"is_bot": false,
"headline": "Minor enhancements to `lf.views.html.controls`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-11-06T16:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "713e2c3060593d09b2fee8b375e603a125c2374d",
"body": "Add common interactive controls (Label, Tooltip, ProgressBar and Tab).\n\nPiperOrigin-RevId: 693406819",
"is_bot": false,
"headline": "Introduce `pg.views.html.controls`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-11-05T18:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce2cb4cc585a8ecb8fcae103bac7eef6da016655",
"body": "`pg.HtmlConvertible` allows users to create common HTML controls that is not coupled with any HtmlView(s), also it decouples `pg.Symbolic` from being a subclass of `HtmlTreeView.Extension`, allowing `pg.Symbolic` to be more lightweight and general enough to support different views beyond HtmlTreeView.\n\nAs a result, subclasses that need to custom HtmlTreeView behavior needs to extend `pg.views.HtmlTreeView.Extension` explicitly.\n\nPiperOrigin-RevId: 693099113",
"is_bot": false,
"headline": "Introduces `pg.HtmlConvertible`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-11-04T22:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efba2213a02a8d7697283f65692c5750a7c3204d",
"body": "PiperOrigin-RevId: 692536496",
"is_bot": false,
"headline": "Revise `pg.typing.Union` apply rules.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-11-02T21:12:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6348c4217ea50557e93d3dc40af4af46b86ab2ca",
"body": "PiperOrigin-RevId: 691956168",
"is_bot": false,
"headline": "Revise `pg.Symbolic.from_json`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-10-31T22:34:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "448c39b000c01040ee11911e65008dad4e6ecc14",
"body": "This CL allows the **kwargs to reach to leaf nodes.\n\nPiperOrigin-RevId: 691812248",
"is_bot": false,
"headline": "Fix handling of **kwargs of `pg.from_json`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-10-31T15:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c47ed86e0d594ea1c43e26be0258aada7b449736",
"body": "PiperOrigin-RevId: 691533034",
"is_bot": false,
"headline": "`pg.open_sequence` to automatically create directories in write mode.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-10-30T20:27:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b3cdebd9a8b5fee0cdca3cdf5a391cb5ea24a6a",
"body": "So the status is serializable.\n\nPiperOrigin-RevId: 691501178",
"is_bot": false,
"headline": "Use `pg.object_utils.ErrorInfo` in `pg.object_utils.TimeIt.Status`.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-10-30T18:52:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "280079294a2948e585cfbefc7975a179a5229dc1",
"body": "- Introduce `pg.object_utils.ErrorInfo` for serializing detailed error information.\n- Renamed `pg.object_utils.profiling` to `pg.object_utils.timing`, making `pg.object_utils.TimeIt.StatusSummary` serializable.\n- Add `javascript_str` flag to `pg.Html.escape`.\n- Add `id` flag to `pg.views.HtmlTreeView.tooltip`. This allows us to create tooltip that can be updated by javascript.\n\nPiperOrigin-RevId: 691452296",
"is_bot": false,
"headline": "Utility improvements:",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-10-30T16:44:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "825db909d7cc4af864414a00fcf13bff9a403408",
"body": "To efficiently read/write sequential records, we introduces `pg.io.open_sequence`, together with interfaces `pg.io.SequenceIO` and `pg.io.Sequence`. As a by-product, `pg.open_jsonl` is added for reading/writing PyGlove serialized JSONL format (line-broken JSON). Like-wise, users could customize the \n[…]\n value in f:\n print(value) # value is a deserialized PyGlove object.\n\nwith pg.open_jsonl('/my/file.jsonl', 'w') as f:\n f.add(1)\n f.add(dict(x=1))\n f.add('abc')\n```\n\nPiperOrigin-RevId: 691448293",
"is_bot": false,
"headline": "Add `pg.open_jsonl` based on the more general `pg.io.open_sequence` API.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-10-30T16:31:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f93aa2d6244734c7c357a7a1282161f8fc33b539",
"body": "PiperOrigin-RevId: 689549194",
"is_bot": false,
"headline": "Add `pg.TimeIt.StatusSummary` for status aggregation.",
"author_name": "Daiyi Peng",
"author_login": "daiyip",
"committed_at": "2024-10-24T23:07:20Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 40,
"latest_release_at": "2025-07-15T19:08:11Z",
"latest_release_tag": "v0.4.5",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 19,
"days_since_latest_release": 374,
"mean_days_between_releases": 112.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "pyglove",
"exists": true,
"license": "Apache License 2.0",
"keywords": [
"ai",
"machine",
"learning",
"automl",
"mutable",
"symbolic",
"framework",
"meta-programming",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Human Machine Interfaces",
"Topic :: Software Development :: Code Generators",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/pyglove/",
"is_deprecated": false,
"latest_version": "0.4.5",
"repository_url": "https://github.com/google/pyglove",
"versions_count": 1463,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2022-06-10T03:27:21.371325Z",
"latest_published_at": "2025-07-15T19:08:32.053272Z",
"latest_version_yanked": null,
"days_since_latest_publish": 374
}
]
},
"popularity": {
"forks": 39,
"stars": 717,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2022-07-07",
"count": 1
},
{
"date": "2022-11-05",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-11",
"count": 1
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2023-03-26",
"count": 1
},
{
"date": "2023-04-03",
"count": 1
},
{
"date": "2023-06-20",
"count": 1
},
{
"date": "2023-07-22",
"count": 1
},
{
"date": "2023-08-24",
"count": 1
},
{
"date": "2023-11-26",
"count": 1
},
{
"date": "2024-03-22",
"count": 1
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-09-29",
"count": 1
},
{
"date": "2024-09-30",
"count": 2
},
{
"date": "2024-10-01",
"count": 1
},
{
"date": "2024-10-06",
"count": 1
},
{
"date": "2024-12-09",
"count": 1
},
{
"date": "2025-01-13",
"count": 1
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-03-08",
"count": 1
},
{
"date": "2025-09-20",
"count": 1
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-12-27",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-06-13",
"count": 1
},
{
"date": "2026-06-28",
"count": 2
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
}
],
"complete": true,
"collected": 39,
"total_forks": 39
},
"star_history": null,
"open_issues_and_prs": 15
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples",
"notebooks"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 131170,
"source_files_sampled": 241,
"oversized_source_files": 8,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"docs/requirements.txt",
"requirements.txt",
"setup.py"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 2,
"malicious_count": 0,
"assessed_package": "pypi:pyglove@0.4.5",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "absl-py",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "autodocsumm",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "docstring-parser",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "fsspec",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "furo",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "jinja2",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "myst-nb",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sphinx-autodoc-typehints",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sphinx-copybutton",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "termcolor",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 10,
"direct_count": 0,
"indirect_count": 10
}
},
"maintainership": {
"issues": {
"open_prs": 14,
"merged_prs": 208,
"open_issues": 1,
"closed_ratio": 0.962,
"closed_issues": 25,
"closed_unmerged_prs": 178
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "daiyip",
"commits": 341,
"avatar_url": "https://avatars.githubusercontent.com/u/5194337?v=4"
},
{
"type": "User",
"login": "rchen152",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/4142312?v=4"
},
{
"type": "User",
"login": "yifenglou",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/7434443?v=4"
},
{
"type": "User",
"login": "h-joo",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/13726714?v=4"
},
{
"type": "User",
"login": "chansoo-google",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/94126579?v=4"
},
{
"type": "User",
"login": "QEDady",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/54910133?v=4"
},
{
"type": "User",
"login": "chengrunyang",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8860197?v=4"
},
{
"type": "User",
"login": "sinopalnikov",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5305828?v=4"
},
{
"type": "User",
"login": "josephlr",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5506060?v=4"
},
{
"type": "User",
"login": "AleksMat",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/9626750?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.924
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yaml",
"docgen_test.yaml",
"pypi-nightly.yaml",
"pypi.yaml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 3,
"reason": "Found 9/30 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 9,
"reason": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "19cbc7381e339063917096cf14ee76d71bf2e168",
"ran_at": "2026-07-25T08:48:16Z",
"aggregate_score": 5.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-25T08:47:19Z",
"oldest_open_prs": [
{
"number": 226,
"created_at": "2023-08-25T16:51:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 326,
"created_at": "2024-11-07T16:39:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 374,
"created_at": "2025-08-05T23:39:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 404,
"created_at": "2026-04-06T01:04:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 406,
"created_at": "2026-05-29T18:33:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 412,
"created_at": "2026-06-13T16:36:45Z",
"last_comment_at": "2026-06-13T16:52:41Z",
"last_comment_author": "koonnamchok"
},
{
"number": 414,
"created_at": "2026-06-28T02:11:32Z",
"last_comment_at": "2026-06-28T02:11:49Z",
"last_comment_author": "google-cla"
},
{
"number": 420,
"created_at": "2026-07-20T13:16:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 421,
"created_at": "2026-07-20T13:18:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 422,
"created_at": "2026-07-20T13:21:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 423,
"created_at": "2026-07-20T13:23:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 424,
"created_at": "2026-07-20T13:26:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 425,
"created_at": "2026-07-20T13:29:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 426,
"created_at": "2026-07-20T13:30:15Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-20T13:52:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 271,
"created_at": "2024-01-23T16:30:10Z",
"last_comment_at": "2024-12-28T21:12:20Z",
"last_comment_author": "Riccardo231"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/google/pyglove",
"host": "github.com",
"name": "pyglove",
"owner": "google"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"security": 67,
"vitality": 68,
"community": 74,
"governance": 61,
"engineering": 71
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"commits_last_year": 40,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 19
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "19/52 weeks with commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 19
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "40 commits in the last year",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 40
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 9,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.4.5",
"releases_from_tags": false,
"days_since_latest_release": 374,
"mean_days_between_releases": 112.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 374 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 374
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~112.1 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 112.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 74,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"forks": 39,
"stars": 717,
"watchers": 8,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "717 stars",
"points": 46.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 717
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "39 forks",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 39
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": 18,
"status": "met",
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 12,
"top_contributor_share": 0.924
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 92% of commits",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 92
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"merged_prs": 208,
"open_issues": 1,
"closed_issues": 25,
"issue_closed_ratio": 0.962,
"closed_unmerged_prs": 178
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "96% of issues closed",
"points": 45,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 96
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "208/386 decided PRs merged",
"points": 20.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 208,
"decided": 386
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/30 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 75920,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "google",
"public_repos": 2888,
"account_age_days": 5302
},
"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": "75,920 followers of google",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 75920,
"login": "google"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2888 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 2888
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"pyglove"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 374
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 374 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 374
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1463 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 1463
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 71,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"automl",
"evolution",
"machine-learning",
"meta-learning",
"meta-programming",
"symbolic-programming",
"manipulation",
"python"
],
"has_wiki": false,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"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": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 67,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 9/30 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:pyglove@0.4.5 runtime dependency closure — what installing the published package pulls in — 2 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:pyglove@0.4.5",
"assessed": 2
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 2,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"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": 2,
"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": "excellent",
"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"
],
"review_only_matches": 0,
"assessed_self_published_locations": 6
},
"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": "at_risk",
"name": "AI Readiness",
"value": 30,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.46,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "46 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 24.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 46,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 131170,
"source_files_sampled": 241,
"oversized_source_files": 8
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "8/241 source files over 60KB",
"points": 53.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 241,
"oversized": 8
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples",
"notebooks"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "examples, notebooks",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples, notebooks"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T08:48:34.421399Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/google/pyglove.svg",
"full_name": "google/pyglove",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}