JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1780,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 6860,
"Python": 246129,
"Makefile": 2723
},
"pushed_at": "2026-07-27T10:35:34Z",
"created_at": "2026-06-01T12:54:47Z",
"owner_type": "User",
"updated_at": "2026-07-27T10:35:14Z",
"description": "Django ↔ Pydantic-AI ↔ AG-UI integration: an AG-UI agent endpoint with a pluggable tool registry.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": "Artur",
"type": "User",
"login": "Artui",
"company": null,
"location": "Krakow, Poland",
"followers": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/15174053?v=4",
"created_at": "2015-10-17T18:06:23Z",
"is_verified": null,
"public_repos": 17,
"account_age_days": 3935
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.23.0",
"kind": "minor",
"published_at": "2026-07-27T10:35:31Z"
},
{
"tag": "v0.22.0",
"kind": "minor",
"published_at": "2026-07-27T10:16:23Z"
},
{
"tag": "v0.21.0",
"kind": "minor",
"published_at": "2026-07-23T10:34:41Z"
},
{
"tag": "v0.20.0",
"kind": "minor",
"published_at": "2026-07-22T10:27:41Z"
},
{
"tag": "v0.19.0",
"kind": "minor",
"published_at": "2026-07-17T12:07:02Z"
},
{
"tag": "v0.18.1",
"kind": "patch",
"published_at": "2026-07-16T17:18:27Z"
},
{
"tag": "v0.18.0",
"kind": "minor",
"published_at": "2026-07-14T20:30:30Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2026-07-14T15:33:31Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2026-07-13T15:50:58Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2026-07-10T16:51:31Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2026-07-10T15:00:00Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2026-07-09T08:40:23Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2026-07-08T14:56:43Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2026-07-08T07:42:19Z"
},
{
"tag": "v0.11.1",
"kind": "patch",
"published_at": "2026-07-03T10:35:12Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2026-07-02T16:07:57Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-07-02T12:08:17Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-06-30T15:02:59Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-06-30T11:28:22Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-06-25T08:42:15Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-06-24T12:37:28Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-06-23T20:44:07Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-06-14T10:45:31Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-06-10T19:26:47Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-06-03T12:47:56Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-06-02T14:26:06Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-06-02T13:35:16Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-06-02T11:30:49Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-06-01T13:41:51Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-01T13:15:05Z"
}
],
"recent_commits": [
{
"oid": "81691636196fe7e19cf66e6a54e3516da8057a0b",
"body": "* Add GET runs/ — the discovery half of resume/fork\n\nresume/<run_id>/ and fork/<run_id>/ both address a run by id, so on their\nown a client can only continue a run whose id it still holds. That rules out\nresuming after a page reload or from another device — most of what durable\nstep persistence is f\n[…]\ne package core stays installable without the [harness] extra.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>\n\n* Release 0.23.0\n\n---------\n\nCo-authored-by: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add GET runs/ — the discovery half of resume/fork (0.23.0) (#51)",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-27T10:34:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "843b47b21b489fbbb05fad635dca953a67d252e6",
"body": "…s (0.22.0) (#49)\n\n* Accept a SpecRegistry in service_specs, and fix stale persistence docs\n\ndrf-services 0.27 added SpecRegistry as the one declaration site for a\nproject exposing the same specs over several transports. AGUIServer now\ntakes one wherever it took a name -> spec mapping.\n\nNormalisatio\n[…]\nck under check, which is what surfaced the SelectorSpec\ncall.\n\nCo-Authored-By: Claude Opus 5 <noreply@anthropic.com>\n\n* Release 0.22.0\n\n---------\n\nCo-authored-by: Claude Opus 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Accept a SpecRegistry in service_specs, and fix stale persistence doc…",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-27T10:15:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "55c534217c24de6f39fd47ee2a9f3c401fd9f0a4",
"body": "Co-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.21.0 (#48)",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-23T10:33:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1cf279ad569a0025d7abae2e96bf718a6601d05e",
"body": "* Re-home onto the django-pydantic-agent substrate\n\nDeletes the 41 modules that moved to the substrate and depends on it instead,\nkeeping only the AG-UI transport here: the view, the SSE stream, the mount, the\nbrowser-facing sub-views, skills and transcription.\n\nEvery moved symbol is re-exported per\n[…]\n Only the top-level surface is shimmed, so those now point at the substrate.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Re-home onto the django-pydantic-agent substrate (#47)",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-23T10:22:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0cd714189a0c6623bb4d74b1755b9c159ec9be76",
"body": "* Add durable step persistence: model-backed store + resume/fork\n\nAn owner-scoped StepStore for pydantic-ai-harness's StepPersistence\ncapability, backed by four contrib.store models (runs / events /\nsnapshots / tool_effects, migration 0003), plus resume/fork endpoints\nthat seed a new run from a prio\n[…]\nun.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n* Release 0.20.0\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.20.0 — durable step persistence + resume/fork (#45)",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-22T10:26:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4fff8af611f40354615cfbf947247839d49641a5",
"body": "…n (#43)\n\n* Add AGUIConfig, build_ag_ui_config, and the removed-settings guard\n\nThe scalar half of the per-endpoint config, mirroring drf-mcp 0.12.0's\nMCPConfig. AppSettings mixed 15 scalars with 10 dotted paths to collaborators\nand was rebuilt on every read; AGUIConfig holds only the scalars, resol\n[…]\n\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n* Release 0.19.0\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.19.0 — per-endpoint configuration + multi-instance isolatio…",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-17T12:06:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fffba3a49e08b45f7fa16d96bcfc45b5a52a4d06",
"body": "* Add sub-agents (SubAgents) delegation recipe\n\nWire the pydantic-ai-harness SubAgents capability through the existing\nCAPABILITIES seam (the [harness] extra) to give the agent a delegate_task\ntool over a roster of named child agents. Zero new package code — a stateless\ncapability adopted exactly li\n[…]\n\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n* Release 0.18.1\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.18.1 — sub-agents (SubAgents) delegation recipe (#42)",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-16T17:17:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d8733718f56ba006bdf1017b6b9921a2aa8edf2d",
"body": "…oval guide (#41)\n\n* Add [harness] extra + CodeMode batching recipe for the drf-mcp bridge\n\n- Optional django-ag-ui[harness] extra (pydantic-ai-harness[code-mode]),\n lazy-imported so core stays django + pydantic-ai-slim. Its CodeMode\n capability drops into the existing CAPABILITIES seam to collaps\n[…]\n entry, the\nconfiguration cross-link, and links it from the CodeMode guide.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.18.0 — CodeMode batching + [harness] extra + HITL tool-appr…",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-14T20:29:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2951a760ae449db0860f9ebc1a10a0c44977eaea",
"body": "…ard policy (#38)\n\n* HITL server-side approval: turn on the loop + ToolGuard policy\n\nPiece A — turn the latent tool-approval loop on:\n- pin ag-ui-protocol>=0.1.19 (interrupt/resume floor)\n- put DeferredToolRequests in the agent output_type so server-side\n tool approval works even without frontend t\n[…]\n\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n* Release 0.17.0\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.17.0 — HITL server-side approval: turn on the loop + ToolGu…",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-14T15:32:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "97f7ae174c648e6b779bb5027fa4133a5f3e3512",
"body": "* Consume PAI 0.5.0 SpecCapability for SERVICE_SPECS\n\nSwitch the SERVICE_SPECS path from a bare SpecToolset to\ndjangorestframework-pydantic-ai 0.5.0's SpecCapability, so the spec\nconventions reach the model. The exposed tool set is byte-identical\n(same SpecToolset underneath), but as a capability on\n[…]\n\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n* Release 0.16.0\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Consume SpecCapability for SERVICE_SPECS (0.16.0) (#36)",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-13T15:50:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fe94a400c58b96144b4a8e3eca9599a0fd999d1c",
"body": "…#35)\n\n* Add agent skills, capability-based audit, context compaction, and 2.x trust knobs\n\nFour fronts, all riding pydantic-ai's core capability seam (which this\npackage now requires: pydantic-ai-slim floor moves to >=2,<3):\n\n- SkillsCapability: progressive-disclosure agent skills. The model sees\n \n[…]\n= param on DjangoAGUIView (added only to plumb the\nnow-removed agent skills).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Capability-based audit, session split, and 2.x trust knobs (0.15.0) (…",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-10T16:50:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b9a31270a1fbc75d80fdf081dde1db0379929f71",
"body": "* Rebase DrfMcpToolset onto AbstractToolset\n\nSubclass the documented extension point directly instead of\nExternalToolset, building tool defs kind=\"function\" from the start —\nno per-run re-stamp, no dependency on the external-toolset internals\nthat model the opposite of in-process execution (the vers\n[…]\ntions.drf_mcp;\nthe view builds it internally from the DRF_MCP_SERVER setting.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rebase DRFMCPToolset onto AbstractToolset (0.14.0) (#34)",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-10T14:59:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a2939175df97a5f8e80dd7e6637b7b2454a45e2c",
"body": "* Remove inert server-side confirmation machinery\n\nServer-side tools execute mid-stream, so `@tool(destructive=True)` only ever\nreached the LLM as an `x-destructive` schema hint — never a runtime gate. The\n`needs_confirmation` helper and `AUTO_CONFIRM` setting were exported/parsed with\nzero producti\n[…]\nx-destructive` / `x-confirm` schema stamps are\nunchanged.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n* Release 0.13.0\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove inert server-side confirmation machinery (0.13.0) (#32)",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-09T08:39:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "31df9b4e9c23a0c8c0fa7eeb0e7e8e290b287d77",
"body": "* Support pydantic-ai-slim 2.x\n\nWiden the pydantic-ai-slim constraint (core + provider extras) to >=1.0,<3,\nand widen the [spec-tools] / [drf-mcp] extra pins so a project can resolve\nslim 2.x through the optional bridges (PAI 0.3.1, drf-mcp 0.11.1) without\nback-tracking to the 1.x line. Verified aga\n[…]\n\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n* Release 0.12.1\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.12.1 (#31)",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-08T14:55:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1dfcb4fe4198ec8ec306eed4aa80f14c314218ed",
"body": "Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact).\n\n\nUpdates `actions/checkout` from 5 to 7\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Ch\n[…]\n-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Artur <artur8118@gmail.com>",
"is_bot": true,
"headline": "Bump the actions group across 1 directory with 2 updates (#16)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-08T13:22:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "940e397ea3a833ac1a0e0e00e9d73e4344da62f2",
"body": "Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.0 to 48.0.1.\n- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)\n- [Commits](https://github.com/pyca/cryptography/compare/48.0.0...48.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: cryptography\n depende\n[…]\n-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Artur <artur8118@gmail.com>",
"is_bot": true,
"headline": "Bump cryptography from 48.0.0 to 48.0.1 (#14)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-08T13:19:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2a2e399c7b389735b6020ecad307a4611d456f07",
"body": "Bumps [starlette](https://github.com/Kludex/starlette) from 1.2.1 to 1.3.1.\n- [Release notes](https://github.com/Kludex/starlette/releases)\n- [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)\n- [Commits](https://github.com/Kludex/starlette/compare/1.2.1...1.3.1)\n\n---\nu\n[…]\n-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Artur <artur8118@gmail.com>",
"is_bot": true,
"headline": "Bump starlette from 1.2.1 to 1.3.1 (#13)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-08T13:15:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "91eb035a2d0d2c58cd497a4c7115ec964d84f687",
"body": "Bumps the python group with 7 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [django](https://github.com/django/django) | `5.2.14` | `5.2.16` |\n| [djangorestframework-mcp-server](https://github.com/Artui/djangorestframework-mcp-server) | `0.10.0` | `0.10.1` |\n| [djangores\n[…]\nype: version-update:semver-patch\n dependency-group: python\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the python group across 1 directory with 7 updates (#29)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-08T13:11:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "19d1b3de2d5dd98942cf083fab8759c7b624aa0c",
"body": "* Add AGUIServer with namespaced .urls; drop get_urls\n\nReplace the free get_urls(view, ...) factory with a single instance-configured\nAGUIServer object exposing a namespaced .urls — the django.contrib.admin\nsite.urls idiom, mirroring drf-mcp's MCPServer (MOUNT, step 1 of the\nupstream-first rollout).\n[…]\n\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n* Release 0.12.0\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add AGUIServer with namespaced .urls; drop get_urls (0.12.0) (#30)",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-08T07:41:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bc84c17836bed1cfbfaa0c3d58650b84c1ade019",
"body": "* Prepare 0.11.1: adopt PAI 0.2 rename + widen drf-mcp/PAI pins\n\n* Release 0.11.1",
"is_bot": false,
"headline": "Release 0.11.1 (#28)",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-03T10:34:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d864125f15076a7ffc1c19d27dadc839927923b3",
"body": "…ename guard hook (#27)\n\nRemove internal plan-tracking codes (AGH-*, PAI-*, ASYNC-*, ERR-*, DUP-*,\nPROTO-*, SEC-*, VER-*, THINK-*, GATE-*) from public repo content — the\nCHANGELOG, CLAUDE.md, two source-file comments, and several test comments.\n\nDocs/metadata only: descriptive text is preserved, no \n[…]\n(or a \"Phase N\" / \"Wave N\" label) reappears in tracked\ntext, so the scrub stays enforced.\n\nTests still pass at 100% coverage; lint/types clean.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: remove internal plan-step labels from public content + add cod…",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-03T10:12:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "93133bf9e409c24b6675b106d96a2284c8202ae7",
"body": "* AGH: server robustness & perf (input caps, collision guard, perf batch)\n\nAGH-1 — input caps + thread-index limit + cheap existence probe. PATCH title\ntruncated to the model's 255 limit; new THREAD_LIST_LIMIT (default 200) + ?limit\n(ConversationStore.list gains limit=); ConversationStore.exists() a\n[…]\n\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n* Release 0.11.0\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "AGH: server robustness & perf hardening (0.11.0) (#25)",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-02T16:07:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "80d6efe13cd420dbad121fbf52855eeaf1ed0f1b",
"body": "…ket-sharing + Release 0.10.0 (#23)\n\n* Add an authorize=/403 view seam and refuse anonymous store bucket-sharing (AUTHZ-4)\n\nTwo view-layer authorization gaps from the 2026-07-01 review.\n\nAuth seam: every mounted view (DjangoAGUIView, ToolsView, SkillsView,\nThreadsView, AttachmentsView, TranscribeVie\n[…]\n docstring documents the PATCH rename route + the caveat.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n* Release 0.10.0\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "AUTHZ-4: view auth seam (authorize=/403) + refuse anonymous store buc…",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-07-02T12:07:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "40b3595269d3557deb9ab6192ba39942b1203e26",
"body": "…9.0 (#22)\n\n* Add SERVICE_SPECS — drf-services specs as agent tools without an MCP hop (PAI-2)\n\nPoint DJANGO_AG_UI[\"SERVICE_SPECS\"] at a name->spec mapping and the agent calls\nthe specs in-process via djangorestframework-pydantic-ai's SpecToolset, through\ndrf-services' transport-neutral surface (dis\n[…]\n.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n* Release 0.9.0\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Expose drf-services specs as agent tools with no MCP hop (PAI-2) — 0.…",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-30T15:02:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ff28128fdfd2a7151884b3728ab3fa224b43eeba",
"body": "…ary doc (#21)\n\nCI-1: a contract test pinning the canonical 33 AG-UI event types (asserted\nagainst ag_ui.core.EventType), so a dependency bump that adds/removes/renames\nan event fails CI. The same list is asserted in ag-ui-web-component and\ndocumented in the ecosystem architecture.md.\n\nAlso correct \n[…]\nerver-side @tool / drf-mcp tools run mid-stream and the\nx-destructive flag reaches only the LLM (open GATE-1). Test/doc only — no\nversion bump.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add AG-UI event-set contract test (CI-1) + correct the security-bound…",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-30T14:41:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "216a3bbff56d98e1ce376a5e2cc230a95f2b2c32",
"body": "…/THINK-1) — 0.8.0 (#20)\n\n* Add voice input (transcription) and model-reasoning forwarding (VOICE-1/THINK-1)\n\nThe server halves of Wave 14's rich-turns work, cut upstream-first.\n\nVOICE-1 — a pluggable speech-to-text seam mirroring the F6 attachment shape:\n- TranscriptionBackend Protocol + NullTransc\n[…]\n.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n* Release 0.8.0\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add voice input (transcription) + model-reasoning forwarding (VOICE-1…",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-30T11:27:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d7cadb665897533eae4ecfd6e9c51773c72fd73b",
"body": null,
"is_bot": false,
"headline": "Release 0.7.0 (#19)",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-25T08:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e02e1694d58e22b90075297c927ce5de59a9c93",
"body": "…d_attachment) (#18)\n\nLayer attachment support onto the durable-store spine, keeping the AG-UI wire\nvanilla: files upload out-of-band and travel as lightweight refs, and the agent\nreads bytes server-side via a per-request, owner-scoped read_attachment tool.\n\n- AttachmentStore Protocol (async save/op\n[…]\nttachmentStore (bytes via Django Storage, metadata in a row).\n- Docs (configuration/concepts/api/README), CHANGELOG, 100% line+branch coverage.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add server-side file uploads (AttachmentStore + AttachmentsView + rea…",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-25T08:24:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8a38991f987610ba7b325419d8f40d482b7aac2d",
"body": "…nance\n\nRepo hardening: secret scanning, Dependabot, SECURITY.md, CODEOWNERS",
"is_bot": false,
"headline": "Merge pull request #15 from Artui/hardening/secret-scanning-and-gover…",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-25T07:03:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deee3c4ed961f7cd48d703313bbb98db4053d620",
"body": null,
"is_bot": false,
"headline": "ci: add gitleaks secret-scan job + tests gate",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-25T06:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a1c640f2f3551e60fe1720741565a103cb90631",
"body": null,
"is_bot": false,
"headline": "ci: add gitleaks secret-scanning pre-commit hook",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-25T04:20:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c392ccb7e5267d08016d7ad99c3099659d747c97",
"body": null,
"is_bot": false,
"headline": "chore: add CODEOWNERS",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-25T04:18:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b275baf9ad98015e380f57b987aed176f7a2b912",
"body": null,
"is_bot": false,
"headline": "docs: add security policy",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-25T04:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45f67f6029880272542cbab0091ec02809c2cb69",
"body": null,
"is_bot": false,
"headline": "ci: add Dependabot config",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-25T04:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70872fb1cc9370a8cf08a440ec98e434e9aa5d89",
"body": "Document the thread-history drawer + reference store",
"is_bot": false,
"headline": "Merge pull request #12 from Artui/docs/thread-history",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-24T13:03:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "061df269d7f2ceba067e2f7adc9d0dcea9b0962a",
"body": "The 0.6.0 thread-index feature shipped with a CHANGELOG entry and API\nreference but not the narrative docs. Fill that gap:\n\n- README + docs/index: add the thread-history feature to the bullet lists.\n- docs/concepts: note list/rename on the ConversationStore Protocol, and add\n \"Thread history\" (Conv\n[…]\nonfiguration: document enabling DefaultConversationStore + the threads\n endpoints under CONVERSATION_STORE.\n\nDocs-only; mkdocs --strict green.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Document the thread-history drawer + reference store",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-24T12:54:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fa191e2f6553e6fb121506a8f39778635687da02",
"body": "Add a server-side thread index for the chat-history drawer (0.6.0)",
"is_bot": false,
"headline": "Merge pull request #11 from Artui/feat/thread-index",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-24T12:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7916876132cdc1d7dd7706bacd21d85b13c3c32c",
"body": null,
"is_bot": false,
"headline": "Release 0.6.0",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-24T11:00:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ae1b92a38f8daec089cf4e3d8c6d97a7094caa2",
"body": "A new django_ag_ui.contrib.store app ships a StoredConversation model +\nmigration and DefaultConversationStore, a ModelConversationStore subclass\nimplementing fetch/store/remove/list/rename against it. title/preview/updated_at\nare denormalised columns so the thread-list query never loads message bod\n[…]\nkage still ships no model, so projects that don't opt in get no migration.\n\n215 tests, 100% line+branch; ruff + ty + mkdocs --strict all green.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add opt-in reference durable conversation store",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-24T10:59:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f667a19a9c1a99412fc74909ac6f35241c236d83",
"body": "ConversationStore gains rename(thread_id, title, *, request).\nDjangoSessionConversationStore persists the title (it overrides the derived\none in list); ModelConversationStore adds a _rename(thread_id, title, owner_id)\nhook defaulting to a no-op (override with a title column); NullConversationStore\ni\n[…]\n00, a missing or cross-owner thread is 404, success returns\nthe new title.\n\n205 tests, 100% line+branch; ruff + ty + mkdocs --strict all green.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add thread rename (PATCH) to the thread index",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-24T10:59:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e0091328611cf4ec714b71b9b452b87182ab5606",
"body": "ConversationStore gains an async list(*, request) returning owner-scoped\nConversationMeta (thread_id, title, updated_at, preview) — metadata only,\nno message bodies, so a thread list stays cheap. NullConversationStore lists\nnothing; DjangoSessionConversationStore enumerates the session's own threads\n[…]\nies the same require_authenticated / get_user auth seam as\nDjangoAGUIView.\n\n195 tests, 100% line+branch; ruff + ty + mkdocs --strict all green.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add server-side thread index for the chat-history drawer",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-24T10:59:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a578334bafa564b9fd82945693d9fb890ebbc7a7",
"body": "Route the drf-mcp bridge through drf-mcp's public in-process surface (0.5.0)",
"is_bot": false,
"headline": "Merge pull request #10 from Artui/feat/bridge-public-transport-surface",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-23T20:43:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f02b25b3ead024e48edaa6e662b9d8ef5e43ada",
"body": null,
"is_bot": false,
"headline": "Release 0.5.0",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-23T20:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4c3c3d436d8ff6c13e1ea38a58d65ca3d4a43a4",
"body": "DrfMcpToolset now lists tools via MCPServer.list_tools and executes them via\nMCPServer.acall_tool — drf-mcp's transport-complete in-process methods — passing\nthe Django request + request.user so the call context is built inside drf-mcp.\nThe bridge no longer imports the leaf-internal handle_tools_lis\n[…]\n\nBehaviour is unchanged (same merged inputSchema, serializer validation,\npermissions, and error mapping). Bumps the drf-mcp pin to >=0.9,<0.10.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Route the drf-mcp bridge through drf-mcp's public in-process surface",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-23T20:20:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "29a17f7980bdcbe79275d8662178a833827f031f",
"body": "Cancel / stop a run: guaranteed teardown, partial persistence, audit (0.4.0)",
"is_bot": false,
"headline": "Merge pull request #9 from Artui/feat/cancel-run",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-14T10:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "732cc6050fb94d8a33fcb1544b0075c6e5df284d",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.4.0",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-12T19:35:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "344cf3d7757c1f861670a01af9dfec8efc5c17f4",
"body": "AG-UI has no server-side cancel route - the client aborts the streaming\nrequest and the server observes a disconnect (CancelledError inside the\nchain under Django's ASGI handler, or GeneratorExit when the stream is\naclosed). The view now composes its stream by hand and wraps it in a\nteardown-aware g\n[…]\nditEvent\n(tool_name=\"agent.run\", success=False, error=\"cancelled: ...\") on the\nexisting record() surface, and always re-raises the cancellation.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Handle client-disconnect cancellation of a run explicitly",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-12T19:35:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "10e817ebe07038ccacd3ad46bbc66217e5e67fe4",
"body": "Release 0.3.1 — auth + bridge hardening (get_user, ASYNC-1, SEC-6, ERR-2, DUP-1, VER-2, PROTO-1)",
"is_bot": false,
"headline": "Merge pull request #8 from Artui/release/0.3.1",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-10T19:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a379e55dcbd54c86d0800f4e12a4b1689b72bb8",
"body": "All 152 tests passed on 3.11 but the coverage gate failed: the C tracer\n(pre-sys.monitoring) intermittently drops the bridge coroutine's frames\nwhen the call rides drf-mcp's real executor hop, leaving the ModelRetry\nbranch \"uncovered\" even though it demonstrably runs. Restructured the\nmulti-line rai\n[…]\nation test (monkeypatched handler, no executor hop)\nthat records reliably on every version. Verified 100% locally on 3.10,\n3.11, 3.12, and 3.14.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Make the isError validation branch coverage-stable on Python 3.11",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-10T19:22:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3578541770e11755547f029a4793f283c6084935",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.3.1",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-10T19:11:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2a81f2de724be9e56c6ecf97e7b3d4fc55204ce3",
"body": "…2, PROTO-1)\n\nRelease 4 of the ecosystem plan:\n\n- get_user accepts sync or async callables; sync hooks run off the\n event loop (thread-sensitive sync_to_async) so ORM token->user\n lookups work; async hooks are actually awaited; a sync hook\n returning a coroutine is consumed, never leaked onto req\n[…]\nf-mcp extra pinned >=0.7,<0.8.\n- PROTO-1: the bridge advertises drf-mcp's own first supported\n protocol version instead of a hardcoded literal.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Auth + bridge hardening (get_user, ASYNC-1, SEC-6, ERR-2, DUP-1, VER-…",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-10T19:11:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f0bb3d2bfcda2e8cd12487721359e8c34d79cfe1",
"body": "Remove local filesystem path from CLAUDE.md",
"is_bot": false,
"headline": "Merge pull request #7 from Artui/chore/remove-local-paths",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-10T18:54:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d610bd9279426120bad4f2a09507859b71a1350",
"body": "A pygrep hook failing any commit that introduces an absolute /Users/\npath or the personal handle, so local-workspace traces can't re-enter\nthe repo. The pre-commit config itself is excluded (it contains the\npattern by definition).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add forbid-local-paths pre-commit guard",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-10T18:52:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c2270433a19b6800f826439f9fb820070ee62b55",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove local filesystem path from CLAUDE.md",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-10T18:47:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3bed534a036e39e1edfda58d87678517c157d57b",
"body": "Release 0.3.0",
"is_bot": false,
"headline": "Merge pull request #6 from Artui/release/0.3.0",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-03T12:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17dc95125849f5acc18fbb2f2c2db0c72772d4ec",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.3.0",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-03T12:40:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "09f61e98ff55f9f694b4eaf726f45b447d1e8021",
"body": "- ToolsView + get_urls(view, tools=registry) mount a read-only <prefix>tools/\n catalog (GET, JSON) for the web component's data-tools-url.\n- build_tool_catalog enumerates the @tool registry + (when DRF_MCP_SERVER is set)\n the drf-mcp bindings, returning [{name, summary, description?}]. summary\n f\n[…]\nfiguration/installation/index/README) + CHANGELOG.\n\n127 tests, 100% line+branch coverage; ruff + ty clean; mkdocs --strict passes.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Tool-metadata catalog endpoint (ToolsView) + drf-mcp>=0.6.1",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-03T12:40:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4b6d9dc6eadab765cb5d86c811053b52533bfa4e",
"body": "Release 0.2.2",
"is_bot": false,
"headline": "Merge pull request #4 from Artui/release/0.2.2",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-02T14:25:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf3d9cddca5050c9e5a41ed90b610cb079eb293",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.2.2",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-02T14:18:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5bd38c622a6c5f5b6be8666c3b7d69db6b62bacd",
"body": "…e client\n\nDrfMcpToolset extended ExternalToolset, which stamps every tool kind=\"external\".\nPydantic-AI defers external tools — the AGUIAdapter yields the call to the client\nand finishes the run, so the toolset's call_tool (the real in-process executor\nvia handle_tools_call_async) was never invoked.\n[…]\nest called call_tool directly, bypassing the bug).\n\n121 tests, 100% line+branch coverage; ruff + ty clean; mkdocs --strict passes.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "drf-mcp: execute tools in-process (kind=function), not deferred to th…",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-02T14:18:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a29cd1c125a86fa255c5e96d37315492b13cfaf5",
"body": "Release 0.2.1",
"is_bot": false,
"headline": "Merge pull request #3 from Artui/release/0.2.1",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-02T13:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05f02bc64a8f20d7834832bdecdf9bf446e64c8f",
"body": "…rializer\n\nDrfMcpToolset re-derived each tool's parameters from binding.spec.input_serializer\nonly, dropping everything drf-mcp's own tools/list merges in — most importantly a\nselector tool's filter / ordering / pagination arguments, plus the\nadditionalProperties policy. The agent therefore couldn't\n[…]\nlogic instead of re-implementing\none branch of it.\n\n120 tests, 100% line+branch coverage; ruff + ty clean; mkdocs --strict passes.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "drf-mcp bridge: advertise the full tools/list schema, not just the se…",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-02T13:22:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f7e0d88e64f48568f849b0e1fa62ca0d56f20b2c",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.2.1",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-02T13:04:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c1ab38721cc79c358ee8f9b7f099572423b9257b",
"body": "…ring\n\n- build_model now delegates the provider:name -> Model-class mapping to\n Pydantic-AI's infer_model, injecting the key/provider via a provider_factory\n instead of a hand-maintained _PROVIDERS table. Every provider Pydantic-AI\n knows works (openai-responses, groq, bedrock, ...); bare recogni\n[…]\ntion) updated to the delegated provider behaviour.\n\n118 tests, 100% line+branch coverage; ruff + ty clean; mkdocs --strict passes.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "build_model: delegate provider resolution to Pydantic-AI; prompt stee…",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-02T13:03:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3f00cc88dc3214a5a189ed78a8718a8d815558d2",
"body": "Release 0.2.0",
"is_bot": false,
"headline": "Merge pull request #2 from Artui/release/0.2.0",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-02T11:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e466c791e37b42c48326bb91a8c3ffbc526b4f00",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.2.0",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-02T11:02:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bf32bbbf3fe178e36ae155ed0fb80959ef16bea7",
"body": "…, auth, skills\n\n- Inline-confirmation steering: DEFAULT_SYSTEM_PROMPT tells the model to call\n destructive tools and let the client gate them; @tool(confirm=) -> x-confirm.\n- @tool(summary=) -> x-summary tool labels; X_CONFIRM_KEY/X_SUMMARY_KEY exported.\n- Dependency -> pydantic-ai-slim[ag-ui]; pr\n[…]\nills endpoint via get_urls(skills=...).\n- Docs: installation/configuration/concepts/quickstart/api refreshed for all of the above.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "0.2.0: confirm steering + x-confirm/x-summary, slim dep, provider/key…",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-02T11:01:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bb239efcae8c6293523c57b2f633aeb2ffe965c7",
"body": "Release 0.1.1",
"is_bot": false,
"headline": "Merge pull request #1 from Artui/release/0.1.1",
"author_name": "Artur",
"author_login": "Artui",
"committed_at": "2026-06-01T13:40:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0db8d898427b81e5dea0586c612aac9d9e2234f9",
"body": "Fix version-dependent tool-schema test failures and ship docs/badge polish.\n\n- build_input_schema: derive parameter types from raw annotations via\n inspect.signature(eval_str=True) instead of typing.get_type_hints, so the\n JSON Schema is identical across Python versions (Python <= 3.10 no longer\n \n[…]\nuickstart.\n- release.yml: render a coverage badge JSON and deploy it alongside the docs\n to gh-pages, matching the sibling repos.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Release 0.1.1",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-01T13:39:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e7fa9e6ddb52296abb1ac6eb80a4f83fc2244010",
"body": null,
"is_bot": false,
"headline": "Release 0.1.0",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-01T13:14:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98f1e572865d76cab5ee881474fd9a039c4d8ba3",
"body": "Flesh out the documentation reflecting the actual code:\n- index (overview + where it sits vs the web component and django-admin-agent),\n installation (ASGI requirement, [drf-mcp] extra), quickstart (@tool/\n ToolRegistry + get_urls + DjangoAGUIView), configuration (every DJANGO_AG_UI\n key), concep\n[…]\ngs API reference.\n- Wire the new pages into mkdocs.yml nav.\n\nmkdocs build --strict clean; lint + ty pass; 91 tests, 100% coverage.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: full mkdocs site",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-01T12:59:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "34e4de5bf26897d43c31614a13e4a59478f5a5c1",
"body": "When mounted in a URLconf, Django's request handler decides whether to await a\nview via asgiref.iscoroutinefunction(view). For a callable *instance* with an\nasync __call__ that returns False, so the handler treated the async streaming\nview as sync and raised \"didn't return an HttpResponse ... return\n[…]\nefunction(self) in __init__. Regression test asserts\niscoroutinefunction(view) is True.\n\n91 tests, 100% coverage; ruff + ty clean.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Mark DjangoAGUIView as a coroutine function so the handler awaits it",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-01T12:30:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "af1dd85a16650194b982dbe1dde569ed3985f863",
"body": "…oolset\n\nBehind the django-ag-ui[drf-mcp] extra. DJANGO_AG_UI[\"DRF_MCP_SERVER\"] points at\nan MCPServer instance; the view builds a per-request DrfMcpToolset and adds it to\nthe agent's toolsets. The agent acts as the logged-in AG-UI user: each call\nsynthesises an MCPCallContext carrying request.user,\n[…]\ntest\n settings gain DRF + a fixture MCPServer with one service tool.\n\n90 tests, 100% coverage; ruff + ty clean; no TYPE_CHECKING.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "In-process drf-mcp bridge: expose a drf-mcp server as a Pydantic-AI t…",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-01T10:33:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "20c8aaf5d9e0f8d157c06587f1636bd96afb1cdd",
"body": "A model-agnostic base for DB/cross-device conversation stores: it provides the\nasync wrapping (sync_to_async) and per-request owner scoping, and requires a\nsubclass to implement three synchronous row ops (_fetch/_store/_remove) against\nits own Django model. Ships no concrete model, so it forces no m\n[…]\nnd the owner relationship.\n\nTested via a dict-backed subclass (no DB). 85 tests, 100% coverage; ruff + ty\nclean; no TYPE_CHECKING.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Conversation persistence: abstract ModelConversationStore base",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-01T10:03:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f6504b9eb8030b48581cbdb87becb21427fc4b7d",
"body": "Pluggable server-side conversation persistence, default off:\n- ConversationStore Protocol + Conversation type; resolve_conversation_store\n (default NullConversationStore = stateless, today's behaviour).\n- DjangoSessionConversationStore: per-user, session-backed, no migration.\n- DjangoAGUIView mirro\n[…]\n ModelConversationStore base. These ride\nwith the thin-client wiring.\n\n84 tests, 100% coverage; ruff + ty clean; no TYPE_CHECKING.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Conversation persistence: opt-in server-side store (durable mirror)",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-01T10:01:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5ea7e651f05e68e73aac0873738326bf112df65e",
"body": "…capabilities\n\n- AgentConfig frozen dataclass bundles build_agent's params (model,\n instructions, audit_logger, model_settings, retries, toolsets, capabilities);\n build_agent(registry, config) takes it.\n- conf: MODEL_SETTINGS, RETRIES, AGENT_FACTORY, TOOLSETS, CAPABILITIES, and\n CONVERSATION_STOR\n[…]\n TYPE_CHECKING blocks anywhere — direct runtime imports (no real cycles).\n\n70 tests, 100% coverage (line+branch); ruff + ty clean.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Configurable agent: AgentConfig + model settings, retries, toolsets, …",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-06-01T09:13:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "35bf7c78b48964fa2e306c85f3c22bb31d5413a6",
"body": "The last Phase-1 piece. Bridges a Django HttpRequest to Pydantic-AI's\nAGUIAdapter without Starlette: parse the posted RunAgentInput, build an Agent\nfrom the server-side registry, stream AG-UI events back as SSE.\n\n- agent/agent_factory.py: build_agent(registry, *, model, instructions,\n audit_logger)\n[…]\n\n- agent/urls.py: get_urls(view, prefix=\"agent/\")\n\nTested against TestModel via RequestFactory + draining async streaming content.\n62 tests, 100% line+branch coverage. Phase 1 (django-ag-ui) complete.",
"is_bot": false,
"headline": "AG-UI Django view: DjangoAGUIView wrapping Pydantic-AI's AGUIAdapter",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-05-31T18:53:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a34d1d9f7b6cc542b1ea1b16185de00cab19a4d9",
"body": "- conf.py: AppSettings frozen dataclass + get_settings() reading DJANGO_AG_UI\n (MODEL, AUTO_CONFIRM, AUDIT_LOGGER, SYSTEM_PROMPT)\n- policy/auto_confirm.py: needs_confirmation(binding, auto_confirm) — canonical\n server-side statement of the destructive-gating rule\n- policy/audit: AuditEvent + AuditLogger Protocol (types/), NullAuditLogger,\n LoggingAuditLogger (INFO on success, WARNING on failure), resolve_audit_logger\n dotted-path loader\n\n41 tests, 100% line+branch coverage.",
"is_bot": false,
"headline": "Policy + audit layer + settings reader",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-05-31T17:55:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1a0a4119088e4fda2f6474be493ddb60cdd1fec",
"body": "- ToolCategory enum + x-destructive / x-category JSON-Schema extension keys\n- ToolSpec (frozen: name, fn, description, destructive, category)\n- ToolBinding (spec + derived input_schema)\n- build_input_schema: signature → JSON Schema, stamps x-destructive when\n destructive=True and x-category always;\n[…]\nn types\n- ToolRegistry: instance-based, rejects duplicate names, sync/async dispatch\n- @tool decorator with destructive=/category=, docstring-derived descriptions\n\n25 tests, 100% line+branch coverage.",
"is_bot": false,
"headline": "Foundation: tool registry, @tool decorator, JSON-Schema builder",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-05-31T17:34:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a7dec0a101160c43e714a35444ea42c2f2427e77",
"body": null,
"is_bot": false,
"headline": "Add uv.lock",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-05-31T16:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b241564bbab70f379c0057dc409bf73a486d2ba",
"body": null,
"is_bot": false,
"headline": "Initial scaffold",
"author_name": "Artur Veres",
"author_login": "Artui",
"committed_at": "2026-05-31T16:09:12Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 30,
"commits_last_year": 79,
"latest_release_at": "2026-07-27T10:35:31Z",
"latest_release_tag": "v0.23.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 8,
"days_since_latest_release": 0,
"mean_days_between_releases": 1.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "django-ag-ui",
"exists": true,
"license": "MIT",
"keywords": [
"ag-ui",
"agent",
"ai",
"django",
"llm",
"pydantic-ai",
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Framework :: Django :: 5.2",
"Framework :: Django :: 6.0",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/django-ag-ui/",
"is_deprecated": false,
"latest_version": "0.23.0",
"repository_url": "https://github.com/Artui/django-ag-ui",
"versions_count": 30,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3070,
"first_published_at": "2026-06-01T13:14:58.953479Z",
"latest_published_at": "2026-07-27T10:35:27.099267Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"django_ag_ui/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 27928,
"source_files_sampled": 83,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 10297
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "pyasn1",
"direct": false,
"version": "0.6.3",
"severity": "high",
"ecosystem": "pypi",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-8ppf-4f7h-5ppj",
"GHSA-hm4w-wwcw-mr6r",
"PYSEC-2026-3455",
"PYSEC-2026-3456",
"PYSEC-2026-3457"
],
"fixed_version": "0.6.4",
"advisory_count": 5,
"oldest_advisory_days": 12
},
{
"name": "pymdown-extensions",
"direct": false,
"version": "10.21.3",
"severity": "moderate",
"ecosystem": "pypi",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-9xwg-3r6f-jcx2"
],
"fixed_version": "11.0.0",
"advisory_count": 1,
"oldest_advisory_days": 2
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1,
"moderate": 1
},
"advisory_count": 6,
"affected_count": 2,
"assessed_count": 111,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "django",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=4.2"
},
{
"name": "django-pydantic-agent",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.2,<0.3"
},
{
"name": "pydantic-ai-slim",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2,<3"
},
{
"name": "ag-ui-protocol",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.1.19,<0.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "ag-ui-protocol",
"direct": true,
"version": "0.1.19",
"ecosystem": "pypi"
},
{
"name": "django",
"direct": true,
"version": "5.2.16",
"ecosystem": "pypi"
},
{
"name": "django-pydantic-agent",
"direct": true,
"version": "0.2.0",
"ecosystem": "pypi"
},
{
"name": "pydantic-ai-slim",
"direct": true,
"version": "2.6.0",
"ecosystem": "pypi"
},
{
"name": "annotated-types",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "anthropic",
"direct": false,
"version": "0.116.0",
"ecosystem": "pypi"
},
{
"name": "anyio",
"direct": false,
"version": "4.13.0",
"ecosystem": "pypi"
},
{
"name": "asgiref",
"direct": false,
"version": "3.11.1",
"ecosystem": "pypi"
},
{
"name": "babel",
"direct": false,
"version": "2.18.0",
"ecosystem": "pypi"
},
{
"name": "backports-asyncio-runner",
"direct": false,
"version": "1.2.0",
"ecosystem": "pypi"
},
{
"name": "backrefs",
"direct": false,
"version": "7.0",
"ecosystem": "pypi"
},
{
"name": "certifi",
"direct": false,
"version": "2026.5.20",
"ecosystem": "pypi"
},
{
"name": "cffi",
"direct": false,
"version": "2.0.0",
"ecosystem": "pypi"
},
{
"name": "cfgv",
"direct": false,
"version": "3.5.0",
"ecosystem": "pypi"
},
{
"name": "charset-normalizer",
"direct": false,
"version": "3.4.7",
"ecosystem": "pypi"
},
{
"name": "click",
"direct": false,
"version": "8.4.1",
"ecosystem": "pypi"
},
{
"name": "colorama",
"direct": false,
"version": "0.4.6",
"ecosystem": "pypi"
},
{
"name": "coverage",
"direct": false,
"version": "7.14.1",
"ecosystem": "pypi"
},
{
"name": "cryptography",
"direct": false,
"version": "48.0.1",
"ecosystem": "pypi"
},
{
"name": "distlib",
"direct": false,
"version": "0.4.0",
"ecosystem": "pypi"
},
{
"name": "distro",
"direct": false,
"version": "1.9.0",
"ecosystem": "pypi"
},
{
"name": "django-stubs",
"direct": false,
"version": "6.0.6",
"ecosystem": "pypi"
},
{
"name": "django-stubs-ext",
"direct": false,
"version": "6.0.5",
"ecosystem": "pypi"
},
{
"name": "djangorestframework",
"direct": false,
"version": "3.17.1",
"ecosystem": "pypi"
},
{
"name": "djangorestframework-dataclasses",
"direct": false,
"version": "1.4.0",
"ecosystem": "pypi"
},
{
"name": "djangorestframework-mcp-server",
"direct": false,
"version": "0.15.0",
"ecosystem": "pypi"
},
{
"name": "djangorestframework-pydantic-ai",
"direct": false,
"version": "0.8.0",
"ecosystem": "pypi"
},
{
"name": "djangorestframework-services",
"direct": false,
"version": "0.27.0",
"ecosystem": "pypi"
},
{
"name": "docstring-parser",
"direct": false,
"version": "0.18.0",
"ecosystem": "pypi"
},
{
"name": "exceptiongroup",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "filelock",
"direct": false,
"version": "3.29.0",
"ecosystem": "pypi"
},
{
"name": "flake8",
"direct": false,
"version": "7.3.0",
"ecosystem": "pypi"
},
{
"name": "flake8-tidy-imports",
"direct": false,
"version": "4.12.0",
"ecosystem": "pypi"
},
{
"name": "genai-prices",
"direct": false,
"version": "0.0.70",
"ecosystem": "pypi"
},
{
"name": "ghp-import",
"direct": false,
"version": "2.1.0",
"ecosystem": "pypi"
},
{
"name": "google-auth",
"direct": false,
"version": "2.53.0",
"ecosystem": "pypi"
},
{
"name": "google-genai",
"direct": false,
"version": "2.7.0",
"ecosystem": "pypi"
},
{
"name": "griffelib",
"direct": false,
"version": "2.0.2",
"ecosystem": "pypi"
},
{
"name": "h11",
"direct": false,
"version": "0.16.0",
"ecosystem": "pypi"
},
{
"name": "httpcore",
"direct": false,
"version": "1.0.9",
"ecosystem": "pypi"
},
{
"name": "httpcore2",
"direct": false,
"version": "2.2.0",
"ecosystem": "pypi"
},
{
"name": "httpx",
"direct": false,
"version": "0.28.1",
"ecosystem": "pypi"
},
{
"name": "httpx2",
"direct": false,
"version": "2.2.0",
"ecosystem": "pypi"
},
{
"name": "identify",
"direct": false,
"version": "2.6.19",
"ecosystem": "pypi"
},
{
"name": "idna",
"direct": false,
"version": "3.17",
"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.15.0",
"ecosystem": "pypi"
},
{
"name": "logfire-api",
"direct": false,
"version": "4.34.0",
"ecosystem": "pypi"
},
{
"name": "markdown",
"direct": false,
"version": "3.10.2",
"ecosystem": "pypi"
},
{
"name": "markupsafe",
"direct": false,
"version": "3.0.3",
"ecosystem": "pypi"
},
{
"name": "mccabe",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "mergedeep",
"direct": false,
"version": "1.3.4",
"ecosystem": "pypi"
},
{
"name": "mkdocs",
"direct": false,
"version": "1.6.1",
"ecosystem": "pypi"
},
{
"name": "mkdocs-autorefs",
"direct": false,
"version": "1.4.4",
"ecosystem": "pypi"
},
{
"name": "mkdocs-get-deps",
"direct": false,
"version": "0.2.2",
"ecosystem": "pypi"
},
{
"name": "mkdocs-material",
"direct": false,
"version": "9.7.6",
"ecosystem": "pypi"
},
{
"name": "mkdocs-material-extensions",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "mkdocstrings",
"direct": false,
"version": "1.0.4",
"ecosystem": "pypi"
},
{
"name": "mkdocstrings-python",
"direct": false,
"version": "2.0.3",
"ecosystem": "pypi"
},
{
"name": "nodeenv",
"direct": false,
"version": "1.10.0",
"ecosystem": "pypi"
},
{
"name": "openai",
"direct": false,
"version": "2.38.0",
"ecosystem": "pypi"
},
{
"name": "opentelemetry-api",
"direct": false,
"version": "1.39.1",
"ecosystem": "pypi"
},
{
"name": "packaging",
"direct": false,
"version": "25.0",
"ecosystem": "pypi"
},
{
"name": "paginate",
"direct": false,
"version": "0.5.7",
"ecosystem": "pypi"
},
{
"name": "pathspec",
"direct": false,
"version": "1.1.1",
"ecosystem": "pypi"
},
{
"name": "platformdirs",
"direct": false,
"version": "4.10.0",
"ecosystem": "pypi"
},
{
"name": "pluggy",
"direct": false,
"version": "1.6.0",
"ecosystem": "pypi"
},
{
"name": "pre-commit",
"direct": false,
"version": "4.6.0",
"ecosystem": "pypi"
},
{
"name": "pyasn1",
"direct": false,
"version": "0.6.3",
"ecosystem": "pypi"
},
{
"name": "pyasn1-modules",
"direct": false,
"version": "0.4.2",
"ecosystem": "pypi"
},
{
"name": "pycodestyle",
"direct": false,
"version": "2.14.0",
"ecosystem": "pypi"
},
{
"name": "pycparser",
"direct": false,
"version": "3.0",
"ecosystem": "pypi"
},
{
"name": "pydantic",
"direct": false,
"version": "2.13.4",
"ecosystem": "pypi"
},
{
"name": "pydantic-ai-harness",
"direct": false,
"version": "0.7.0",
"ecosystem": "pypi"
},
{
"name": "pydantic-core",
"direct": false,
"version": "2.46.4",
"ecosystem": "pypi"
},
{
"name": "pydantic-graph",
"direct": false,
"version": "2.6.0",
"ecosystem": "pypi"
},
{
"name": "pydantic-monty",
"direct": false,
"version": "0.0.18",
"ecosystem": "pypi"
},
{
"name": "pyflakes",
"direct": false,
"version": "3.4.0",
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.20.0",
"ecosystem": "pypi"
},
{
"name": "pymdown-extensions",
"direct": false,
"version": "10.21.3",
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": "9.1.1",
"ecosystem": "pypi"
},
{
"name": "pytest-asyncio",
"direct": false,
"version": "1.4.0",
"ecosystem": "pypi"
},
{
"name": "pytest-cov",
"direct": false,
"version": "7.1.0",
"ecosystem": "pypi"
},
{
"name": "pytest-django",
"direct": false,
"version": "4.12.0",
"ecosystem": "pypi"
},
{
"name": "python-dateutil",
"direct": false,
"version": "2.9.0.post0",
"ecosystem": "pypi"
},
{
"name": "python-discovery",
"direct": false,
"version": "1.4.0",
"ecosystem": "pypi"
},
{
"name": "pyyaml",
"direct": false,
"version": "6.0.3",
"ecosystem": "pypi"
},
{
"name": "pyyaml-env-tag",
"direct": false,
"version": "1.1",
"ecosystem": "pypi"
},
{
"name": "regex",
"direct": false,
"version": "2026.5.9",
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": false,
"version": "2.34.2",
"ecosystem": "pypi"
},
{
"name": "ruff",
"direct": false,
"version": "0.15.20",
"ecosystem": "pypi"
},
{
"name": "six",
"direct": false,
"version": "1.17.0",
"ecosystem": "pypi"
},
{
"name": "sniffio",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "sqlparse",
"direct": false,
"version": "0.5.5",
"ecosystem": "pypi"
},
{
"name": "starlette",
"direct": false,
"version": "1.3.1",
"ecosystem": "pypi"
},
{
"name": "tenacity",
"direct": false,
"version": "9.1.4",
"ecosystem": "pypi"
},
{
"name": "tiktoken",
"direct": false,
"version": "0.13.0",
"ecosystem": "pypi"
},
{
"name": "tomli",
"direct": false,
"version": "2.4.1",
"ecosystem": "pypi"
},
{
"name": "tqdm",
"direct": false,
"version": "4.67.3",
"ecosystem": "pypi"
},
{
"name": "ty",
"direct": false,
"version": "0.0.56",
"ecosystem": "pypi"
},
{
"name": "types-pyyaml",
"direct": false,
"version": "6.0.12.20260518",
"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": "tzdata",
"direct": false,
"version": "2026.2",
"ecosystem": "pypi"
},
{
"name": "urllib3",
"direct": false,
"version": "2.7.0",
"ecosystem": "pypi"
},
{
"name": "virtualenv",
"direct": false,
"version": "21.4.1",
"ecosystem": "pypi"
},
{
"name": "watchdog",
"direct": false,
"version": "6.0.0",
"ecosystem": "pypi"
},
{
"name": "websockets",
"direct": false,
"version": "16.0",
"ecosystem": "pypi"
},
{
"name": "zipp",
"direct": false,
"version": "4.1.0",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 111,
"direct_count": 4,
"indirect_count": 107
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 40,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 8
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Artui",
"commits": 76,
"avatar_url": "https://avatars.githubusercontent.com/u/15174053?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yml",
"tests.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [
"uv.lock"
],
"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": "29 out of 29 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": 0,
"reason": "Found 0/25 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 10,
"reason": "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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow 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": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 4,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": 6,
"reason": "4 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "81691636196fe7e19cf66e6a54e3516da8057a0b",
"ran_at": "2026-07-27T10:36:30Z",
"aggregate_score": 4.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T10:36:15Z",
"oldest_open_prs": [
{
"number": 44,
"created_at": "2026-07-17T12:10:41Z",
"last_comment_at": "2026-07-27T10:29:52Z",
"last_comment_author": "dependabot"
},
{
"number": 46,
"created_at": "2026-07-22T10:28:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 50,
"created_at": "2026-07-27T10:17:47Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-27T10:34:46Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Artui/django-ag-ui",
"host": "github.com",
"name": "django-ag-ui",
"owner": "Artui"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 54,
"vitality": 71,
"community": 32,
"governance": 50,
"engineering": 86
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"commits_last_year": 79,
"human_commit_share": 0.951,
"days_since_last_push": 0,
"active_weeks_last_year": 8
},
"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": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "79 commits in the last year",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 79
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 30,
"latest_release_tag": "v0.23.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 1.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "30 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 30
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"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": "at_risk",
"name": "Community & Adoption",
"value": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": 0,
"status": "missed",
"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": 58,
"inputs": {
"packages": [
"django-ag-ui"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 3070
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,070 downloads/month across pypi",
"points": 46.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3070,
"ecosystems": "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": "moderate",
"name": "Sustainability & Governance",
"value": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"merged_prs": 40,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 8
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "40/48 decided PRs merged",
"points": 31.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 40,
"decided": 48
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/25 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"followers": 12,
"owner_type": "User",
"is_verified": null,
"owner_login": "Artui",
"public_repos": 17,
"account_age_days": 3935
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "12 followers of Artui",
"points": 8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 12,
"login": "Artui"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "17 public repos, account ~10 yr old",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 17
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"django-ag-ui"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "30 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 30
}
}
],
"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": 86,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"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": "29 out of 29 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": [],
"has_wiki": true,
"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": 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": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.3
},
"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": "29 out of 29 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 0/25 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"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 not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 2,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "4 existing vulnerabilities detected",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 111 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 111
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 6,
"affected_packages": 2,
"assessed_packages": 111,
"unassessed_packages": 0,
"affected_by_severity": "high 1, 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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"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": 111,
"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": 2
},
"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": "excellent",
"name": "AI Readiness",
"value": 87,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.844,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 10297
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "65 of 77 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 65,
"sampled": 77
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"uv.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"django_ag_ui/py.typed"
],
"agent_commit_share": 0.617,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.049
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": null,
"points": 11,
"status": "met",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "django_ag_ui/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "django_ag_ui/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "50 of the last 81 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 50,
"sampled": 81
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 81 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 81
}
}
],
"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": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 27928,
"source_files_sampled": 83,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (django_ag_ui/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "django_ag_ui/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/83 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 83,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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",
"deps.dev does not index pypi:django-ag-ui@0.23.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-27T10:36:46.869421Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/Artui/django-ag-ui.svg",
"full_name": "Artui/django-ag-ui",
"license_state": "standard",
"license_spdx": "MIT"
}