Skip to main content
Learn more about designing and using AI agents with surveys in the documentation.

Updating a single agent

We start by creating an agent and using it with a survey:

Creating a new agent with original and new traits

Here we use the to_agent_list() method to create a new agent that has both the original traits and new traits for the survey responses:
Agent

Updating an existing agent

Here we use the add_traits() method to add the agent’s answers to its existing traits:
Agent

Updating an agent list

Here we update a list of agents all at once:
AgentList agents: 2;

Posting to Expected Parrot

Here we show how to post content to Expected Parrot, an integrated platform for creating and sharing AI research. Learn more about how it works.