cybertheory / skillweaver

⚡ Design, implement, and test new plug-and-play AGI Architectures. ⚡
https://www.promptembed.com
0 stars 0 forks source link

Using Manifest? #1

Open krrishdholakia opened 1 year ago

krrishdholakia commented 1 year ago

Hi @cybertheory

Noticed you had manifest (a repo that abstracts LLM calls) as a dependency. Curious if you’re using multiple LLM providers in production today?

Context - we’re working on a library to simplify calling LLM APIs - https://github.com/BerriAI/litellm

cybertheory commented 1 year ago

Hi! We are trying to build a wrapper around langchain(and leveraging their existing ecosystem) to make it simpler to build AGI.

I'll check out Lite LLM! but trying to hack this together rn ahah

krrishdholakia commented 1 year ago

Sweet - our langchain integration should be live soon: https://github.com/langchain-ai/langchain/pull/9020

Which providers are you trying to use? is it just openai?

cybertheory commented 1 year ago

Well we want expose a lot of the underlying langchain api integrations. So it will be up to the developer. We are designing our components to be plug and play with all the langchain providers. So I guess that will eventually include you!

cybertheory commented 1 year ago

Sweet - our langchain integration should be live soon: langchain-ai/langchain#9020

Which providers are you trying to use? is it just openai?

If you want to list skillweaver as a project using your package, I can make sure to highlight Lite LLM as a convenience multiprovider in the package.

krrishdholakia commented 1 year ago

Sounds great - is there something you need from us?

cybertheory commented 1 year ago

I will let you know when skillweaver is ready to be distributed. would be super hype if I can get some feedback!