wejick / gchain

Composable LLM Application framework inspired by langchain
Apache License 2.0
12 stars 2 forks source link

Conversation chain with tools #7

Open wejick opened 1 year ago

wejick commented 1 year ago

I think before going on with Agent #6 since I don't have really good usecase so far, working on conversation chain with tools access may be can be a good stepping stone. Let's explore how it will looks like to have a conversation chain with access of tools, this will not only evolve the chain but also tools and retrieval in general.

Many interesting question :

  1. Should tools interface compatible with retrieval?
  2. Should retrieval can be used directly as a tool?
  3. Or maybe we need to create a retrieval tool where it consume a retrieval and give user opportunity to put definition by them selves?