From e54f1b69cab7c381c2c147b35ffeb2a16d9d0a1e Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 16 Apr 2023 21:54:15 -0700 Subject: [PATCH] add notebook --- docs/use_cases/personal_assistants.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/use_cases/personal_assistants.md b/docs/use_cases/personal_assistants.md index a7246c03..0e5135fb 100644 --- a/docs/use_cases/personal_assistants.md +++ b/docs/use_cases/personal_assistants.md @@ -23,3 +23,4 @@ Specific examples of this include: - [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. - [AI Plugins](agents/custom_agent_with_plugin_retrieval.ipynb): an implementation of an agent that is designed to be able to use all AI Plugins. +- [Generative Agents](agents/characters.ipynb): This notebook implements a generative agent based on the paper [Generative Agents: Interactive Simulacra of Human Behavior](https://arxiv.org/abs/2304.03442) by Park, et. al.