Hey @0xChronic
Thank you for checking us out. You can reach out to me if you’ve any questions.
Hey @0xChronic
Thank you for checking us out. You can reach out to me if you’ve any questions.
Governance monitoring with instant insights
Such a solid and much-needed approach to on-chain data indexing
@haikukoten just wanted to share something that might be worth exploring: Alith’s RAG (Retrieval-Augmented Generation) module. It’s designed to help AI agents dynamically fetch external context (like audit logs, governance data, or off-chain history) during inference.
Would love to hear your thoughts on whether this could enhance your summarization layer — or if you see interesting spots where RAG might fit into Vosh’s architecture.
Here’s the doc if you want to take a quick look: Retrieval-Augmented Generation (RAG) - Alith
I think RAG on top of Vosh’s core on-chain summaries can provide the indexing layer with memory and the ability to find new insights in historical and contextual knowledge—assisting in both automated analytics and developer tooling. It will be particularly helpful in end-user tools for developers and consumers. It will surely be a great addition!
Surely possible, DAO’s can particularly integrate our tools to provide instant detailed insights.
Would love to hear your thoughts on whether??
Yes, can be done,eth_getLogs
already provides solution to that, we will use that to fetch instant such information, AI models can then relay the info through subscribed channels.