Field | Description |
---|---|
name | The real name of the agent |
username | The username of the agent within the system |
user_char | A brief self-description of the agent (included in the agent’s system prompt to establish an initial identity) |
description | Similar to user_char , serving as the agent’s self-description |
agent_id
will be generated based on the order of the CSV file, starting from 0.
user_id | name | username | user_char | description |
---|---|---|---|---|
14529063 | user_9 | user9 | Beach bum, web developer, nerd 🤓, crocheter, avid reader 📚, a singer in the shower, a notorious heart breaker. I blog about books @ https://t.co/JjnKtEnq4R | Beach bum, web developer, nerd 🤓, crocheter, avid reader 📚, a singer in the shower, a notorious heart breaker. I blog about books @ https://t.co/JjnKtEnq4R |
Field | Description |
---|---|
realname | The real name of the agent |
username | The username of the agent within the Reddit platform |
bio | A brief bio displayed on the user’s profile |
persona | A detailed description of the agent’s personality, interests, and background (used for the agent’s system prompt) |
age | The age of the agent |
gender | The gender of the agent |
mbti | Myers-Briggs Type Indicator of the agent |
country | The country where the agent is based |
agent_id
will be generated based on the order of the JSON file, starting from 0.
ManualAction
during the simulation to let agents follow each other.
ManualAction
during the simulation to let agents post some initial content.
user_char
and description
for Twitter; bio
and persona
for Reddit) align with the agent’s intended personality and behavior in the simulation.
SocialAgent
class to create agents with different prompt templates, tools, and models.