Run Postgres
Create an Agent with Storage
agent_with_storage.py
with the following contentsRun the agent
bye
to exit, start the app again and ask:Start a new run
agent_with_storage.py
file with the --new
flag to start a new run.Parameter | Type | Default | Description |
---|---|---|---|
storage | Optional[AgentStorage] | None | Storage mechanism for the agent, if applicable. |