Vasily Vasinov
Vasily Vasinov
Added a security shield from Hakiri. It shows how secure gem dependencies are.
There should be an option in the post edit view that allows authors to hook up their Twitter and Facebook accounts, so Almanac automatically shares their posts on Facebook and...
There are some scenarios where it's useful to capture not just structure run inputs and outputs but also intermediate task and substask run inputs and outputs. To store tasks and...
In order to start experimenting with PaLM models, we need to implement a new driver for Google Cloud `GooglePromptDriver` that can execute models on Google AI platform. We should be...
Some users would like to mask and unmask data that goes out to external APIs as part the LLM prompt (e.g., customer PII). To solve this problem I propose adding...
`BaseTool` should have a `dependencies` property that can be used to add custom dependencies to tools. This is useful for tools like `SqlClient`.
Many QA, extraction, and summarization use cases don't require a sophisticated vector store to function correctly. Today, `LocalVectorStoreDriver` works great for those use cases in the context of conversational "in...
**Describe the bug** Agents that have access to activities that can load values from memory or pass content directly don't always switch to the correct activity when presented with novel...