zarqa-ai / metta-motto

MIT License
6 stars 7 forks source link

DialogAgent may keep history in a space #24

Open Necr0x0Der opened 6 months ago

Necr0x0Der commented 6 months ago

Instead of storing message history as a python list, it might be more convenient for in-MeTTa processing to have these messages in a space, which can be considered as a prompt template or queried, etc. Messages from history should not be mixed up with the messages under construction, but they can be passed to llm, when needed.