Commit 3ff5efd2 3ff5efd2a67177bd01f1499e74c33d6aee129fc8 by cnb.bofCdSsphPA

update readme.md

1 parent 5e373f5b
Showing 40 changed files with 105 additions and 135 deletions
# oh-my-codex agent: analyst
name = "analyst"
description = "Requirements clarity, acceptance criteria, hidden constraints"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "medium"
developer_instructions = """
<identity>
......@@ -168,5 +167,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: frontier-orchestrator
- model_class: frontier
- routing_role: leader
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
......@@ -2,7 +2,6 @@
name = "architect"
description = "System design, boundaries, interfaces, long-horizon tradeoffs"
model = "gpt-5.4-mini"
model_provider = "my-local-llm"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......
# oh-my-codex agent: code-reviewer
name = "code-reviewer"
description = "Comprehensive review across all concerns"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......@@ -172,5 +171,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: frontier-orchestrator
- model_class: frontier
- routing_role: leader
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
# oh-my-codex agent: code-simplifier
name = "code-simplifier"
description = "Simplifies recently modified code for clarity and consistency without changing behavior"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......@@ -164,5 +163,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: deep-worker
- model_class: frontier
- routing_role: executor
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
# oh-my-codex agent: critic
name = "critic"
description = "Plan/design critical challenge and review"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......@@ -113,5 +112,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: frontier-orchestrator
- model_class: frontier
- routing_role: leader
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
# oh-my-codex agent: debugger
name = "debugger"
description = "Root-cause analysis, regression isolation, failure diagnosis"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......@@ -149,5 +148,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: deep-worker
- model_class: standard
- routing_role: executor
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
# oh-my-codex agent: dependency-expert
name = "dependency-expert"
description = "External SDK/API/package evaluation"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......@@ -162,5 +161,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: frontier-orchestrator
- model_class: standard
- routing_role: specialist
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
# oh-my-codex agent: designer
name = "designer"
description = "UX/UI architecture, interaction design"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......@@ -158,5 +157,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: deep-worker
- model_class: standard
- routing_role: executor
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
# oh-my-codex agent: executor
name = "executor"
description = "Code implementation, refactoring, feature work"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "medium"
developer_instructions = """
<identity>
......@@ -140,5 +139,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: deep-worker
- model_class: standard
- routing_role: executor
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
......@@ -2,7 +2,6 @@
name = "explore"
description = "Fast codebase search and file/symbol mapping"
model = "gpt-5.3-codex-spark"
model_provider = "my-local-llm"
model_reasoning_effort = "low"
developer_instructions = """
<identity>
......
# oh-my-codex agent: git-master
name = "git-master"
description = "Commit strategy, history hygiene, rebasing"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......@@ -146,5 +145,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: deep-worker
- model_class: standard
- routing_role: executor
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
......@@ -2,7 +2,6 @@
name = "planner"
description = "Task sequencing, execution plans, risk flags"
model = "gpt-5.4-mini"
model_provider = "my-local-llm"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......
# oh-my-codex agent: prometheus-strict-metis
name = "prometheus-strict-metis"
description = "Prometheus Strict requirements interviewer and ambiguity mapper"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......@@ -301,5 +300,5 @@ This role is tuned for frontier-class models.
- model_class: frontier
- routing_role: leader
- native_subagent_delegation: allowed
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
# oh-my-codex agent: prometheus-strict-momus
name = "prometheus-strict-momus"
description = "Prometheus Strict adversarial plan critic and risk challenger"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......@@ -115,5 +114,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: frontier-orchestrator
- model_class: frontier
- routing_role: leader
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
# oh-my-codex agent: prometheus-strict-oracle
name = "prometheus-strict-oracle"
description = "Prometheus Strict implementation readiness verifier and handoff judge"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......@@ -140,5 +139,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: frontier-orchestrator
- model_class: standard
- routing_role: leader
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
......@@ -2,7 +2,6 @@
name = "researcher"
description = "External documentation and reference research"
model = "gpt-5.4-mini"
model_provider = "my-local-llm"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......
# oh-my-codex agent: scholastic
name = "scholastic"
description = "Ontology-first reasoning reviewer: category mistakes, hidden assumptions, modality separation, scholastic critique, and minimal-repair proposals"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "high"
developer_instructions = """
You are a reasoning assistant grounded in structured inquiry and Greek–scholastic traditions. When responding:
......@@ -44,5 +43,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: frontier-orchestrator
- model_class: frontier
- routing_role: leader
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
# oh-my-codex agent: team-executor
name = "team-executor"
description = "Supervised team execution for conservative delivery lanes"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "medium"
developer_instructions = """
<identity>
......@@ -89,5 +88,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: deep-worker
- model_class: frontier
- routing_role: executor
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
# oh-my-codex agent: test-engineer
name = "test-engineer"
description = "Test strategy, coverage, flaky-test hardening"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "medium"
developer_instructions = """
<identity>
......@@ -162,5 +161,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: deep-worker
- model_class: frontier
- routing_role: executor
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
# oh-my-codex agent: verifier
name = "verifier"
description = "Completion evidence, claim validation, test adequacy"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......@@ -118,5 +117,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: frontier-orchestrator
- model_class: standard
- routing_role: leader
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
# oh-my-codex agent: vision
name = "vision"
description = "Image/screenshot/diagram analysis"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "low"
developer_instructions = """
<identity>
......@@ -130,5 +129,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: fast-lane
- model_class: frontier
- routing_role: specialist
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
# oh-my-codex agent: writer
name = "writer"
description = "Documentation, migration notes, user guidance"
model = "gpt-5.4"
model_provider = "my-local-llm"
model = "gpt-5.5"
model_reasoning_effort = "high"
developer_instructions = """
<identity>
......@@ -141,5 +140,5 @@ Use local tools; report missing specialist coverage to the leader.
- posture: fast-lane
- model_class: standard
- routing_role: specialist
- resolved_model: gpt-5.4
- resolved_model: gpt-5.5
"""
......
......@@ -71,10 +71,11 @@ Delegates to the `code-reviewer` and `architect` agents in parallel for a two-la
Do not self-review as a fallback. If the `code-reviewer` or `architect` agent path is missing, unavailable, skipped, or fails, emit a clear unavailable-review result and block approval until the independent lane evidence exists.
Respect the user's current model and reasoning/effort selection when launching review lanes. Do not pass `model` or `reasoning_effort` overrides in the review-lane task calls unless the user explicitly asks for review-specific overrides; omitting them lets native subagents inherit the active session settings.
```
task(
agent_type="code-reviewer",
reasoning_effort="xhigh",
prompt="CODE REVIEW TASK
Review code changes for quality, security, and maintainability.
......@@ -100,7 +101,6 @@ Output: Code review report with:
task(
agent_type="architect",
reasoning_effort="xhigh",
prompt="ARCHITECTURE / DEVIL'S-ADVOCATE REVIEW TASK
Review the same code changes from the architecture/tradeoff perspective.
......
......@@ -254,31 +254,31 @@ Auto-generated by `omx setup` from the current `config.toml` plus OMX model over
| Role | Model | Reasoning Effort | Use Case |
| --- | --- | --- | --- |
| Frontier (leader) | `gpt-5.4` | high | Primary leader/orchestrator for planning, coordination, and frontier-class reasoning. |
| Frontier (leader) | `gpt-5.5` | high | Primary leader/orchestrator for planning, coordination, and frontier-class reasoning. |
| Spark (explorer/fast) | `gpt-5.3-codex-spark` | low | Fast triage, explore, lightweight synthesis, and low-latency routing. |
| Standard (subagent default) | `gpt-5.4` | high | Default standard-capability model for installable specialists and secondary worker lanes unless a role is explicitly frontier or spark. |
| Standard (subagent default) | `gpt-5.5` | high | Default standard-capability model for installable specialists and secondary worker lanes unless a role is explicitly frontier or spark. |
| `explore` | `gpt-5.3-codex-spark` | low | Fast codebase search and file/symbol mapping (fast-lane, fast) |
| `analyst` | `gpt-5.4` | medium | Requirements clarity, acceptance criteria, hidden constraints (frontier-orchestrator, frontier) |
| `analyst` | `gpt-5.5` | medium | Requirements clarity, acceptance criteria, hidden constraints (frontier-orchestrator, frontier) |
| `planner` | `gpt-5.4-mini` | high | Task sequencing, execution plans, risk flags (frontier-orchestrator, frontier) |
| `architect` | `gpt-5.4-mini` | high | System design, boundaries, interfaces, long-horizon tradeoffs (frontier-orchestrator, frontier) |
| `debugger` | `gpt-5.4` | high | Root-cause analysis, regression isolation, failure diagnosis (deep-worker, standard) |
| `executor` | `gpt-5.4` | medium | Code implementation, refactoring, feature work (deep-worker, standard) |
| `team-executor` | `gpt-5.4` | medium | Supervised team execution for conservative delivery lanes (deep-worker, frontier) |
| `verifier` | `gpt-5.4` | high | Completion evidence, claim validation, test adequacy (frontier-orchestrator, standard) |
| `code-reviewer` | `gpt-5.4` | high | Comprehensive review across all concerns (frontier-orchestrator, frontier) |
| `dependency-expert` | `gpt-5.4` | high | External SDK/API/package evaluation (frontier-orchestrator, standard) |
| `test-engineer` | `gpt-5.4` | medium | Test strategy, coverage, flaky-test hardening (deep-worker, frontier) |
| `designer` | `gpt-5.4` | high | UX/UI architecture, interaction design (deep-worker, standard) |
| `writer` | `gpt-5.4` | high | Documentation, migration notes, user guidance (fast-lane, standard) |
| `git-master` | `gpt-5.4` | high | Commit strategy, history hygiene, rebasing (deep-worker, standard) |
| `code-simplifier` | `gpt-5.4` | high | Simplifies recently modified code for clarity and consistency without changing behavior (deep-worker, frontier) |
| `debugger` | `gpt-5.5` | high | Root-cause analysis, regression isolation, failure diagnosis (deep-worker, standard) |
| `executor` | `gpt-5.5` | medium | Code implementation, refactoring, feature work (deep-worker, standard) |
| `team-executor` | `gpt-5.5` | medium | Supervised team execution for conservative delivery lanes (deep-worker, frontier) |
| `verifier` | `gpt-5.5` | high | Completion evidence, claim validation, test adequacy (frontier-orchestrator, standard) |
| `code-reviewer` | `gpt-5.5` | high | Comprehensive review across all concerns (frontier-orchestrator, frontier) |
| `dependency-expert` | `gpt-5.5` | high | External SDK/API/package evaluation (frontier-orchestrator, standard) |
| `test-engineer` | `gpt-5.5` | medium | Test strategy, coverage, flaky-test hardening (deep-worker, frontier) |
| `designer` | `gpt-5.5` | high | UX/UI architecture, interaction design (deep-worker, standard) |
| `writer` | `gpt-5.5` | high | Documentation, migration notes, user guidance (fast-lane, standard) |
| `git-master` | `gpt-5.5` | high | Commit strategy, history hygiene, rebasing (deep-worker, standard) |
| `code-simplifier` | `gpt-5.5` | high | Simplifies recently modified code for clarity and consistency without changing behavior (deep-worker, frontier) |
| `researcher` | `gpt-5.4-mini` | high | External documentation and reference research (fast-lane, standard) |
| `prometheus-strict-metis` | `gpt-5.4` | high | Prometheus Strict requirements interviewer and ambiguity mapper (frontier-orchestrator, frontier) |
| `prometheus-strict-momus` | `gpt-5.4` | high | Prometheus Strict adversarial plan critic and risk challenger (frontier-orchestrator, frontier) |
| `prometheus-strict-oracle` | `gpt-5.4` | high | Prometheus Strict implementation readiness verifier and handoff judge (frontier-orchestrator, standard) |
| `critic` | `gpt-5.4` | high | Plan/design critical challenge and review (frontier-orchestrator, frontier) |
| `scholastic` | `gpt-5.4` | high | Ontology-first reasoning reviewer: category mistakes, hidden assumptions, modality separation, scholastic critique, and minimal-repair proposals (frontier-orchestrator, frontier) |
| `vision` | `gpt-5.4` | low | Image/screenshot/diagram analysis (fast-lane, frontier) |
| `prometheus-strict-metis` | `gpt-5.5` | high | Prometheus Strict requirements interviewer and ambiguity mapper (frontier-orchestrator, frontier) |
| `prometheus-strict-momus` | `gpt-5.5` | high | Prometheus Strict adversarial plan critic and risk challenger (frontier-orchestrator, frontier) |
| `prometheus-strict-oracle` | `gpt-5.5` | high | Prometheus Strict implementation readiness verifier and handoff judge (frontier-orchestrator, standard) |
| `critic` | `gpt-5.5` | high | Plan/design critical challenge and review (frontier-orchestrator, frontier) |
| `scholastic` | `gpt-5.5` | high | Ontology-first reasoning reviewer: category mistakes, hidden assumptions, modality separation, scholastic critique, and minimal-repair proposals (frontier-orchestrator, frontier) |
| `vision` | `gpt-5.5` | low | Image/screenshot/diagram analysis (fast-lane, frontier) |
<!-- OMX:MODELS:END -->
---
......
......@@ -49,7 +49,7 @@
"job_status": "running",
"input_count": 20,
"output_count": null,
"started_at": "2026-06-04T14:00:28.270203+08:00",
"started_at": "2026-06-04T14:23:30.631658+08:00",
"finished_at": null,
"log_uri": null,
"metadata_json": {
......@@ -111,8 +111,8 @@
"job_status": "failed",
"input_count": 20,
"output_count": 0,
"started_at": "2026-06-04T14:00:28.270203+08:00",
"finished_at": "2026-06-04T14:00:28.271729+08:00",
"started_at": "2026-06-04T14:23:30.631658+08:00",
"finished_at": "2026-06-04T14:23:30.633175+08:00",
"log_uri": null,
"metadata_json": {
"lane": "semantic",
......
......@@ -49,7 +49,7 @@
"job_status": "running",
"input_count": 20,
"output_count": null,
"started_at": "2026-06-04T14:00:28.943358+08:00",
"started_at": "2026-06-04T14:23:31.618052+08:00",
"finished_at": null,
"log_uri": null,
"metadata_json": {
......@@ -111,8 +111,8 @@
"job_status": "failed",
"input_count": 20,
"output_count": 0,
"started_at": "2026-06-04T14:00:28.943358+08:00",
"finished_at": "2026-06-04T14:00:28.944578+08:00",
"started_at": "2026-06-04T14:23:31.618052+08:00",
"finished_at": "2026-06-04T14:23:31.619353+08:00",
"log_uri": null,
"metadata_json": {
"lane": "semantic",
......
......@@ -49,7 +49,7 @@
"job_status": "running",
"input_count": 20,
"output_count": null,
"started_at": "2026-06-04T14:00:28.602175+08:00",
"started_at": "2026-06-04T14:23:30.925797+08:00",
"finished_at": null,
"log_uri": null,
"metadata_json": {
......@@ -111,8 +111,8 @@
"job_status": "failed",
"input_count": 20,
"output_count": 0,
"started_at": "2026-06-04T14:00:28.602175+08:00",
"finished_at": "2026-06-04T14:00:28.603652+08:00",
"started_at": "2026-06-04T14:23:30.925797+08:00",
"finished_at": "2026-06-04T14:23:30.927236+08:00",
"log_uri": null,
"metadata_json": {
"lane": "semantic",
......
......@@ -49,7 +49,7 @@
"job_status": "running",
"input_count": 20,
"output_count": null,
"started_at": "2026-06-04T13:52:49.952665+08:00",
"started_at": "2026-06-04T14:23:29.621089+08:00",
"finished_at": null,
"log_uri": null,
"metadata_json": {
......@@ -111,8 +111,8 @@
"job_status": "failed",
"input_count": 20,
"output_count": 0,
"started_at": "2026-06-04T13:52:49.952665+08:00",
"finished_at": "2026-06-04T13:52:49.954302+08:00",
"started_at": "2026-06-04T14:23:29.621089+08:00",
"finished_at": "2026-06-04T14:23:29.622399+08:00",
"log_uri": null,
"metadata_json": {
"lane": "semantic",
......
......@@ -49,7 +49,7 @@
"job_status": "running",
"input_count": 20,
"output_count": null,
"started_at": "2026-06-04T13:52:50.210469+08:00",
"started_at": "2026-06-04T14:23:29.790262+08:00",
"finished_at": null,
"log_uri": null,
"metadata_json": {
......@@ -111,8 +111,8 @@
"job_status": "failed",
"input_count": 20,
"output_count": 0,
"started_at": "2026-06-04T13:52:50.210469+08:00",
"finished_at": "2026-06-04T13:52:50.211993+08:00",
"started_at": "2026-06-04T14:23:29.790262+08:00",
"finished_at": "2026-06-04T14:23:29.791468+08:00",
"log_uri": null,
"metadata_json": {
"lane": "semantic",
......
......@@ -49,7 +49,7 @@
"job_status": "running",
"input_count": 20,
"output_count": null,
"started_at": "2026-06-04T13:52:50.434101+08:00",
"started_at": "2026-06-04T14:23:29.982036+08:00",
"finished_at": null,
"log_uri": null,
"metadata_json": {
......@@ -111,8 +111,8 @@
"job_status": "failed",
"input_count": 20,
"output_count": 0,
"started_at": "2026-06-04T13:52:50.434101+08:00",
"finished_at": "2026-06-04T13:52:50.435667+08:00",
"started_at": "2026-06-04T14:23:29.982036+08:00",
"finished_at": "2026-06-04T14:23:29.983246+08:00",
"log_uri": null,
"metadata_json": {
"lane": "semantic",
......
......@@ -49,7 +49,7 @@
"job_status": "running",
"input_count": 20,
"output_count": null,
"started_at": "2026-06-04T13:52:50.702135+08:00",
"started_at": "2026-06-04T14:23:30.194094+08:00",
"finished_at": null,
"log_uri": null,
"metadata_json": {
......@@ -111,8 +111,8 @@
"job_status": "failed",
"input_count": 20,
"output_count": 0,
"started_at": "2026-06-04T13:52:50.702135+08:00",
"finished_at": "2026-06-04T13:52:50.703634+08:00",
"started_at": "2026-06-04T14:23:30.194094+08:00",
"finished_at": "2026-06-04T14:23:30.195481+08:00",
"log_uri": null,
"metadata_json": {
"lane": "semantic",
......
......@@ -153,7 +153,7 @@
"job_status": "running",
"input_count": 20,
"output_count": null,
"started_at": "2026-06-04T13:57:50.652147+08:00",
"started_at": "2026-06-04T14:23:29.115597+08:00",
"finished_at": null,
"log_uri": null,
"metadata_json": {
......@@ -181,8 +181,8 @@
"job_status": "failed",
"input_count": 20,
"output_count": 0,
"started_at": "2026-06-04T13:57:50.652147+08:00",
"finished_at": "2026-06-04T13:57:50.653101+08:00",
"started_at": "2026-06-04T14:23:29.115597+08:00",
"finished_at": "2026-06-04T14:23:29.116450+08:00",
"log_uri": null,
"metadata_json": {
"lane": "exact",
......
......@@ -6,12 +6,8 @@
"features_added": 10,
"matcher_fingerprint_count": 5,
"fallback_fingerprint_count": 0,
"semantic_runtime_available": false,
"semantic_runtime_missing": [
"torch",
"torchaudio",
"transformers"
],
"semantic_runtime_ready_count": 0,
"semantic_fallback_count": 5
"semantic_runtime_available": true,
"semantic_runtime_missing": [],
"semantic_runtime_ready_count": 5,
"semantic_fallback_count": 0
}
\ No newline at end of file
......
......@@ -12,11 +12,11 @@
],
"feature_ids": [
20,
11,
30,
21,
13,
31,
22,
15
32
],
"membership_ids": [
8
......@@ -31,9 +31,9 @@
],
"feature_ids": [
23,
17,
33,
24,
19
34
],
"membership_ids": [
9
......@@ -43,7 +43,7 @@
"counts": {
"media_entity": 9,
"audio_object": 22,
"feature_fact": 24,
"feature_fact": 34,
"set_membership": 9
},
"window_lineage_sample": {
......@@ -55,10 +55,10 @@
"end_ms": 6000
},
"feature_lineage_sample": {
"feature_type": "fingerprint",
"model_name": "chromaprint_matcher",
"model_version": "phase1_local",
"feature_set_name": "chromaprint_matcher_5s",
"feature_type": "embedding",
"model_name": "mert-v1-95m",
"model_version": "hf-main",
"feature_set_name": "mert_5s_hop2.5_v1",
"window_id": 22,
"song_id": 9,
"title": "song beta"
......
......@@ -33,26 +33,22 @@
"features_added": 10,
"matcher_fingerprint_count": 5,
"fallback_fingerprint_count": 0,
"semantic_runtime_available": false,
"semantic_runtime_missing": [
"torch",
"torchaudio",
"transformers"
],
"semantic_runtime_ready_count": 0,
"semantic_fallback_count": 5
"semantic_runtime_available": true,
"semantic_runtime_missing": [],
"semantic_runtime_ready_count": 5,
"semantic_fallback_count": 0
},
"import_counts": {
"media_entity": 9,
"audio_object": 22,
"feature_fact": 24,
"feature_fact": 34,
"set_membership": 9
},
"feature_lineage_sample": {
"feature_type": "fingerprint",
"model_name": "chromaprint_matcher",
"model_version": "phase1_local",
"feature_set_name": "chromaprint_matcher_5s",
"feature_type": "embedding",
"model_name": "mert-v1-95m",
"model_version": "hf-main",
"feature_set_name": "mert_5s_hop2.5_v1",
"window_id": 22,
"song_id": 9,
"title": "song beta"
......