-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathCITATION.cff
More file actions
62 lines (62 loc) · 2.41 KB
/
CITATION.cff
File metadata and controls
62 lines (62 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "Self-Correcting Agent Kernel: Automated Alignment via Differential Auditing and Semantic Memory Hygiene"
version: 1.1.0
date-released: 2026-01-18
authors:
- family-names: "Self-Correcting Agent Team"
name: "Self-Correcting Agent Team"
repository-code: "https://github.com/imran-siddique/self-correcting-agent-kernel"
url: "https://github.com/imran-siddique/self-correcting-agent-kernel"
abstract: "A production-ready self-correcting agent kernel implementing self-correction architecture (runtime safety + alignment engine) with differential auditing, context cleanup, and three-tier memory hierarchy. Novel contributions include Type A/B patch decay taxonomy, 5-10% audit overhead via give-up signal detection, and 40-60% context reduction on model upgrades."
keywords:
- "AI agents"
- "self-correction"
- "alignment"
- "differential auditing"
- "context cleanup"
- "production ML"
- "agent reliability"
- "context management"
license: MIT
preferred-citation:
type: software
title: "Self-Correcting Agent Kernel: Automated Alignment via Differential Auditing and Semantic Memory Hygiene"
authors:
- family-names: "Self-Correcting Agent Team"
name: "Self-Correcting Agent Team"
year: 2026
url: "https://github.com/imran-siddique/self-correcting-agent-kernel"
notes: "Research foundations: Reflexion (NeurIPS 2023), Constitutional AI (Anthropic 2022), Voyager (arXiv:2305.16291)"
references:
- type: article
title: "Reflexion: Language Agents with Verbal Reinforcement Learning"
authors:
- family-names: Shinn
given-names: Noah
- family-names: Cassano
given-names: Federico
- family-names: Gopinath
given-names: Ashwin
- family-names: Narasimhan
given-names: Karthik
- family-names: Yao
given-names: Shunyu
year: 2023
conference: "NeurIPS 2023"
url: "https://arxiv.org/abs/2303.11366"
- type: article
title: "Constitutional AI: Harmlessness from AI Feedback"
authors:
- family-names: Bai
given-names: Yuntao
year: 2022
publisher: "Anthropic"
url: "https://arxiv.org/abs/2212.08073"
- type: article
title: "Voyager: An Open-Ended Embodied Agent with Large Language Models"
authors:
- family-names: Wang
given-names: Guanzhi
year: 2023
url: "https://arxiv.org/abs/2305.16291"