Releases: acsresearch/interlab
Releases · acsresearch/interlab
v0.4.1
Changelog summary:
- Update requirement versions
- Main change: langchain 0.0.x to 0.1.x
- Updated docstrings and documentation
- Multiple doc versions are now live at the same time, incl API docs
- Updated and improved example notebooks, add a few pictures
- Add a Makefile with dev tasks, minor cleanup
v0.4.0
Summary of changes from 0.3.x:
- Added
environment
module withBaseEnvironment
abstraction - Simplified APIs of
Actor
andMemory
(breaking change) - Renamed
Context
toTracingNode
for a clearer naming - Refactored TracingNode, related colab/jupyter extensions, and browser server to independent module
treetrace
- Removed our OpenAI and Anthropic API wrappers (in favor of langchain wrappers)
- Updated memory implementations of summarizing and associative (embedding) memory
- Updated notebooks and examples, rewrote car_negotiation example notebook with environments
- Added tests, updated docs and user guide
- Updated and pruned dependencies
v0.3.5
Fixed async path in with_context wrapper
v0.3.4
Removed requirements check from CI
v0.3.2
Releasing v0.3.2
v0.3.1
Minor fixes
v0.3.0
Releasing v0.3.0 after a larger refactor