Percolating SQL-first
The real power of Percolate is its native SQL interface and rich integration with data and data governance. In this section we dive into the SQL functions that can be used to build agentic AI.
The basic unit in Percolate is a transaction where we ask a question and get a response that could include a tool call and tool evaluation. We will look at this transaction first.
After getting a feel for the atomic transactions, we can look into more complex sessions which can evolved a multitude of hops, queries and use of different tools and agents.
The Transaction
The Extended Dialogue
Last updated