langchain/docs/use_cases/personal_assistants.md
Zander Chase f329196cf4
Agents 4 18 (#3122)
Creating an experimental agents folder, containing BabyAGI, AutoGPT, and
later, other examples

---------

Co-authored-by: Rahul Behal <rahulbehal01@hotmail.com>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-04-18 21:41:03 -07:00

893 B

Personal Assistants (Agents)

Conceptual Guide

We use "personal assistant" here in a very broad sense. Personal assistants have a few characteristics:

  • They can interact with the outside world
  • They have knowledge of your data
  • They remember your interactions

Really all of the functionality in LangChain is relevant for building a personal assistant. Highlighting specific parts:

Specific examples of this include:

  • AI Plugins: an implementation of an agent that is designed to be able to use all AI Plugins.