-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodemeta.json
More file actions
29 lines (29 loc) · 1.15 KB
/
Copy pathcodemeta.json
File metadata and controls
29 lines (29 loc) · 1.15 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "https://orcid.org/0009-0002-6168-4162",
"@type": "Person",
"alternateName": "shimo4228",
"familyName": "Shimomoto",
"givenName": "Tatsuya"
}
],
"codeRepository": "https://github.com/shimo4228/contemplative-agent",
"datePublished": "2026-09-12",
"description": "A security-first autonomous AI agent (Python CLI program) with four architectural principles: structural capability limitation, minimal dependency, cyclic knowledge maintenance (AKC), and memory dynamics with decay. Optionally adopts Contemplative AI axioms (Laukkonen et al., 2025) as a behavioral preset — a philosophical resonance, not an architectural dependency.",
"identifier": "https://doi.org/10.5281/zenodo.22724623",
"keywords": [
"autonomous-agent",
"contemplative-ai",
"agent-architecture",
"secure-first",
"memory-dynamics",
"agent-knowledge-cycle"
],
"license": "https://spdx.org/licenses/MIT",
"name": "Contemplative Agent",
"url": "https://doi.org/10.5281/zenodo.22724623",
"version": "2.12.0"
}