seanpixel / Teenage-AGI

MIT License
902 stars 109 forks source link

complement to baby agi #2

Open seshubonam opened 1 year ago

seshubonam commented 1 year ago

can teenage-agi work along side with baby-agi?

say if baby-agi is a chain in langchain, where can teenage-agi fit to add the functionality of memory and provide relevant responses

seanpixel commented 1 year ago

I'd say the best way to do this is ask teenAGI to create a task list and store it in its memory and keep referencing it as you work with it. I'm actually working on a new vector database namespace that will mimic a human's ability to write and record things rather than just "thoughts". Tasks can go into this place.

seshubonam commented 1 year ago

forgot the name of that ai app that constantly listens to your conversations and you can ask it questions for things you forget or for quick retreival. amazing application if you do it too

seanpixel commented 1 year ago

Zapier?

seshubonam commented 1 year ago

no its a basic word name but i coulndt find it. another domain is zoom/meeting recording : otter.ai. add memory to meetings

ArchEight commented 1 year ago

forgot the name of that ai app that constantly listens to your conversations and you can ask it questions for things you forget or for quick retreival. amazing application if you do it too

Rewind is a new Mac app that records everything you’ve seen, said, or heard on your Mac and lets you search it afterwards. It uses AI technologies to capture text and speech input from various apps and sources and compresses the data to save space. You can also encrypt your data locally for privacy1.

That one?

seshubonam commented 1 year ago

yessss thanks! now i need rewind 😅 to remember

rfern9 commented 1 year ago

hey @seanpixel how do i integrate a google api search , not serp? thanks in advance great work