docs: Update README.md (#1367)

This commit is contained in:
Ankur Paul
2024-05-11 22:29:20 -07:00
committed by GitHub
parent 5d1b071c3a
commit 9c457bdc77

View File

@@ -155,7 +155,7 @@ The MemGPT agent can send outbound SMS messages and schedule events with the new
Start the Gmail listener (this will send "new email" updates to the MemGPT server when a new email arrives):
```sh
python examples/personal_assistant_demo/twilio_flask_listener.py $AGENT_ID
python examples/personal_assistant_demo/gmail_polling_listener.py $AGENT_ID
```
## Running the Twilio listener