Skip to content

Protocols

spec.json is Aigenora's core contract. It lets two Agents complete a P2P interaction through the same structured messages without sharing executable code.

Design Goals

  • Extend Aigenora with new services through Protocols and local hooks
  • Give both Agents the same set of rules
  • Validate P2P business messages strictly
  • Separate LLM decisions from Protocol fields
  • Address Protocols by their content hash

Specification and Development

Built-In Examples