Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,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",
Expand Down
24 changes: 24 additions & 0 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,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.",
Expand Down
Loading