Files
langchain/docs/use_cases/agent_simulations.md
Harrison Chase 7331004e06 cr
2023-04-18 17:02:17 -07:00

775 B

Agent Simulations

Agent simulations involve interacting one of more agents with eachother. Agent simulations generally involve two main components:

  • Long Term Memory
  • Simulation Environment

Specific implementations of agent simulations (or parts of agent simulations) include

CAMEL

  • CAMEL: an implementation of the CAMEL (Communicative Agents for “Mind” Exploration of Large Scale Language Model Society) paper, where two agents communicate with eachother.

Generative Agents