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 @@ -7,5 +7,5 @@
"libs/partners/modal": "0.0.3",
"libs/partners/runloop": "0.0.4",
"libs/partners/quickjs": "0.1.2",
"libs/repl": "0.0.1"
"libs/repl": "0.0.2"
}
2 changes: 1 addition & 1 deletion libs/evals/uv.lock

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

10 changes: 10 additions & 0 deletions libs/repl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.0.2](https://github.com/mayflower/deepagents/compare/langchain-repl==0.0.1...langchain-repl==0.0.2) (2026-05-12)


### Features

* **repl:** add simple foreign object interface, add `+/-` operators ([#2725](https://github.com/mayflower/deepagents/issues/2725)) ([b00e16c](https://github.com/mayflower/deepagents/commit/b00e16c8d76397cb1851277b6beca3dfb17ad824))
* **repl:** add tool runtime support to sync funcs ([#2726](https://github.com/mayflower/deepagents/issues/2726)) ([44ae33a](https://github.com/mayflower/deepagents/commit/44ae33a3191a22ea48ae4b262ca37364c99b691f))

## Changelog

---

## Prior Releases
Expand Down
2 changes: 1 addition & 1 deletion libs/repl/langchain_repl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from langchain_repl.interpreter import ForeignObjectInterface, Interpreter
from langchain_repl.middleware import ReplMiddleware

__version__ = "0.0.1"
__version__ = "0.0.2"

__all__ = ["ForeignObjectInterface", "Interpreter", "ReplMiddleware", "__version__"]
2 changes: 1 addition & 1 deletion libs/repl/langchain_repl/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version information for `langchain-repl`."""

__version__ = "0.0.1" # x-release-please-version
__version__ = "0.0.2" # x-release-please-version
2 changes: 1 addition & 1 deletion libs/repl/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.1"
version = "0.0.2"
requires-python = ">=3.11,<4.0"
dependencies = [
"deepagents",
Expand Down
2 changes: 1 addition & 1 deletion libs/repl/uv.lock

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