The bot now has a "brain" located in the ./memory folder.
- identity.md: This path defines the bot's system instructions (who it is).
- Any other .md file: These are loaded as "Knowledge" and added to the context.
- Edit
memory/identity.mdto change the bot's personality in real-time. - Add a file like
memory/project_docs.mdwith relevant info. - The bot reads these files on every message, so you don't even need to restart it!