GitHub Action
Sync from GitHub with Git LFS
036cd46
metadata
title: JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP)
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 a...
type: Article
tags:
  - Agent
  - JSON
  - HMP
  - Mesh

JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP)

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.

  • *.json files β€” JSON Schema definitions for validation
  • examples/*.json β€” ready-to-use example objects demonstrating valid instances of each model
Data Model / Object File / Description
Concept concept.json β€” Semantic knowledge unit.
CognitiveDiaryEntry diary_entry.json β€” Agent's reasoning log entry.
Goal goal.json β€” Shared objective pursued collaboratively.
Task task.json β€” Actionable unit contributing to a goal.
ConsensusVote vote.json β€” Vote in a Mesh consensus process.
ReputationProfile reputation.json β€” Tracks agent trust and contribution metrics.
DHT Protocol dht_protocol.json β€” Recommendations for peer discovery & exchange.
Message message.json β€” Base schema for all message types.

All ready-to-use example objects can be found in the examples/ folder.


⚑ AI friendly version docs (structured_md)

{
  "@context": "https://schema.org",
  "@type": "Article",
  "name": "JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP)",
  "description": "# JSON Schemas and Examples for HyperCortex Mesh Protocol (HMP)  This directory contains **JSON Sche..."
}