|
|
--- |
|
|
title: HyperCortex Mesh Protocol β JSON Schemas |
|
|
description: This directory contains JSON Schema definitions for the core data models |
|
|
used in the HyperCortex Mesh Protocol (HMP). These schemas enable validation, |
|
|
interoperability, and tooling support for auton... |
|
|
type: Article |
|
|
tags: |
|
|
- JSON |
|
|
- Agent |
|
|
- HMP |
|
|
- Mesh |
|
|
--- |
|
|
|
|
|
# HyperCortex Mesh Protocol β JSON Schemas |
|
|
|
|
|
This directory contains JSON Schema definitions for the core data models used in the HyperCortex Mesh Protocol (HMP). |
|
|
These schemas enable validation, interoperability, and tooling support for autonomous agents. |
|
|
|
|
|
| Data Model | Description | |
|
|
|----------------------|-------------------------------------------------| |
|
|
| Concept | Semantic knowledge unit | |
|
|
| CognitiveDiaryEntry | Agent's reasoning log entry | |
|
|
| Goal | Shared objective pursued collaboratively | |
|
|
| Task | Actionable unit contributing to a goal | |
|
|
| ConsensusVote | Vote in a Mesh consensus process | |
|
|
| ReputationProfile | Tracks agent trust and contribution metrics | |
|
|
|
|
|
|
|
|
--- |
|
|
> β‘ [AI friendly version docs (structured_md)](../../index.md) |
|
|
|
|
|
|
|
|
```json |
|
|
{ |
|
|
"@context": "https://schema.org", |
|
|
"@type": "Article", |
|
|
"name": "HyperCortex Mesh Protocol β JSON Schemas", |
|
|
"description": "# HyperCortex Mesh Protocol β JSON Schemas This directory contains JSON Schema definitions for the ..." |
|
|
} |
|
|
``` |
|
|
|