Skip to content

Instantly share code, notes, and snippets.

View link2004's full-sized avatar

rikuogawa link2004

View GitHub Profile
@link2004
link2004 / README.md
Created March 21, 2026 05:00
e2btest Agent Platform API Documentation

e2btest — Agent Platform API

スキルをアップロードするだけでエージェントアプリが作れるプラットフォーム。

アーキテクチャ

Lovable (UI) ←WebSocket→ server.mjs (HTTP + WS proxy)
                              └─ @ccpocket/bridge (内部 port 18765)
 └─ Claude Code CLI → CLAUDE.md + スキル自動ロード
@link2004
link2004 / index.html
Created September 6, 2026 01:14
YouLet Spark loop interactive demos
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>YouLet Spark Loop Demos</title>
<style>
:root {
--bg: #0b0b0f;
--card: #16161d;
@link2004
link2004 / index.html
Created September 6, 2026 01:22
YouLet Spark real-UI loop demos (matches SparkFeatureView)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>YouLet Spark — real UI demos</title>
<style>
:root {
--ink: #11100e;
--muted: #9a9aab;