From a33d6021948084969a542b6d6740782d8c166ae8 Mon Sep 17 00:00:00 2001 From: Ibrahim Kazimov <74775400+ibrahimkzmv@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:12:51 +0300 Subject: [PATCH] feat: remove unused HTML and task configuration files --- oma-dashboards/code.html | 395 --------------------------------------- task.json | 20 -- 2 files changed, 415 deletions(-) delete mode 100644 oma-dashboards/code.html delete mode 100644 task.json diff --git a/oma-dashboards/code.html b/oma-dashboards/code.html deleted file mode 100644 index 572892f..0000000 --- a/oma-dashboards/code.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - - - - Open Multi Agent - - - - - - - - - - - -
- -
-
- - - - - - - - - -
-
- #NODE_049 - check_circle -
-

Architect: Design API

-

STATUS: DONE (2.3s)

-
- LLM-01 - STABLE -
-
- -
-
- #NODE_050 - sync -
-

Developer: Implement

-

STATUS: RUNNING...

-
-
-
-
- LLM-02 - ACTIVE_STREAM -
-
- -
-
- #NODE_051 - hourglass_empty -
-

Reviewer: - Security

-

STATUS: WAITING

-
- SEC-V3 -
-
- -
-
- #NODE_052 - hourglass_empty -
-

Reviewer: - Quality

-

STATUS: WAITING

-
- QA-ENGINE -
-
- -
-
- #NODE_053 - lock -
-

Deployer: - Prod -

-

STATUS: BLOCKED

-
-
-
- - -
- -
-
- - - - - - - - - - - \ No newline at end of file diff --git a/task.json b/task.json deleted file mode 100644 index 58b58bb..0000000 --- a/task.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "orchestrator": { - "defaultModel": "gemini-2.5-flash", - "defaultProvider": "gemini" - }, - "team": { - "name": "pipeline", - "agents": [ - { "name": "summrizer", "model": "gemini-2.5-flash", "systemPrompt": "You are a summarizer. You will be given a text and you will need to summarize it."} - ], - "sharedMemory": true - }, - "tasks": [ - { - "title": "Summarize", - "description": "Summarize the text at /tmp/pipeline-output/text.txt. Write a markdown spec to /tmp/pipeline-output/design-spec.md covering: - TypeScript interfaces for Url and ShortenRequest - The shortening algorithm (hash approach is fine) - API contract: POST /shorten, GET /:code Keep the spec under 30 lines.", - "assignee": "summrizer" - } - ] -} \ No newline at end of file