infospace pipeline for wealth of nations example

This commit is contained in:
2026-05-14 18:04:38 +02:00
parent 8804461ca3
commit a729a7643e
26 changed files with 1124 additions and 32 deletions

View File

@@ -0,0 +1,12 @@
# Evaluate Entity
Discipline: {{ macros.discipline }}
Entity: {{ input.artifact_id }}
Return a successor evaluation Markdown file with YAML frontmatter containing
artifact_id, evaluator, evaluated_at, and scores.
## Entity Text
{{ input.content }}

View File

@@ -0,0 +1,12 @@
# Extract Economic Entities
Discipline: {{ macros.discipline }}
Source: {{ input.artifact_id }}
Return one Markdown entity document per top-level heading. Each entity must
include Definition, Source Chapter, Context, and Economic Domain sections.
## Source Text
{{ input.content }}

View File

@@ -0,0 +1,13 @@
# Map Source To VSM Relation
Discipline: {{ macros.discipline }}
Source: {{ input.artifact_id }}
Return one relation triplet that links the generated economic entities and
includes Subject, Predicate, Object, Relation Type, VSM Channel, Evidence, and
Feedback Role sections.
## Source Text
{{ input.content }}

View File

@@ -0,0 +1,12 @@
# Synthesize Chapter Analysis
Discipline: {{ macros.discipline }}
Source: {{ input.artifact_id }}
Write a concise VSM analysis of the chapter using the generated entities and
relation as evidence.
## Source Text
{{ input.content }}