• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

vstorm-co / subagents-pydantic-ai / 32568343849
100%

Build:
DEFAULT BRANCH: main
Ran 22 Aug 2026 10:43AM UTC
Jobs 1
Files 16
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Aug 2026 10:43AM UTC coverage: 100.0%. Remained the same
32568343849

push

github

web-flow
fix(prompts): send a return description the way pydantic-ai sends one (#84)

Each of the ten delegation tools carried its own `Returns:` line in the
middle of its prose. pydantic-ai wraps a docstring's `Returns:` section
in `<summary>` and `<returns>` tags instead — what every tool built from
a docstring already sends — so a host registering these beside tools of
its own ends up with two conventions in one tool list, and the
structural half of `task`, `wait_tasks` and `check_task` was a paragraph
the model had to notice rather than a field it was handed.

Every tool text is a `ToolText` (summary / usage / returns) now and
renders into the framework's shape. The test pins that shape against a
tool pydantic-ai renders itself rather than against a string literal, so
a change on that side fails here rather than leaving this library
speaking the old dialect.

**Four of the ten said nothing about what came back at all.** They do
now, and it is the part worth having — `check_task` returns a result in
full where `wait_tasks` may cut one and mark it, and re-delegating a
task to "finish" a marked result is exactly the mistake that sentence
prevents.

The dynamic half — the subagent list on `task`, the model list on
`delegate` and `create_agent` — renders **inside** the summary. Appended
after it, as a first attempt did, the tags bracket half the text; there
is a test for that too.

`delegate` also stops restating its own parameters. `## Parameters`
listed five arguments the docstring already describes, which is where
the model actually reads them, and nothing compared that copy against
the signature.

Verified: 1197 tests pass, coverage 100%, ruff and pyright clean.
Released as 0.2.21.

38 of 38 new or added lines in 1 file covered. (100.0%)

1635 of 1635 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32568343849.1 22 Aug 2026 10:43AM UTC 16
100.0
GitHub Action Run
Source Files on build 32568343849
  • Tree
  • List 16
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #32568343849
  • 85f72b7e on github
  • Prev Build on main (#31982653888)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc