Skip to content

Commit 948b14b

Browse files
authored
agents docs and version bump (#2717)
1 parent 955bd2e commit 948b14b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/use_cases/personal_assistants.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ Highlighting specific parts:
2020
Specific examples of this include:
2121

2222
- [Baby AGI](agents/baby_agi.ipynb): a notebook implementing [BabyAGI](https://github.com/yoheinakajima/babyagi) by Yohei Nakajima as LLM Chains
23+
- [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.
24+
- [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.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "langchain"
3-
version = "0.0.136"
3+
version = "0.0.137"
44
description = "Building applications with LLMs through composability"
55
authors = []
66
license = "MIT"

0 commit comments

Comments
 (0)