kingjulio8238 / Memary

Making Agents Reliable In Production.
https://www.memarylabs.com
MIT License
1.15k stars 82 forks source link

added example of packing agent #43

Open shreybirmiwal opened 1 month ago

kingjulio8238 commented 1 month ago

Awesome stuff!

For this to be added as an example the app would need to be split up into 3 main pages (which is super easy to do using streamlit):

1) set up page where the user takes images and the output from the vision model ie. Belt --> blue_bag is inserted into the knowledge graph, 2) a page solely focused on the chat interface where users can retrieve information 3) a page where users can view the package knowledge graph at any given time

Given these edits (which are all available through memary), this would be suffice for an example.

kingjulio8238 commented 1 month ago

It would also be interesting to see how the memory modules can help in tracking users packing preferences.

kingjulio8238 commented 1 month ago

Possibly another page to add:

  1. A list of users' most preferred packing preferences ie. white socks in orange bag

This can be done by using our memory modules as well as retrieving the paths from the knowledge graph. llama index currently supports this, we will be adding support soon - contributions are welcome!