From e09c084b142d613d9590fbc76effc7b2c3ad4bed Mon Sep 17 00:00:00 2001 From: billy-the-fish Date: Wed, 24 Sep 2025 14:22:57 -0600 Subject: [PATCH 1/4] chore: add terms about agents. --- api/glossary.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/glossary.md b/api/glossary.md index 9c9d2e4052..8f9d764d51 100644 --- a/api/glossary.md +++ b/api/glossary.md @@ -19,6 +19,10 @@ This glossary defines technical terms, concepts, and terminology used in $COMPAN **Adaptive query optimization**: dynamic query plan adjustment based on actual execution statistics and data distribution patterns, improving performance over time. +**Agent**: a system that uses prompts, and other logic to act autonomously or semi-autonomously. + +**AI agent**: See [Agent](#agent). + **Aggregate (Continuous Aggregate)**: a materialized, precomputed summary of query results over time-series data, providing faster access to analytics. **Alerting**: the process of automatically notifying administrators when predefined conditions or thresholds are met in system monitoring. @@ -131,6 +135,8 @@ This glossary defines technical terms, concepts, and terminology used in $COMPAN **Decompress**: the process of restoring compressed data to its original, uncompressed state. +**Developer Agent**: a specialized [Agent](#agent) you use for coding, debugging and devops-as-code. + **Delta**: the difference between two values, commonly used in counter aggregations to calculate the change over time. **DHCP (Dynamic Host Configuration Protocol)**: a network management protocol used to automatically assign IP addresses and other network configuration parameters. @@ -385,6 +391,8 @@ This glossary defines technical terms, concepts, and terminology used in $COMPAN **Predictive maintenance**: the use of time-series data to forecast equipment failure, common in IoT and industrial applications. +**Prompt**: an input or instruction you give to an Agent. A prompt is normally text, but may be multimodal. For example, images and text. + **$PG**: an open-source object-relational database system known for its reliability, robustness, and performance. **PostGIS**: a $PG extension that adds support for geographic objects and spatial queries. From 9ad40c774f128ad1f26f070dbfbcdfc979eb2b97 Mon Sep 17 00:00:00 2001 From: billy-the-fish Date: Wed, 24 Sep 2025 14:32:40 -0600 Subject: [PATCH 2/4] chore: Hmmmm. --- api/glossary.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/glossary.md b/api/glossary.md index 8f9d764d51..8f61b70e8e 100644 --- a/api/glossary.md +++ b/api/glossary.md @@ -19,7 +19,8 @@ This glossary defines technical terms, concepts, and terminology used in $COMPAN **Adaptive query optimization**: dynamic query plan adjustment based on actual execution statistics and data distribution patterns, improving performance over time. -**Agent**: a system that uses prompts, and other logic to act autonomously or semi-autonomously. + +**Agent**: a system that uses prompts, and other logic to act autonomously or semi-autonomously. **AI agent**: See [Agent](#agent). From 6e27a24622a668e41b91f358d1dae4abe91533aa Mon Sep 17 00:00:00 2001 From: billy-the-fish Date: Thu, 30 Oct 2025 14:00:17 +0100 Subject: [PATCH 3/4] chore: remvoe the developer agent term --- api/glossary.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/glossary.md b/api/glossary.md index ca627c2e73..5f7e5ce1ef 100644 --- a/api/glossary.md +++ b/api/glossary.md @@ -140,8 +140,6 @@ This glossary defines technical terms, concepts, and terminology used in $COMPAN **Decompress**: the process of restoring compressed data to its original, uncompressed state. -**Developer Agent**: a specialized [Agent](#agent) you use for coding, debugging and devops-as-code. - **Delta**: the difference between two values, commonly used in counter aggregations to calculate the change over time. **DHCP (Dynamic Host Configuration Protocol)**: a network management protocol used to automatically assign IP addresses and other network configuration parameters. From 3b6eec4284e38faf7d67118379938011d1f2cc5c Mon Sep 17 00:00:00 2001 From: Iain Cox Date: Tue, 4 Nov 2025 11:13:40 +0000 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Anastasiia Tovpeko <114177030+atovpeko@users.noreply.github.com> Signed-off-by: Iain Cox --- api/glossary.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/glossary.md b/api/glossary.md index 5f7e5ce1ef..44a9e6bc96 100644 --- a/api/glossary.md +++ b/api/glossary.md @@ -19,8 +19,8 @@ This glossary defines technical terms, concepts, and terminology used in $COMPAN **Adaptive query optimization**: dynamic query plan adjustment based on actual execution statistics and data distribution patterns, improving performance over time. - -**Agent**: a system that uses prompts, and other logic to act autonomously or semi-autonomously. + +**Agent**: a system that uses prompts and other logic to act autonomously or semi-autonomously. **AI agent**: See [Agent](#agent). @@ -402,7 +402,7 @@ This glossary defines technical terms, concepts, and terminology used in $COMPAN **Predictive maintenance**: the use of time-series data to forecast equipment failure, common in IoT and industrial applications. -**Prompt**: an input or instruction you give to an Agent. A prompt is normally text, but may be multimodal. For example, images and text. +**Prompt**: an input or instruction you give to an [Agent](#agent). A prompt is normally text, but may be multimodal. For example, images and text. **$PG**: an open-source object-relational database system known for its reliability, robustness, and performance.