[READ-ONLY] Mirror of https://github.com/just-cameron/note. External storage tool for Letta agents to manage persistent notes
0

Configure Feed

Select the types of activity you want to include in your feed.

note / go.mod
193 B 10 lines
1module github.com/cpfiffer/note 2 3go 1.21 4 5require github.com/spf13/cobra v1.8.0 6 7require ( 8 github.com/inconshreveable/mousetrap v1.1.0 // indirect 9 github.com/spf13/pflag v1.0.5 // indirect 10)