You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a vector store to save the execution context between the calls. With the persistent storage, we will be able to
implement async calls (ag continue the flow after Slack/Email message from where it paused)
implement a Knowledge repository for the agent to use and aggregate
optimize the context window (RAG)
It should be dependency-less.
It should be abstract - so one can switch the driver within the Team configuration.
It probably should provide a toolkit like @tools/vectorstore -> add, find etc.
TBD: to select a vector store provider for the initial use, options:
Add a vector store to save the execution context between the calls. With the persistent storage, we will be able to
It should be dependency-less.
It should be abstract - so one can switch the driver within the Team configuration.
It probably should provide a toolkit like
@tools/vectorstore
->add
,find
etc.TBD: to select a vector store provider for the initial use, options:
The text was updated successfully, but these errors were encountered: