From b34ac0918c43351500b7953bedec6611c3071643 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 11:40:52 +1000 Subject: [PATCH] Add external plugin timebase (#2462) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/plugin/marketplace.json | 24 ++++++++++++++++++++++++ plugins/external.json | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index b575acef..5462ba9a 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1211,6 +1211,30 @@ "description": "Stop being the switchboard between your AI agents — direct a team. The Workshop puts long-running AI agents (desks) in the same room, on the same work, each with its own memory and history, sharing one workspace so you direct the work instead of relaying it.", "version": "0.1.0" }, + { + "name": "timebase", + "description": "Connect your AI agent to TimeBase, a high-performance database for financial market and other time-series data, via MCP tools and skills for QQL query and TimeBase client code generation.", + "version": "0.1.2", + "author": { + "name": "EPAM Systems", + "url": "https://www.epam.com/" + }, + "repository": "https://github.com/epam/TimeBase-Agent-Plugins", + "license": "Apache-2.0", + "keywords": [ + "timebase", + "time-series", + "db", + "qql", + "financial-data" + ], + "source": { + "source": "github", + "repo": "epam/TimeBase-Agent-Plugins", + "ref": "v0.1.2", + "sha": "846b341a17becbf4d0cd43374588fc6ab1930d0b" + } + }, { "name": "tiny-tool-town-submitter", "source": "extensions/tiny-tool-town-submitter", diff --git a/plugins/external.json b/plugins/external.json index 30b06c26..ba99b0e6 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -709,6 +709,30 @@ "ref": "2.3.0" } }, + { + "name": "timebase", + "description": "Connect your AI agent to TimeBase, a high-performance database for financial market and other time-series data, via MCP tools and skills for QQL query and TimeBase client code generation.", + "version": "0.1.2", + "author": { + "name": "EPAM Systems", + "url": "https://www.epam.com/" + }, + "repository": "https://github.com/epam/TimeBase-Agent-Plugins", + "license": "Apache-2.0", + "keywords": [ + "timebase", + "time-series", + "db", + "qql", + "financial-data" + ], + "source": { + "source": "github", + "repo": "epam/TimeBase-Agent-Plugins", + "ref": "v0.1.2", + "sha": "846b341a17becbf4d0cd43374588fc6ab1930d0b" + } + }, { "name": "ui-theme-designer", "description": "Equips AI coding agents with knowledge and tooling for working with UI theme designer, the SAP Design System, and SAP Fiori design tokens.",