ManifoldRG / Manifold-KB

This repository serves as a knowledge base with key insights, details from other research and implementations to serve as references and one place to document various possible paths to achieve something.
GNU General Public License v3.0
4 stars 0 forks source link

Investigate and Demo how Langchain approaches building Agents #19

Closed harshsikka closed 1 year ago

harshsikka commented 1 year ago

Context: we want to understand different approaches/methodologies to building "agents". Langchain builds LLM based agents, we want to understand their approach.

Output: Prepare an overview of the Langchain approach to building Agents, and build/demo a basic agent.

harshsikka commented 1 year ago

@bfaught3 Helen was going to work with you on this, I think we're still trying to figure out how to add her to GH. Worth reaching out to her to coordinate, perhaps over discord.

Edit: @helenlu66 added!

helenlu66 commented 1 year ago

presentation on LangChain here

helenlu66 commented 1 year ago

@bfaught3

@helenlu66

harshsikka commented 1 year ago

@helenlu66 I totally forgot to comment this a few days ago, but would be useful to capture even small tasks like this as their own issues

bfaught3 commented 1 year ago

Presentation on autonomous AutoGPT in LangChain here Demo of AutoGPT in LangChain here

harshsikka commented 1 year ago

https://github.com/ManifoldRG/Manifold-KB/issues/19

Calling the above out again, would be good to understand each separate thrust in its own issue.

helenlu66 commented 1 year ago

closing this for now since the to-do items are completed. We can re-open later if we decide to look more into LangChain