From 8f484e12aada55ba4228efdaccdbd370b3c9eb75 Mon Sep 17 00:00:00 2001 From: Benson Lee Date: Fri, 20 Sep 2024 12:20:44 -0700 Subject: [PATCH 1/2] upd --- docs/sdk/markdowns/AgentSDK.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/sdk/markdowns/AgentSDK.mdx b/docs/sdk/markdowns/AgentSDK.mdx index 0d2a4d5f..2b8392cd 100644 --- a/docs/sdk/markdowns/AgentSDK.mdx +++ b/docs/sdk/markdowns/AgentSDK.mdx @@ -160,11 +160,7 @@ ScanResult stores file paths for files of interest. It includes: You can use `scan_for_finished_files` to continuously scan a directory for files, uploading them to Ganymede Cloud for processing when they are older than a specified number of minutes. The Flow could query previously uploaded files using the [list_files](../GanymedeClass.mdx#method-list_files) method to avoid uploading the same file multiple times. -## Agent SDK - -The Agent SDK offers access to query the Ganymede database and add logging messages to the web app (for Agents v4.8+). - -### Querying Ganymede from Agent Code +## Querying Ganymede from Agent Code ```python from agent_sdk.query import read_sql_query From 029ce3d0e951ce3e1dd780eee01b9c0e842cb527 Mon Sep 17 00:00:00 2001 From: Benson Lee Date: Fri, 20 Sep 2024 12:22:38 -0700 Subject: [PATCH 2/2] upd --- docs/sdk/markdowns/AgentSDK.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/markdowns/AgentSDK.mdx b/docs/sdk/markdowns/AgentSDK.mdx index 2b8392cd..8f5686c3 100644 --- a/docs/sdk/markdowns/AgentSDK.mdx +++ b/docs/sdk/markdowns/AgentSDK.mdx @@ -71,7 +71,7 @@ Agent utility functions are provided in `agent_sdk` for validating data integrit The `agent_sdk` is only available for Agents v5.0+. Prior to v5.0, these functions were included in `ganymede_sdk.agent`. -:::note +::: ### Computing file checksums