From 417e2271fb207c655fd001aaa72a2d222765f0a1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:24:13 +0000 Subject: [PATCH 1/2] Initial plan From 206b47ab27ac595e0e7f5b2fb56f107a408fae5e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:25:09 +0000 Subject: [PATCH 2/2] Add link to GitHub Pages playground in README Agent-Logs-Url: https://github.com/githubnext/tsessebe/sessions/5b6b0066-9f46-4b50-a3d2-07266c345e5b Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef2a1ccb..1f7f9fe8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A TypeScript port of [pandas](https://github.com/pandas-dev/pandas), built from first principles using [Autoloop](https://github.com/githubnext/autoloop) — an automated research and experimentation platform that runs iterative optimization loops on [GitHub Agentic Workflows](https://github.github.com/gh-aw/). +🎮 **[Try the interactive playground →](https://githubnext.github.io/tsessebe/)** + ## Project conventions - **Package name:** `tsb` — all imports and usage use `tsb`, not `tsessebe`. `import { DataFrame } from 'tsb'`