wejick / gchain

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

Agent support #6

Open wejick opened 1 year ago

wejick commented 1 year ago

Langchain has this concept of an agent, which gives Model access to a wide range of functionality or what it calls tools.

Supporting Agent is obviously a must, however, the implementation in Langchain is not easy to follow. I feel like there's need to simplify the way the agent works and we can probably also use this opportunity to use openAI function call to describe the tools instead.

wejick commented 9 months ago

https://lilianweng.github.io/posts/2023-06-23-agent/ putting this for future reference