JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"ai-agent-framework",
"aiagentsframework",
"anthropic",
"artificial-intelligence",
"chatgpt",
"claude-code",
"framework",
"genai",
"llm",
"mcp",
"open-source",
"openai",
"pydantic",
"pydantic-ai",
"python",
"subagents",
"vstorm"
],
"is_fork": false,
"size_kb": 2136,
"has_wiki": true,
"homepage": "https://vstorm-co.github.io/subagents-pydantic-ai/",
"languages": {
"Python": 565583,
"Makefile": 3577
},
"pushed_at": "2026-08-01T12:42:38Z",
"created_at": "2026-01-19T22:49:07Z",
"owner_type": "Organization",
"updated_at": "2026-08-01T12:42:40Z",
"description": "Subagent Delegation framework for Pydantic AI, enabling nested subagents that can spawn their own specialists on-the-fly, with smart sync/async/auto mode selection, runtime agent creation, and clean multi-agent architecture. Adds specialization, parallel execution, and task cancellation.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "vstorm.co",
"name": "Vstorm",
"type": "Organization",
"login": "vstorm-co",
"company": null,
"location": "Poland",
"followers": 146,
"avatar_url": "https://avatars.githubusercontent.com/u/80465946?v=4",
"created_at": "2021-03-11T13:24:07Z",
"is_verified": null,
"public_repos": 34,
"account_age_days": 1968
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.2.13",
"kind": "patch",
"published_at": "2026-08-01T12:42:27Z"
},
{
"tag": "0.2.12",
"kind": "patch",
"published_at": "2026-07-31T22:45:01Z"
},
{
"tag": "0.2.11",
"kind": "patch",
"published_at": "2026-07-31T16:41:05Z"
},
{
"tag": "0.2.10",
"kind": "patch",
"published_at": "2026-07-24T19:57:47Z"
},
{
"tag": "0.2.9",
"kind": "patch",
"published_at": "2026-07-19T17:31:53Z"
},
{
"tag": "0.2.8",
"kind": "patch",
"published_at": "2026-06-26T20:44:00Z"
},
{
"tag": "0.2.7",
"kind": "patch",
"published_at": "2026-06-04T00:16:47Z"
},
{
"tag": "0.2.6",
"kind": "patch",
"published_at": "2026-06-01T15:40:05Z"
},
{
"tag": "0.2.5",
"kind": "patch",
"published_at": "2026-05-24T15:01:25Z"
},
{
"tag": "0.2.4",
"kind": "patch",
"published_at": "2026-05-24T10:56:41Z"
},
{
"tag": "0.2.3",
"kind": "patch",
"published_at": "2026-05-17T13:13:59Z"
},
{
"tag": "0.2.2",
"kind": "patch",
"published_at": "2026-04-20T21:50:00Z"
},
{
"tag": "0.2.1",
"kind": "patch",
"published_at": "2026-03-31T15:03:21Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2026-03-30T10:47:18Z"
},
{
"tag": "0.1.1",
"kind": "patch",
"published_at": "2026-03-29T00:29:42Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2026-03-28T01:25:41Z"
},
{
"tag": "0.0.8",
"kind": "patch",
"published_at": "2026-03-06T00:16:51Z"
},
{
"tag": "0.0.7",
"kind": "patch",
"published_at": "2026-02-26T23:57:01Z"
},
{
"tag": "0.0.6",
"kind": "patch",
"published_at": "2026-02-24T19:08:28Z"
},
{
"tag": "0.0.5",
"kind": "patch",
"published_at": "2026-02-15T22:54:06Z"
},
{
"tag": "0.0.4",
"kind": "patch",
"published_at": "2026-02-12T23:42:26Z"
},
{
"tag": "0.0.3",
"kind": "patch",
"published_at": "2026-01-23T00:39:56Z"
},
{
"tag": "0.0.2",
"kind": "patch",
"published_at": "2026-01-22T20:46:06Z"
},
{
"tag": "0.0.1",
"kind": "patch",
"published_at": "2026-01-20T23:21:37Z"
}
],
"recent_commits": [
{
"oid": "d674cac12f88cc546f4104e0d671b86a38b2d028",
"body": "Every one of these lived where the tooling cannot see: two call sites that\ndisagree, or documentation describing behaviour the code does not implement.\nLint, both type checkers and 100% branch coverage were green throughout.\n\nThe one that matters is run isolation. `soft_cancel_task` and\n`hard_cancel\n[…]\n Sync and background mode recorded different errors for the same\n exhausted budget.\n\nVerified against pydantic-deep (2785 passed) since the capability gained\nfields and the toolset gained validation.",
"is_bot": false,
"headline": "fix: close the eight defects found in the 2026-08-01 audit (#61)",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-08-01T12:42:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "047b0d8695768c95df1ca9a3570f13527ddd24d5",
"body": "refactor: fix delegation defects, raise typing bar, expand docs (0.2.12)",
"is_bot": false,
"headline": "Merge pull request #58 from vstorm-co/refactor/quality-and-docs",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-31T22:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91d05cf2a19f8835a29a4ac6d084ce5460be84ff",
"body": "A one-shot specialist was labelled `oneshot-{task_id}`, so an operator reading\nlogs or a `TaskHandle` learned nothing about what it was for -- least helpful\nexactly when a fan-out of them is running. The caller now supplies the label and\nit becomes `TaskHandle.subagent_name`.\n\nNaming a one-shot does\n[…]\nes this release.\n\nPorted from #57 by Gabriel, which was written against 0.2.11 and could not be\nrebased cleanly onto the toolset refactor in this branch.\n\nCo-authored-by: Gby56 <gab.marquet@gmail.com>",
"is_bot": false,
"headline": "fix: require a name for one-shot delegate specialists",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-31T22:30:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "99d5b6df11e0de31aa658ef24039be71d06aad41",
"body": null,
"is_bot": false,
"headline": "chore: release 0.2.12",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-31T22:21:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d48929d5f34c219b43bcc5a8169b94c5a79cc54",
"body": "…rement\n\nFollow-up to the refactor, taking the changes that need a downstream update.\n\n- `SubAgentToolset.answer_task()` / `steer_task()`: the Python halves of the\n `answer_subagent` and `send_message_to_subagent` tools. An application that\n drives delegation itself had no way to reach a running s\n[…]\ncol.subagents`. The library never read it, so every\n application declared a dict for nothing. Dropping a protocol requirement only\n widens what satisfies it, so existing deps classes are unaffected.",
"is_bot": false,
"headline": "feat: programmatic steering, full spec coverage, drop dead deps requi…",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-31T22:00:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d49ae9809b140aa214c07cc2d3a24ab48a49f5dc",
"body": "Correctness, typing, and documentation pass over the whole library. Every public\nentry point keeps its name and signature: `create_subagent_toolset()`,\n`SubAgentToolset`, `toolset.task_manager`, `toolset._compile_subagent`, and all\nexports still work, and pydantic-deep's suite passes unchanged again\n[…]\n a depth limit.\n- `tests/test_docs.py` checks every snippet in `docs/` and `README.md` for syntax\n and API drift.\n- `AGENTS.md` and `agent_docs/` record the invariants and the pydantic-deep coupling.",
"is_bot": false,
"headline": "refactor: fix delegation defects, raise typing bar, expand docs",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-31T17:40:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f217f4b641466a88f3d9dc49e06e4d852ef1414",
"body": "Document the configurable delegation modes and one-shot delegate landed in\n#50, and export the AgentFactory alias, which appeared in the public\nsignatures of create_subagent_toolset, create_agent_factory_toolset, and\nSubAgentCapability without being importable.",
"is_bot": false,
"headline": "chore: release 0.2.11",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-31T16:39:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d76cc1faba212a3c5a536b5511b6500479352350",
"body": "feat: add configurable delegation modes",
"is_bot": false,
"headline": "Merge pull request #50 from Gby56/feat/oneshot-delegation",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-31T16:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8006d40769613a30fa66f4f0e44339d229dab1cc",
"body": "Follow-up on the configurable delegation modes, covering four things the\nlast round left open.\n\nThe documented pairing of create_subagent_toolset with\ncreate_agent_factory_toolset could not run: both define a create_agent\ntool and pydantic-ai rejects duplicate tool names across toolsets, so the\nreci\n[…]\n via a new AgentFactory alias instead of\nAny, narrow registry to DynamicAgentRegistry | None now that the toolset\nuses that interface directly, and collapse the duplicated get_compiled\nlookup in task.",
"is_bot": false,
"headline": "fix: close delegation-mode gaps from review",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-31T16:30:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fbdfe4fc782228df88b02bd37ec2308056fd3065",
"body": "Making create_agent opt-in sidestepped the max_agents dead end rather\nthan resolving it: in the persisted modes the registry tells the model to\nremove an agent before creating a new one, but the delegation toolset\nexposes no remove_agent. Document pairing with create_agent_factory_toolset\nover a sha\n[…]\nlso record the oneshot_only + subagents rejection in the changelog and\ncover it from SubAgentCapability, which is the entry point most users\nconfigure.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: close remaining gaps from delegation-mode review",
"author_name": "Gby56",
"author_login": "Gby56",
"committed_at": "2026-07-30T17:03:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "01128e2166224a905bf166c686ee6346682034eb",
"body": "…tion\n\nResolve conflicts by keeping chat-trace/observability from main and\nre-applying configurable delegation modes (create_agent/task/delegate).\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/main' into feat/oneshot-delega…",
"author_name": "Gby56",
"author_login": "Gby56",
"committed_at": "2026-07-30T16:57:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "abf133049c4b9f26291b7930c2a6c39e6247d826",
"body": "Keep default as task-only, add an explicit persisted mode, tighten the\nbuild_dynamic_agent return contract for full coverage, and reject\noneshot_only with configured subagents.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: address review feedback for delegation modes",
"author_name": "Gby56",
"author_login": "Gby56",
"committed_at": "2026-07-30T16:38:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c12fdb9b3163ca57e175ce7046cacefc8150c370",
"body": "fix: mark truncated results in `wait_tasks` instead of cutting them silently",
"is_bot": false,
"headline": "Merge pull request #56 from vstorm-co/fix/wait-tasks-truncation-marker",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-24T19:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5475f15f438ed6aaa5a177af65d1d5489dc0d65",
"body": null,
"is_bot": false,
"headline": "chore: release 0.2.10 — honest result truncation in `wait_tasks`",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-24T19:54:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "902f27ed8ae3bb228b98b3a42417a70bae5facc6",
"body": "…ilently\n\n`wait_tasks` hard-sliced a completed task's result to 2000 characters with\nno ellipsis, length, or marker. The orchestrator saw a well-formed answer\nthat stopped mid-sentence, concluded the subagent had been cut off, and\ndispatched a new task asking it to finish — a wasted round-trip on wo\n[…]\nhe previous hard-coded limit; `None` disables truncation, a negative\nvalue raises `ValueError`). `check_task` stays uncapped on purpose — it is\nthe full-fidelity path the marker points at.\n\nCloses #55",
"is_bot": false,
"headline": "fix: mark truncated results in `wait_tasks` instead of cutting them s…",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-24T19:54:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3898c91a73dec679050f57efca40aabba32747dc",
"body": "chore(deps): update actions/setup-python action to v7",
"is_bot": false,
"headline": "Merge pull request #53 from vstorm-co/renovate/actions-setup-python-7.x",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-22T09:53:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2edd9ebb40be38cfcb578e666ca5afb31fedc51",
"body": "chore(deps): update astral-sh/setup-uv action to v9",
"is_bot": false,
"headline": "Merge pull request #54 from vstorm-co/renovate/astral-sh-setup-uv-9.x",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-22T09:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fa67ebfb13e2d930addab96bba0cb26e901f0cc",
"body": null,
"is_bot": true,
"headline": "chore(deps): update astral-sh/setup-uv action to v9",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-21T18:50:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35727925e9a0c627c4347151243d1b086ca008b6",
"body": null,
"is_bot": true,
"headline": "chore(deps): update actions/setup-python action to v7",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-20T04:51:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "778c913a6ba215d7b1c97a2f9f80ed12a31c58fd",
"body": "Chore/release 0.2.9",
"is_bot": false,
"headline": "Merge pull request #52 from vstorm-co/chore/release-0.2.9",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-19T17:31:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b4bc247cc052800fe67461bf501d01857c853d4",
"body": null,
"is_bot": false,
"headline": "chore: release 0.2.9 — stateful subagent chat + observability",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-19T17:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30f66df2988c8a0852f12f49bb07c4ab7288f3ad",
"body": null,
"is_bot": false,
"headline": "chore: release 0.3.0 — stateful subagent chat + observability",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-19T17:29:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef387d3384ef90c712f0c369dec4a9b9bf2a3818",
"body": "Stateful subagent chat and observability",
"is_bot": false,
"headline": "Merge pull request #44 from jb2197/codex/subagent-session-history",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-19T17:26:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "626ae726349de5c29841d051d0466f0471bf3eae",
"body": null,
"is_bot": false,
"headline": "test: cover chat-trace guard release and no-usage handle eviction",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-19T17:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "358296a9627b125ac2e3213c7d78f456772ed1d6",
"body": "…agents",
"is_bot": false,
"headline": "fix: bound memory and harden chat-trace continuation for stateful sub…",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-17T22:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dceabb1538c801851c9151af6fdecbfdbffece77",
"body": "…n-history",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into codex/subagent-sessio…",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-17T22:45:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e6da82bb9ab4514a720c632f6c1e45573c6d75c",
"body": "chore(deps): update astral-sh/setup-uv action to v8.3.2",
"is_bot": false,
"headline": "Merge pull request #49 from vstorm-co/renovate/astral-sh-setup-uv-8.x",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-07-17T22:01:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ede6351b5c9b90c954862b5dcbd895cbb7aa047f",
"body": "Let callers choose persistent, combined, or one-shot-only delegation entry points while retaining shared async task lifecycle support.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat: configure delegation tool modes",
"author_name": "Gby56",
"author_login": "Gby56",
"committed_at": "2026-07-10T09:17:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "67d179cf2efc2c09700e2573edfe5e1374010d24",
"body": "Expose an opt-in delegate tool that creates and runs ephemeral specialists in one call, sharing dynamic-agent build logic with the factory while keeping reusable registry-backed agents unchanged.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat: add one-shot delegation via ephemeral delegate tool",
"author_name": "Gby56",
"author_login": "Gby56",
"committed_at": "2026-07-10T09:06:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "aa6f18fd78b36ad86b4a33e16abdad3b14d4cdb0",
"body": null,
"is_bot": true,
"headline": "chore(deps): update astral-sh/setup-uv action to v8.3.2",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-08T09:52:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b611496178909466498686ce6b6859b003185e3e",
"body": null,
"is_bot": false,
"headline": "shared MockResult",
"author_name": "Jiaru Bai",
"author_login": "jb2197",
"committed_at": "2026-07-01T22:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75eb5911b60f05bb7362f8f82ed78628131c32e2",
"body": null,
"is_bot": false,
"headline": "revised chat trace id prompt",
"author_name": "Jiaru Bai",
"author_login": "jb2197",
"committed_at": "2026-07-01T21:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8287271bf5d27f204ed3158fed0f372c438da0a4",
"body": null,
"is_bot": false,
"headline": "revised in-line comments",
"author_name": "Jiaru Bai",
"author_login": "jb2197",
"committed_at": "2026-07-01T19:52:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff0a3310ebb4be6d90603bc80a3788ef3e9f94a1",
"body": null,
"is_bot": false,
"headline": "add if not response.model_name then continue",
"author_name": "Jiaru Bai",
"author_login": "jb2197",
"committed_at": "2026-07-01T19:41:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1979e0dcfbc1cb1dd2da28a11dbd7c41740af8f6",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into codex/subagent-session-history",
"author_name": "Jiaru Bai",
"author_login": "jb2197",
"committed_at": "2026-07-01T19:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39ce962d11448e2d6795b871ed06ef14f795b5e2",
"body": "docs: refresh social preview, README & docs branding",
"is_bot": false,
"headline": "Merge pull request #48 from vstorm-co/docs/brand-refresh",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-27T16:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d10bbd2ac2d51c7787275fc48c3f26cbd35c7f2b",
"body": "Brings this repo in line with the Pydantic Deep Agents brand system:\n\n- New 1280x640 social preview card (assets/social-preview.{png,svg})\n- Real Pydantic favicon + logo wired into mkdocs (docs/favicon.ico)\n- README: unified header (social hero, full badge row, feature pills),\n single \"Part of Pyda\n[…]\nter\n- docs/index.md: brand hero + \"Part of Pydantic Deep Agents\" callout\n- mkdocs: logo/favicon + site_name aligned to brand title\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: refresh social preview, README & docs branding",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-27T15:46:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6a7607a2f16bfe4f88cdd203f5151cb482aed317",
"body": "fix: pydantic-ai 2.0 compatibility — 'RunUsage' object is not callable",
"is_bot": false,
"headline": "Merge pull request #47 from vstorm-co/fix/pydantic-ai-2.0-usage",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-26T20:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d2c5b7694873bd5041ce5a3bbe790999fd8a3a3",
"body": "pydantic-ai 2.0 turned AgentRunResult.usage from a method into a property\nreturning RunUsage. The post-run observability step captured it via\n`result.usage()`, which now raises inside the task-complete `try` and flips a\nsuccessful subagent run to FAILED — so every delegated task errored.\n\n- Read usa\n[…]\nt /\n FakeResult test stubs expose `usage` as a property.\n- Require pydantic-ai-slim>=2.0, bump to 0.2.8, add the changelog entry.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: pydantic-ai 2.0 compatibility — 'RunUsage' object is not callable",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-26T20:40:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "916b69a8c0efe9fd52967d54953e8b11f76fdd05",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into codex/subagent-session-history",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-22T10:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a10faeeeaac8cd0d17e79298ee4cff287fdbdce",
"body": null,
"is_bot": false,
"headline": "fix: make subagent observability capture best-effort",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-18T23:01:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21e45cc8e319834a2f62185f0b9c1f1dda82733e",
"body": "chore(deps): update actions/checkout action to v7",
"is_bot": false,
"headline": "Merge pull request #45 from vstorm-co/renovate/actions-checkout-7.x",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-18T22:05:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65e69736dda86e61f3ddac564375ec545d4cba8f",
"body": null,
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v7",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-18T21:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2222c155c15a1e96463a057de8da73421e5b6c0",
"body": null,
"is_bot": false,
"headline": "capture subagent observability on task handles",
"author_name": "Jiaru Bai",
"author_login": "jb2197",
"committed_at": "2026-06-08T04:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37bf8e7fe39eeeec4a098fd9a5bf8ec9986cb0b3",
"body": null,
"is_bot": false,
"headline": "changed name session_id to chat_trace_id to avoid redaction from logfire",
"author_name": "Jiaru Bai",
"author_login": "jb2197",
"committed_at": "2026-06-08T04:18:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b89e8b7c4f1644fe69b160634b70126d5d36b30f",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into codex/subagent-session-history",
"author_name": "Jiaru Bai",
"author_login": "jb2197",
"committed_at": "2026-06-08T04:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4be091cf7bd530a8133137a94455358320fc5cc2",
"body": "chore(deps): update astral-sh/setup-uv action to v8.2.0",
"is_bot": false,
"headline": "Merge pull request #42 from vstorm-co/renovate/astral-sh-setup-uv-8.x",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-04T00:16:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ee3ba19df2dc9d26daa8356b339c1759c8a3663",
"body": "feat: parent->child steering via send_message_to_subagent (#28)",
"is_bot": false,
"headline": "Merge pull request #41 from vstorm-co/feat/parent-to-child-steering",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-04T00:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a599ddb4de46d3fb6edbfe9a6a7644961c4a15f8",
"body": "Drop the decorative section banner, trim the verbose inject comment to\nthe essential safety property, and hoist the message/model imports in\ntest_retry.py to module top (removing two duplicated local blocks).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: tidy steering comments and hoist test imports",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-04T00:14:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "40604f9a323d2bb114d6b4dc92d3b1a4ad6c7ca4",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: release 0.2.7 instead of 0.3.0",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-04T00:10:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a4d48c208eef65852a5eadefa0a8bad9c92bd25f",
"body": null,
"is_bot": true,
"headline": "chore(deps): update astral-sh/setup-uv action to v8.2.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-04T00:09:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a232549369f631c23bfd052aaa551c8773f1cf76",
"body": "Add unprompted parent -> child steering for running async subagents.\nA parent can now redirect a long-running task mid-flight without\ncancelling it; the subagent adapts on its next step and keeps all\npartial progress, instead of the lossy cancel-and-respawn pattern.\n\n- New `send_message_to_subagent(\n[…]\n on the retry-driven path (max_retries > 0, the default);\n steering stays queued on the legacy agent.run() fast path.\n\nCloses #28\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: parent->child steering via send_message_to_subagent",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-04T00:09:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "93d411dce26e620988d84ba07c9273a44ef1fac1",
"body": "Feat/0.2.6",
"is_bot": false,
"headline": "Merge pull request #40 from vstorm-co/feat/0.2.6",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-01T15:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2527060877ef1a34fadf077622445ebe21eb2cca",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "style: sort imports in tests (ruff)",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-01T15:38:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "059acb262cbfd73cd8101e21af81c2f02bfbe534",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into feat/0.2.6",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-01T15:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27c8ee3765af707e31c6fc4ee43f1aae91210ca0",
"body": null,
"is_bot": false,
"headline": "style: ruff format",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-01T15:36:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "168829b827f498dce545efa99998404645748cd8",
"body": null,
"is_bot": false,
"headline": "fix/docs: improve docs and fix issues",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-06-01T15:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d61b3139e2e460203879ced1c4fc7a10aab3f88",
"body": null,
"is_bot": false,
"headline": "Add stateful subagent sessions",
"author_name": "Jiaru Bai",
"author_login": "jb2197",
"committed_at": "2026-06-01T05:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbe16624913c47df45dea6141a43ef635a12afb4",
"body": null,
"is_bot": false,
"headline": "[codex] store subagent observability on task handles",
"author_name": "Jiaru Bai",
"author_login": "jb2197",
"committed_at": "2026-06-01T04:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa0e688a60f8156418c53601a67d65de3c0f56bb",
"body": "chore: release 0.2.5 — consolidated CI action bumps",
"is_bot": false,
"headline": "Merge pull request #36 from vstorm-co/chore/release-0.2.5",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-05-24T15:00:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2f3c7b5af002b2e9c9671a9c51c18235d102ab8",
"body": "Folds #33 + #34 + preemptive setup-uv/setup-python bumps into one\nrelease so downstream Renovate sees a single bump instead of four.\n\n- actions/checkout v4 -> v6 (ci.yml x3, docs.yml, publish.yml) [#34]\n- docs.yml Python 3.12 -> 3.14 [#33]\n- astral-sh/setup-uv v4 ->\n[…]\n actions/setup-python v5 -> v6 (docs.yml)\n\nci.yml test matrix unchanged. Pure CI — no library code touched.\n\nCloses #33\nCloses #34\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: release 0.2.5 — consolidated CI action bumps",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-05-24T14:59:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "01e05b3e529f9436a3d66a7b52d685a8fc28a6de",
"body": "chore: Configure Renovate",
"is_bot": false,
"headline": "Merge pull request #32 from vstorm-co/renovate/configure",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-05-24T11:46:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daaf70189214b0a60126125abe11f05d4f948d29",
"body": null,
"is_bot": true,
"headline": "Add renovate.json",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-24T11:29:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c5827d8b7c3f155823633d002f89b6ab9d04200",
"body": "fix: wait_tasks no longer cascades cancellation to its workers + bump 0.2.4",
"is_bot": false,
"headline": "Merge pull request #31 from vstorm-co/fix/wait-tasks-cancel-cascade",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-05-24T10:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fb72f7e8a41b89826fadc5e10e01d105eabbe46",
"body": "… 0.2.4\n\nUnifies both modes through asyncio.wait (return_when=FIRST_COMPLETED for\n'any', ALL_COMPLETED for 'all'). asyncio.wait does not cancel its\nawaitees on timeout or caller cancellation, so a sibling-cancel of the\nwait_tasks tool call by pydantic-ai's _call_tools no longer silently\nkills every \n[…]\n). CHANGELOG\ndocuments the diagnosis (credit @Gby56) and the wait_tasks(mode='any')\nfeature from #30 lands under the same release.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: wait_tasks no longer cascades cancellation to its workers + bump…",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-05-24T10:54:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cddea1075668bc8aac941117c5745436d9c88049",
"body": "feat: add early-return mode to wait_tasks for reactive orchestration",
"is_bot": false,
"headline": "Merge pull request #30 from Gby56/feat/wait-tasks-early-return",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-05-24T10:51:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fc0a696d65a9ad06645aae5910079504fe0639d",
"body": "`wait_tasks` previously always blocked until every task in `task_ids`\nfinished, which meant orchestrators with several parallel subagents\nstalled on the slowest one even when an earlier finisher had a result\nready to act on.\n\nAdd a `mode: Literal[\"all\", \"any\"] = \"all\"` parameter. `mode=\"any\"`\nreturn\n[…]\nconcepts/toolset.md gains a (previously missing)\n`wait_tasks` subsection with a reactive `mode=\"any\"` example.\n\nRefs vstorm-co/subagents-pydantic-ai#29\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat: add early-return mode to wait_tasks for reactive orchestration",
"author_name": "Gby56",
"author_login": "Gby56",
"committed_at": "2026-05-22T09:08:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f75dad21b210cf36400b536c5785e09d5bac2c34",
"body": "Add usage limits forwarding for delegated subagents",
"is_bot": false,
"headline": "Merge pull request #25 from yacwagh/feat/delegated-usage-limits",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-05-17T13:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b40dd68a7381757177efb469788d9c9ea711b19",
"body": "Resolves the conflict between #25 and the auto-retry work now on main.\nusage_limits flows through run_with_retry to both the agent.run()\nopt-out path and the default agent.iter() retry path, and is honoured\non every retry attempt (regression test added). PR tests adapted to\nthe post-retry FakeAgent/\n[…]\nan.\n\nOriginal feature by @yacwagh (commit preserved as merge ancestor).\n\nCo-authored-by: yacwagh <yacwagh@users.noreply.github.com>\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge main into #25: integrate usage-limits with auto-retry",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-05-17T13:11:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "79f466a558dba087cc5d8a06ea1e399543fd9204",
"body": null,
"is_bot": false,
"headline": "feat: forward usage limits to delegated subagents (#25)",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-05-17T13:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c93b8790ee3fad2aa74521126182ab1f2ec9c697",
"body": "feat: set 3 retries as a default value",
"is_bot": false,
"headline": "Merge pull request #27 from vstorm-co/feat/default-retry-3",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-05-17T12:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04ec4bb872348cd384a0ef3761366e2a7bf9c297",
"body": null,
"is_bot": false,
"headline": "feat: set 3 retries as a default value",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-05-17T12:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85a119c78b45ae4219ca000f00369387a28a1d5a",
"body": "feat: auto-retry subagent runs on transient errors",
"is_bot": false,
"headline": "Merge pull request #26 from vstorm-co/fix/retry",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-05-17T12:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2442df44b621aa616686aa7f04070fdd677abaf4",
"body": null,
"is_bot": false,
"headline": "docs: update CHANGELOG.md",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-05-17T12:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1785a3e30b8c90b79dfbd2519199458fdc9b0757",
"body": null,
"is_bot": false,
"headline": "feat: auto-retry subagent runs on transient errors",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-05-17T12:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8f85be825156ec0241d7361c42c6c6f21e8998d",
"body": null,
"is_bot": false,
"headline": "Add usage limits forwarding for delegated subagents",
"author_name": "Yacine Souam",
"author_login": null,
"committed_at": "2026-05-06T22:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cca51a8ca50d5094d5d90bd856a50b0acf83667",
"body": "fix: agent communication #23",
"is_bot": false,
"headline": "Merge pull request #24 from vstorm-co/fix/issue-23-sync-ask-parent",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-04-20T21:49:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91254dd62158ed9f42b4a6b649780b29d6652f2a",
"body": null,
"is_bot": false,
"headline": "fix: agent communication #23",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-04-20T21:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3124d1d987dc3389c305585dd16399202bca6d0",
"body": "Bump minimum to for compatibility with async on toolsets",
"is_bot": false,
"headline": "Merge pull request #22 from vstorm-co/bump/31-03-2026",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-31T15:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0489a8428224a60e5f21f62a767ceed5d3577358",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into bump/31-03-2026",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-31T15:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e5ca460d873d57a2a4542935a222f4aa3fc9bf9",
"body": null,
"is_bot": false,
"headline": "Bump minimum to for compatibility with async on toolsets",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-31T14:56:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1867cf474a6e24247d038a5d658f049214c113c1",
"body": "feat: support structured output",
"is_bot": false,
"headline": "Merge pull request #21 from vstorm-co/feat/0.2.0",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-30T10:46:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "270c24853e9397a1ab917cabd511db6069a22549",
"body": null,
"is_bot": false,
"headline": "fix: mypy errors",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-30T10:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e0fd93403bba9a9206101daf280d3ae2fdecef0",
"body": null,
"is_bot": false,
"headline": "style: fix ruff formatting",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-30T10:43:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03f9d1988598e82fdf904e13349aeaec152d2d8e",
"body": null,
"is_bot": false,
"headline": "style: fix ruff formatting",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-30T10:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d78ab938dcb2312bfc4460ad2a63eb415178fa95",
"body": "…-subagents into feat/0.2.0",
"is_bot": false,
"headline": "Merge branch 'feat/0.2.0' of https://github.com/vstorm-co/pydantic-ai…",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-30T10:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc26f970a5707b42216f486ab4db5bb6ed379a2b",
"body": null,
"is_bot": false,
"headline": "style: fix ruff formatting",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-30T10:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae906e31c587c6089bb832a7642337e282ea6710",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into feat/0.2.0",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-30T10:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdcd7b08127b65db3574d83ca9ac6a69dafc88ef",
"body": null,
"is_bot": false,
"headline": "feat: support structured output",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-30T10:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42690caa365ac2d6408c6170170b9ca89b27c3a6",
"body": "feat: add agent spec",
"is_bot": false,
"headline": "Merge pull request #20 from vstorm-co/feat/spec",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-29T00:29:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd0e54c4385e4a758c1068fb304b3eb4a5c34f26",
"body": null,
"is_bot": false,
"headline": "style: fix mypy errors",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-29T00:26:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fd78d80dbca16bf618556acc38707e9fa1d5ad8",
"body": "…subagents into feat/spec",
"is_bot": false,
"headline": "Merge branch 'feat/spec' of https://github.com/vstorm-co/pydantic-ai-…",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-29T00:23:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3eb21095a011cd93681ce255de4b1b3b4875652",
"body": null,
"is_bot": false,
"headline": "style: fix ruff errors",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-29T00:23:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c765219c88f45031bcaa6616fe0d6cd549dad80",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into feat/spec",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-29T00:21:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9024ddb9780f7f12e8fa63d11ee388f430018dc7",
"body": null,
"is_bot": false,
"headline": "feat: add agent spec",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-29T00:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4a7c8866e2daa39715b145dd2cf6ff253b4f870",
"body": "feat: add pydantic-ai capabilities",
"is_bot": false,
"headline": "Merge pull request #18 from vstorm-co/feat/capabilities",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-28T01:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ead7cdaa2126faa1839ac21b32d45b3f26a000e",
"body": null,
"is_bot": false,
"headline": "feat: add pydantic-ai capabilities",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-28T01:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3c2d92f2cdef668667b8faeb3bd3a2dbab11a59",
"body": "fix: ask_parent tool fails in async mode #14",
"is_bot": false,
"headline": "Merge pull request #17 from vstorm-co/issue/14",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-06T00:15:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dffc14b02cc65451c11e46a7ccf7e47baba554a",
"body": null,
"is_bot": false,
"headline": "fix: ask_parent tool fails in async mode #14",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-06T00:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3e94bf0737b14c0aa9cd0bb9664039b739e7361",
"body": "test/docs: bump lib version, update CHANGELOG.md and missing tests",
"is_bot": false,
"headline": "Merge pull request #16 from vstorm-co/fix/accept-model-objects",
"author_name": "Kacper Włodarczyk",
"author_login": "DEENUU1",
"committed_at": "2026-03-05T23:42:25Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 24,
"commits_last_year": 135,
"latest_release_at": "2026-08-01T12:42:27Z",
"latest_release_tag": "0.2.13",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 19,
"days_since_latest_release": 0,
"mean_days_between_releases": 7.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "subagents-pydantic-ai",
"exists": true,
"license": null,
"keywords": [
"agents",
"ai",
"multi-agent",
"pydantic",
"pydantic-ai",
"subagents",
"task-delegation",
"toolset",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/subagents-pydantic-ai/",
"is_deprecated": false,
"latest_version": "0.2.13",
"repository_url": "https://github.com/vstorm-co/subagents-pydantic-ai",
"versions_count": 24,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 229008,
"first_published_at": "2026-01-20T23:22:02.165885Z",
"latest_published_at": "2026-08-01T12:42:53.862807Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 18,
"stars": 57,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2026-01-23",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-02-10",
"count": 1
},
{
"date": "2026-02-22",
"count": 1
},
{
"date": "2026-03-05",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-04-04",
"count": 1
},
{
"date": "2026-04-05",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-05-07",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-06-19",
"count": 1
},
{
"date": "2026-06-26",
"count": 1
},
{
"date": "2026-07-10",
"count": 1
}
],
"complete": true,
"collected": 18,
"total_forks": 18
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"src/subagents_pydantic_ai/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 167980,
"source_files_sampled": 32,
"oversized_source_files": 1,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 7166
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "pydantic",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.0"
},
{
"name": "pydantic-ai-slim",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.0.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 39,
"open_issues": 1,
"closed_ratio": 0.917,
"closed_issues": 11,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "DEENUU1",
"commits": 111,
"avatar_url": "https://avatars.githubusercontent.com/u/111304236?v=4"
},
{
"type": "User",
"login": "jb2197",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/49490446?v=4"
},
{
"type": "User",
"login": "Gby56",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/6706472?v=4"
},
{
"type": "User",
"login": "ret2libc",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/562321?v=4"
},
{
"type": "User",
"login": "pedro-at-noxus",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/212400334?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.86
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"docs.yml",
"publish.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": "9 out of 9 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": 2,
"reason": "Found 2/7 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"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": 10,
"reason": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"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": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 2,
"reason": "8 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d674cac12f88cc546f4104e0d671b86a38b2d028",
"ran_at": "2026-08-01T12:47:47Z",
"aggregate_score": 5.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-08-01T12:42:58Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-08-01T12:42:04Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 35,
"created_at": "2026-05-24T11:47:30Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/vstorm-co/subagents-pydantic-ai",
"host": "github.com",
"name": "subagents-pydantic-ai",
"owner": "vstorm-co"
},
"metrics": {
"overall": {
"key": "overall",
"band": "excellent",
"name": "Overall health",
"note": "The weighted overall 74 is calibrated to 88 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 74,
"calibrated": 88,
"calibration": "2026-08-02"
}
}
],
"value": 88,
"inputs": {
"security": 53,
"vitality": 86,
"community": 65,
"governance": 64,
"calibration": "2026-08-02",
"engineering": 96,
"ai_readiness": 80,
"weighted_overall_raw": 74
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 86,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"commits_last_year": 135,
"human_commit_share": 0.94,
"days_since_last_push": 0,
"active_weeks_last_year": 19
},
"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": "19/52 weeks with commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 19
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "135 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 135
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 24,
"latest_release_tag": "0.2.13",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 7.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 24
}
}
],
"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 ~7.7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 7.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 65,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"forks": 18,
"stars": 57,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "57 stars",
"points": 28.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 57
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "18 forks",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 18
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": true
},
"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": 18,
"status": "met",
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"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": 89,
"inputs": {
"packages": [
"subagents-pydantic-ai"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 229008
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "229,008 downloads/month across pypi",
"points": 71.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 229008,
"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": 64,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.86
},
"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 86% of commits",
"points": 3.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 86
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"merged_prs": 39,
"open_issues": 1,
"closed_issues": 11,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.917,
"closed_unmerged_prs": 10,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "92% of issues closed",
"points": 38.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 92
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "39/49 decided PRs merged",
"points": 23.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 39,
"decided": 49
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/7 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 146,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "vstorm-co",
"public_repos": 34,
"account_age_days": 1968
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "146 followers of vstorm-co",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 146,
"login": "vstorm-co"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "34 public repos, account ~5 yr old",
"points": 22,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 34
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"subagents-pydantic-ai"
],
"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": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"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": "exceptional",
"name": "Engineering Quality",
"value": 96,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "exceptional",
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "exceptional",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"ai-agent-framework",
"aiagentsframework",
"anthropic",
"artificial-intelligence",
"chatgpt",
"claude-code",
"framework",
"genai",
"llm",
"mcp",
"open-source",
"openai",
"pydantic",
"pydantic-ai",
"python",
"subagents",
"vstorm"
],
"has_wiki": true,
"homepage": "https://vstorm-co.github.io/subagents-pydantic-ai/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://vstorm-co.github.io/subagents-pydantic-ai/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "17 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 17
}
}
],
"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": 53,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.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": "9 out of 9 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 2/7 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "8 existing vulnerabilities detected",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 5
},
"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": 80,
"weight": 0.04,
"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.777,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 7166
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.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": "73 of 94 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 73,
"sampled": 94
}
}
],
"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": [
"src/subagents_pydantic_ai/py.typed"
],
"agent_commit_share": 0.15,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.06
},
"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": "src/subagents_pydantic_ai/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/subagents_pydantic_ai/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": "15 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 15,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "6 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 6,
"sampled": 100
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 167980,
"source_files_sampled": 32,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (src/subagents_pydantic_ai/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "src/subagents_pydantic_ai/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/32 source files over 60KB",
"points": 53.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 32,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library",
"framework"
],
"scores": {
"library": 6,
"framework": 4
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:pypi",
"weight": 6
},
{
"tier": "description",
"label": "framework",
"source": "description:framework",
"weight": 2
},
{
"tier": "tags",
"label": "framework",
"source": "tag:framework",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index pypi:subagents-pydantic-ai@0.2.13; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-08-01T12:48:04.101577Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/vstorm-co/subagents-pydantic-ai.svg",
"full_name": "vstorm-co/subagents-pydantic-ai",
"license_state": "standard",
"license_spdx": "MIT"
}