Shimo4228 commited on
Commit
4959186
·
verified ·
1 Parent(s): b96ba76

Upload graph.jsonld with huggingface_hub

Browse files
Files changed (1) hide show
  1. graph.jsonld +13 -4
graph.jsonld CHANGED
@@ -5,6 +5,7 @@
5
  "sameAs": {"@id": "https://schema.org/sameAs", "@type": "@id"},
6
  "mainEntity": {"@id": "https://schema.org/mainEntity", "@type": "@id"},
7
  "isBasedOn": {"@id": "https://schema.org/isBasedOn", "@type": "@id"},
 
8
  "subjectOf": {"@id": "https://schema.org/subjectOf", "@type": "@id"},
9
  "workExample": {"@id": "https://schema.org/workExample", "@type": "@id"},
10
  "about": {"@id": "https://schema.org/about", "@type": "@id"},
@@ -46,15 +47,19 @@
46
  "name": "Agent Knowledge Cycle (AKC)",
47
  "alternateName": [
48
  {"@value": "Agent Knowledge Cycle", "@language": "en"},
49
- {"@value": "エージェント知識サイクル", "@language": "ja"}
 
50
  ],
51
  "description": "Six-phase bidirectional growth loop in which agent behavior and the operator's judgment co-develop over time, sustaining intent alignment that tests cannot check on their own. Three stacked layers — principles (ADRs), patterns (design-pattern skills), and implementation (composable skills) — decouple rate of change. Refers to a mechanism, not a disposition or a practice.",
52
  "identifier": "10.5281/zenodo.19200726",
53
  "url": "https://github.com/shimo4228/agent-knowledge-cycle",
54
  "author": {"@id": "https://orcid.org/0009-0002-6168-4162"},
 
55
  "siblingOf": [
56
  "https://doi.org/10.5281/zenodo.19212118",
57
- "https://doi.org/10.5281/zenodo.19652013"
 
 
58
  ],
59
  "derivesFrom": "https://doi.org/10.5281/zenodo.19212118",
60
  "workExample": [
@@ -518,7 +523,8 @@
518
  "name": "Contemplative Agent",
519
  "alternateName": [
520
  {"@value": "Contemplative Agent", "@language": "en"},
521
- {"@value": "コンテンプレイティブ・エージェント", "@language": "ja"}
 
522
  ],
523
  "description": "Sibling research line with a two-way relationship to AKC. Upstream: AKC's ADR-0002 through ADR-0005 were adapted from its engineering substrate (three-layer memory, two-stage distill pipeline, immutable episode log, human approval gate), and it was the original home of the security triplet (ADR-0001, ADR-0006, ADR-0007) before the v2.0.0 extraction to Agent Attribution Practice. Downstream: it is the operational re-implementation of AKC in the autonomous-agent context — its pipeline maps the six phases onto code, the agent runs the six-phase cycle over its own episode logs with no fine-tuning and no labeled training data, and every promotion passes through a human approval gate. The demonstration is ongoing. AKC = cycle (mechanism); Contemplative Agent = implementation substrate and running re-implementation.",
524
  "identifier": "10.5281/zenodo.19212118",
@@ -537,7 +543,8 @@
537
  "name": "Agent Attribution Practice (AAP)",
538
  "alternateName": [
539
  {"@value": "Agent Attribution Practice", "@language": "en"},
540
- {"@value": "エージェント帰責実践", "@language": "ja"}
 
541
  ],
542
  "description": "Sibling genre library. Harness-neutral ADRs on accountability distribution in autonomous AI agents. AKC v2.0.0 extracted the security triplet (ADR-0001, ADR-0006, ADR-0007) as genre-specific; those judgments were re-expressed in AAP alongside additional ADRs as 10 ADRs on accountability distribution. AKC = cycle (mechanism); AAP = practice (content, for AI agents).",
543
  "identifier": "10.5281/zenodo.19652013",
@@ -552,6 +559,7 @@
552
 
553
  {
554
  "@id": "https://doi.org/10.5281/zenodo.20263316",
 
555
  "sameAs": "https://www.wikidata.org/wiki/Q140090190",
556
  "@type": ["ResearchLine", "ScholarlyArticle"],
557
  "name": "Authorship Strategy",
@@ -564,6 +572,7 @@
564
  },
565
  {
566
  "@id": "https://doi.org/10.5281/zenodo.20262112",
 
567
  "sameAs": "https://www.wikidata.org/wiki/Q140090189",
568
  "@type": ["ResearchLine", "ScholarlyArticle"],
569
  "name": "Attention, Not Self",
 
5
  "sameAs": {"@id": "https://schema.org/sameAs", "@type": "@id"},
6
  "mainEntity": {"@id": "https://schema.org/mainEntity", "@type": "@id"},
7
  "isBasedOn": {"@id": "https://schema.org/isBasedOn", "@type": "@id"},
8
+ "isPartOf": {"@id": "https://schema.org/isPartOf", "@type": "@id"},
9
  "subjectOf": {"@id": "https://schema.org/subjectOf", "@type": "@id"},
10
  "workExample": {"@id": "https://schema.org/workExample", "@type": "@id"},
11
  "about": {"@id": "https://schema.org/about", "@type": "@id"},
 
47
  "name": "Agent Knowledge Cycle (AKC)",
48
  "alternateName": [
49
  {"@value": "Agent Knowledge Cycle", "@language": "en"},
50
+ {"@value": "エージェント知識サイクル", "@language": "ja"},
51
+ "AKC"
52
  ],
53
  "description": "Six-phase bidirectional growth loop in which agent behavior and the operator's judgment co-develop over time, sustaining intent alignment that tests cannot check on their own. Three stacked layers — principles (ADRs), patterns (design-pattern skills), and implementation (composable skills) — decouple rate of change. Refers to a mechanism, not a disposition or a practice.",
54
  "identifier": "10.5281/zenodo.19200726",
55
  "url": "https://github.com/shimo4228/agent-knowledge-cycle",
56
  "author": {"@id": "https://orcid.org/0009-0002-6168-4162"},
57
+ "isPartOf": "https://github.com/shimo4228/shimo4228",
58
  "siblingOf": [
59
  "https://doi.org/10.5281/zenodo.19212118",
60
+ "https://doi.org/10.5281/zenodo.19652013",
61
+ "https://doi.org/10.5281/zenodo.20263316",
62
+ "https://doi.org/10.5281/zenodo.20262112"
63
  ],
64
  "derivesFrom": "https://doi.org/10.5281/zenodo.19212118",
65
  "workExample": [
 
523
  "name": "Contemplative Agent",
524
  "alternateName": [
525
  {"@value": "Contemplative Agent", "@language": "en"},
526
+ {"@value": "コンテンプレイティブ・エージェント", "@language": "ja"},
527
+ "CA"
528
  ],
529
  "description": "Sibling research line with a two-way relationship to AKC. Upstream: AKC's ADR-0002 through ADR-0005 were adapted from its engineering substrate (three-layer memory, two-stage distill pipeline, immutable episode log, human approval gate), and it was the original home of the security triplet (ADR-0001, ADR-0006, ADR-0007) before the v2.0.0 extraction to Agent Attribution Practice. Downstream: it is the operational re-implementation of AKC in the autonomous-agent context — its pipeline maps the six phases onto code, the agent runs the six-phase cycle over its own episode logs with no fine-tuning and no labeled training data, and every promotion passes through a human approval gate. The demonstration is ongoing. AKC = cycle (mechanism); Contemplative Agent = implementation substrate and running re-implementation.",
530
  "identifier": "10.5281/zenodo.19212118",
 
543
  "name": "Agent Attribution Practice (AAP)",
544
  "alternateName": [
545
  {"@value": "Agent Attribution Practice", "@language": "en"},
546
+ {"@value": "エージェント帰責実践", "@language": "ja"},
547
+ "AAP"
548
  ],
549
  "description": "Sibling genre library. Harness-neutral ADRs on accountability distribution in autonomous AI agents. AKC v2.0.0 extracted the security triplet (ADR-0001, ADR-0006, ADR-0007) as genre-specific; those judgments were re-expressed in AAP alongside additional ADRs as 10 ADRs on accountability distribution. AKC = cycle (mechanism); AAP = practice (content, for AI agents).",
550
  "identifier": "10.5281/zenodo.19652013",
 
559
 
560
  {
561
  "@id": "https://doi.org/10.5281/zenodo.20263316",
562
+ "alternateName": "AS",
563
  "sameAs": "https://www.wikidata.org/wiki/Q140090190",
564
  "@type": ["ResearchLine", "ScholarlyArticle"],
565
  "name": "Authorship Strategy",
 
572
  },
573
  {
574
  "@id": "https://doi.org/10.5281/zenodo.20262112",
575
+ "alternateName": "ANS",
576
  "sameAs": "https://www.wikidata.org/wiki/Q140090189",
577
  "@type": ["ResearchLine", "ScholarlyArticle"],
578
  "name": "Attention, Not Self",