AI Agent
Last updated
Last updated
Each character is powered by an LLM Agent. Each LLM Agent is meticulously crafted with its unique identity, comprising a name, age, biography, and personal goals. These agents are designed to perceive their environment with acute awareness, processing information through a sophisticated blend of observations, status checks, emotional responses, and an understanding of the world akin to human cognition. Mirroring human behavior, these agents meticulously observe their environment, processing information through the lens of their current status, emotional state, and comprehension of the world. These observations and reflections are meticulously cataloged in their memory, serving as a foundational element for future decision-making processes and actions.
Name: Every agent is assigned a distinct name that reflects its designed personality or background story, fostering a unique identity within the virtual environment.
Biography: The backstory of each agent is richly detailed, encompassing past experiences, formative events, and key influences that have shaped its personality, preferences, and worldview. This biography informs the agent's current motivations and behaviors.
Big Five Personality: The Big Five Personality Traits model, also known as the Five-Factor Model (FFM), is a widely accepted framework used to describe and categorize human personality. It posits that five broad dimensions are sufficient to capture the major variations in human personality.
LLMs have many of the same properties as production systems, and recent efforts to improve their grounding or reasoning mirror the development of cognitive architectures built around production systems. Yao. [13] then propose Cognitive Architectures for Language Agents (CoALA), a conceptual framework to systematize diverse methods for LLM-based reasoning, grounding, learning, and decision-making as instantiations of language agents in the framework. The CoALA framework highlights gaps and proposes actionable directions toward more capable language agents. In our product, the cognitive architecture of agents is composed of the following modules: Perception Module, Memory System, Emotion System and Execution System.
Agents are equipped with mechanisms to perceive and interpret their environment, recognize changes, identify opportunities, and detect challenges. These observations contain external and internal perceptions, and can be later used to make plans. Specifically, like human beings, LLM agents can not perceive all the details of the environment. They have an attention mechanism to focus more on the content they are interested in. Also, when the attention is exhausted, the agent can not conduct any contemplation and needs a rest.