Skip to main content
0
W

Workbench

From Idea to Execution - Manage your trading operation across a distributed cluster

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

No login needed

Works With

Claude CodeCursorWindsurfVS CodeDeveloper tool

About

Workbench - From Idea to Execution

](https://github.com/fremantle-industries/workbench/actions?query=workflow%3Atest) [

Manage your trading operation across a distributed cluster

Install | Usage | Features | Requirements | Configuration | Observability

Project Goals

workbench strives to provide a first class development environment that brings the same productivity and performance benefits from the Phoenix & Elixir community to real time algorithmic and quant workflows.

Install

Add workbench to your list of dependencies in mix.exs

elixir
def deps do
  [
    {:workbench, "~> 0.0.18"}
  ]
end

Generate migrations

bash
$ mix workbench.gen.migration

Run migrations

bash
$ mix ecto.migrate

Features

Stream Real Time Orders

Remotely Control Trade Instances in a Cluster

Live Portfolio Tracking & Historical Snapshots

[](https://youtu.be/cklMhS0KD88)

Track Cold Storage

Explore Products within the Trading Universe

Receive Notifications

[](https://youtu.be/NJS0YTsKoiQ)

Monitor Operations Across Your Cluster

Usage

Running workbench as a standalone endpoint

Add the workbench phoenix endpoint to your config

elixir
config :workbench, WorkbenchWeb.Endpoint,
  http: [port: 4000],
  url: [host: "workbench.localhost", port: "4000"],

Embedding workbench in your own Elixir project

There are two options for running workbench along side your existing Elixir projects

  1. 1.Plug & Phoenix provide the ability to host multiple endpoints

as servers on different ports

elixir
# config/config.exs
# Phoenix endpoints
config :my_app, MyAppWeb.Endpoint,
  pubsub_server: MyApp.PubSub,
  http: [port: 4000],
  url: [host: "my-app.localhost", port: "4000"],
  live_view: [signing_salt: "aolmUusQ6//zaa5GZHu7DG2V3YAgOoP/"],
  secret_key_base: "vKt36v4Gi2Orw8b8iBRg6ZFdzXKLvcRYkk1AaMLYX0+ry7k5XaJXd/LY/itmoxPP",
  server: true

config :workbench, WorkbenchWeb.Endpoint,
  pubsub_server: Tai.PubSub,
  http: [port: 4001],
  url: [host: "workbench.localhost", port: "4001"],
  live_view: [signing_salt: "aolmUusQ6//zaa5GZHu7DG2V3YAgOoP/"],
  secret_key_base: "xKt36v4Gi2Orw8b8iBRg6ZFdzXKLvcRYkk1AaMLYX0+ry7k5XaJXd/LY/itmoxPP",
  server: true
  1. 1.Use a proxy to host multiple endpoints on the same port https://github.com/jesseshieh/master_proxy
elixir
# mix.exs
def deps do
  [{:master_proxy, "~> 0.1"}]
end

Don't lose this

Three weeks from now, you'll want Workbench again. Will you remember where to find it?

Save it to your library and the next time you need Workbench, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.

⚡ Pro tip for geeks: add a-gnt 🤵🏻‍♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.

🤵🏻‍♂️

a-gnt's Take

Our honest review

This plugs directly into your AI and gives it new abilities it didn't have before. From Idea to Execution - Manage your trading operation across a distributed cluster. Once connected, just ask your AI to use it. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.

Tips for getting started

1

Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.

2

Your data stays between you and your AI — nothing is shared with us or anyone else.

What's New

Version 1.0.06 days ago

Imported from GitHub

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.