Skip to content

Releases: acsresearch/interlab

v0.4.1

21 Jan 07:10
Compare
Choose a tag to compare

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

19 Jan 19:28
Compare
Choose a tag to compare

Summary of changes from 0.3.x:

  • Added environment module with BaseEnvironment abstraction
  • Simplified APIs of Actor and Memory (breaking change)
  • Renamed Context to TracingNode 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

01 Nov 14:56
Compare
Choose a tag to compare
Fixed async path in with_context wrapper

v0.3.4

27 Sep 16:23
Compare
Choose a tag to compare
Removed requirements check from CI

v0.3.2

04 Aug 07:11
Compare
Choose a tag to compare
Releasing v0.3.2

v0.3.1

28 Jul 16:55
Compare
Choose a tag to compare

Minor fixes

v0.3.0

28 Jul 16:54
Compare
Choose a tag to compare

Releasing v0.3.0 after a larger refactor