Skip to content

v0.0.5

Compare
Choose a tag to compare
@davidmigloz davidmigloz released this 06 Aug 11:51
· 533 commits to main since this release
68759f6

2023-08-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


langchain - v0.0.5

  • FIX(chains): Suff and MapReduce docs chains don't handle chat messages (#92). (19182ca1)
  • FEAT(agents): Update AgentExecutor constructor to use agent's tools (#89). (3af56a45)
  • FEAT(prompts): Add MessagePlaceholder (#87). (23ee95b6)
  • DOCS: Update CONTRIBUTING.md. (5f2b9264)
  • DOCS(prompts): Fix typo in MessagePlaceholder API docs (#90). (f53e1a2b)

langchain_openai - v0.0.5

  • FIX(agents): FunctionChatMessage not saved properly in memory (#88). (d7b763de)
  • FEAT(agents): Update AgentExecutor constructor to use agent's tools (#89). (3af56a45)
  • DOCS(agents): Add example of using memory in OpenAIFunctionsAgent (#91). (898d5350)

Recurring Contributors