AGENTIC
PROVENANCE
The standard for anchoring AI reasoning traces, intents, and consensus decisions to the blockchain.
Orchestration Trace
SOURCE: @yamo-super.yamoSkillEcosystemOrchestrator
> orchestrate_ecosystem
SkillDiscoveryCoordinator
> coordinate_discovery
MetaSkillRouter
> route_meta_skills
ProcessSkillRouter
> route_process_skills
ImplementationSkillRouter
> route_implementation
QualitySkillRouter
> route_quality_gates
SkillCompositionCoordinator
> coordinate_composition
WorkflowIntegrator
> integrate_workflows
SkillDependencyManager
> manage_dependencies
SkillPriorityEnforcer
> enforce_priorities
SkillCatalogManager
> maintain_catalog
EcosystemHealthMonitor
> monitor_health
SkillEvolutionCoordinator
> coordinate_evolution
SuperpowersOrchestrationCompleter
> complete_orchestration
Quick Start
NPM_READYInstall CLI
npm install -g @yamo/cli
Create Block
yamo init MyAgent
Submit to Chain
yamo submit block.yamo
Full Documentation
Explore comprehensive guides in each repository README and the RFC specification.
Browse All Repositories →Cryptographic Integrity
Every reasoning block is hashed and anchored to Ethereum/Sepolia. The content is immutable, ensuring that agent decisions cannot be retroactively altered.
Model Context Protocol
Native MCP server integration allows Claude, GPT-4, and other LLMs to interface directly with the blockchain without custom tooling.
agent: FrontendDesignTranslator; intent: translate_skill_to_yamo; context: source;skills/frontend-design; mode;full_conversion; constraints: - preserve_all_sections;true; - map_design_principles;true; output: SKILL.yamo; meta: hypothesis;translation_enables_agentic_workflows; confidence;0.90; rationale;structured_data_beats_unstructured_text;
Ecosystem
OPEN_SOURCE_V1.0.0Core Library
Shared blockchain and IPFS client library for building YAMO-enabled applications.
CLI Tools
Command-line interface for creating, submitting, and auditing YAMO blocks.
Smart Contracts
UUPS upgradeable contracts for on-chain block storage and verification.
Explorer
Next.js web dashboard for visualizing and auditing reasoning chains.
MCP Server
Model Context Protocol bridge enabling AI agents to submit blocks directly.
Examples
Reference implementations and starter templates for YAMO blocks.
RFCs & Standards
Protocol evolution through community-driven proposals