Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"libs/talon": "0.0.1",
"libs/partners/daytona": "0.0.7",
"libs/partners/modal": "0.0.5",
"libs/partners/runloop": "0.0.6",
"libs/partners/runloop": "0.0.7",
"libs/partners/vercel": "0.0.1",
"libs/partners/quickjs": "0.3.2"
}
68 changes: 34 additions & 34 deletions libs/code/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions libs/partners/runloop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

# Changelog

## [0.0.7](https://github.com/Qessia/deepagents/compare/langchain-runloop==0.0.6...langchain-runloop==0.0.7) (2026-06-29)


### Features

* **runloop:** add blueprint bootstrapping for Runloop sandboxes ([#3556](https://github.com/Qessia/deepagents/issues/3556)) ([13dafd8](https://github.com/Qessia/deepagents/commit/13dafd8823c4b530c8e096012733ad74cd501b59))
* **sdk:** surface subagents via inherited `lc_agent_name` projection ([e0a1ed2](https://github.com/Qessia/deepagents/commit/e0a1ed24e6b44c31d0aac3358aeee0d6cb66b2c4))

## [0.0.6](https://github.com/langchain-ai/deepagents/compare/langchain-runloop==0.0.5...langchain-runloop==0.0.6) (2026-06-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion libs/partners/runloop/langchain_runloop/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# Keep the `x-release-please-version` annotation — release-please uses it to
# bump `__version__` in sync with `pyproject.toml` on every release PR.
__version__ = "0.0.6" # x-release-please-version
__version__ = "0.0.7" # x-release-please-version
2 changes: 1 addition & 1 deletion libs/partners/runloop/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]

version = "0.0.6"
version = "0.0.7"
requires-python = ">=3.11,<4.0"
dependencies = [
"deepagents>=0.6.12,<0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/partners/runloop/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.