Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ The above process includes the routing agent, knoweldge graph and memory module

Raw source code for these components can also be found in their respective directories including benchmarks, notebooks, and updates.

## Example use case projects

1. Packing Agent

Packing-Agent is an agent that remembers where you packed your items so that you can later chat with the agent to ask where certain items are placed. It utilized memary long term memory and knowledge graph to achieve this functionality.

[Github Link:](https://github.com/shreybirmiwal/packing-memary)

## Installation
1. With pip:
```
Expand Down