Skip to content

Release Candidate v5.13.3#377

Merged
milosmns merged 11 commits into
releasefrom
main
May 16, 2026
Merged

Release Candidate v5.13.3#377
milosmns merged 11 commits into
releasefrom
main

Conversation

@milosmns
Copy link
Copy Markdown
Contributor

@milosmns milosmns commented May 16, 2026

v5.13.3 — The Agent Learns to Knock Before Entering 🚪🌐

This version brings a small but important improvement to how The Agent reaches out across the web, making external media downloads more reliable and better-behaved.

The Agent now identifies itself properly when requesting external media. That means downloads from outside sources should behave more smoothly, with fewer awkward moments at the gate and a better chance of being accepted by systems that expect a clear introduction.

It’s a subtle change, but the signal matters. The Agent moves through the network with a sharper presence now — quieter in failure, stronger in intent, and a little more welcome where the doors used to hesitate.

What's new

  • The Agent now sends proper User-Agent headers when making external media download requests

A small release, but one that makes the web feel just a bit more cooperative. ⚡

dependabot Bot and others added 7 commits May 16, 2026 08:16
Bumps the pip-all group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.46.0` | `0.47.0` |
| [requests](https://github.com/psf/requests) | `2.33.1` | `2.34.2` |
| [langchain](https://github.com/langchain-ai/langchain) | `1.2.18` | `1.3.1` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `1.3.3` | `1.4.0` |
| [resvg-py](https://github.com/baseplate-admin/resvg-py) | `0.3.1` | `0.3.2` |
| [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.27` | `0.0.28` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.13` |


Updates `uvicorn` from 0.46.0 to 0.47.0
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.46.0...0.47.0)

Updates `requests` from 2.33.1 to 2.34.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.33.1...v2.34.2)

Updates `langchain` from 1.2.18 to 1.3.1
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==1.2.18...langchain==1.3.1)

Updates `langchain-core` from 1.3.3 to 1.4.0
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==1.3.3...langchain-core==1.4.0)

Updates `resvg-py` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/baseplate-admin/resvg-py/releases)
- [Commits](baseplate-admin/resvg-py@0.3.1...0.3.2)

Updates `python-multipart` from 0.0.27 to 0.0.28
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.27...0.0.28)

Updates `ruff` from 0.15.12 to 0.15.13
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.12...0.15.13)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: langchain
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: langchain-core
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: resvg-py
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: python-multipart
  dependency-version: 0.0.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: ruff
  dependency-version: 0.15.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-all
...

Signed-off-by: dependabot[bot] <support@github.com>
…uding remote photos, and also use those remote photos for editing and analysis, all working together with already supported chat attachments!
@milosmns milosmns self-assigned this May 16, 2026
@milosmns milosmns added the Release Releases and Release Candidates label May 16, 2026
@milosmns
Copy link
Copy Markdown
Contributor Author

Related web PR: appifyhub/agent-web#408

@github-actions
Copy link
Copy Markdown
Contributor

Build 25970109927 complete for 58ee696.

# Valid until a new build
docker pull appifyhub/the-agent:latest_beta
docker pull appifyhub/the-agent:5.13.1.beta

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@milosmns milosmns changed the title Release Candidate v5.13.1 Release Candidate v5.13.2 May 16, 2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

Build 25970212171 complete for 41ef149.

# Valid until a new build
docker pull appifyhub/the-agent:latest_beta
docker pull appifyhub/the-agent:5.13.2.beta

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@milosmns milosmns changed the title Release Candidate v5.13.2 Release Candidate v5.13.3 May 16, 2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

Build 25970624080 complete for 851bc9f.

# Valid until a new build
docker pull appifyhub/the-agent:latest_beta
docker pull appifyhub/the-agent:5.13.3.beta

@milosmns milosmns merged commit c8c792a into release May 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release Releases and Release Candidates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants