agents docs and version bump (#2717)

This commit is contained in:
Harrison Chase 2023-04-11 08:08:43 -07:00 committed by GitHub
parent 955bd2e1db
commit 948b14b52a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -20,3 +20,5 @@ Highlighting specific parts:
Specific examples of this include:
- [Baby AGI](agents/baby_agi.ipynb): a notebook implementing [BabyAGI](https://github.com/yoheinakajima/babyagi) by Yohei Nakajima as LLM Chains
- [Baby AGI with Tools](agents/baby_agi_with_agent.ipynb): building off the above notebook, this example substitutes in an agent with tools as the execution tools, allowing it to actually take actions.
- [CAMEL](agents/camel_role_playing.ipynb): an implementation of the CAMEL (Communicative Agents for “Mind” Exploration of Large Scale Language Model Society) paper, where two agents communicate with eachother.

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.0.136"
version = "0.0.137"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"