tryAGI / LangChain

C# implementation of LangChain. We try to be as close to the original as possible in terms of abstractions, but are open to new entities.
https://tryagi.github.io/LangChain/
MIT License
507 stars 78 forks source link

Concept: Prompts #229

Open HavenDV opened 4 months ago

HavenDV commented 4 months ago

A new part of the library, like Providers, but for prompt libraries. Possible use - we can introduce a special mode for Crew, when it will create a team for the assigned task, and for each team member it will try to find a suitable professional prompt (perhaps we will first need to load the prompts into the vector database)