Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 2.81 KB

File metadata and controls

72 lines (53 loc) · 2.81 KB

consent-protocol

Python FastAPI backend for the Hussh Consent Protocol, MCP server, and agent infrastructure.

Visual Map

flowchart TD
  root["consent-protocol"]
  n1["App Review Mode Config"]
  root --> n1
  n2["Manifesto"]
  root --> n2
  n3["Mcp Setup"]
  root --> n3
  n4["Monorepo Integration"]
  root --> n4
Loading

This directory is the package-local documentation home for backend and protocol contributors.

Public architecture prose in this docs home follows the Hussh brand contract, while exact compatibility identifiers stay literal when they name the actual package, CLI, env vars, or runtime surfaces. See ../../docs/reference/operations/brand-and-compatibility-contract.md.

Use the package root README for:

  • backend orientation
  • package quick start
  • runtime overview

Use this docs index for:

  • backend reference navigation
  • protocol concepts
  • MCP/developer API docs
  • package-local contributor docs

Package Local Boundaries

This docs home owns:

  • backend implementation reference
  • consent protocol and PKM concepts
  • agent and MCP documentation

It does not own:

  • repo-wide contributor onboarding
  • cross-cutting operations governance
  • root documentation policy

Documentation

Goal Document
Build a new agent or operon reference/agent-development.md
Publish against the developer API / MCP reference/developer-api.md
Understand data encryption and storage reference/personal-knowledge-model.md
Learn the 3-agent debate system reference/kai-agents.md
Understand the product-facing One Voice contract ../../docs/reference/one/one-voice-runtime-architecture.md
Understand the current One Voice Kai compatibility runtime ../../docs/reference/one/one-voice-kai-compatibility-runtime.md
Understand the consent token model reference/consent-protocol.md
FCM push notification architecture reference/fcm-notifications.md
Understand MCP runtime and contributor-local setup mcp-setup.md
Integrate into a host monorepo (subtree) monorepo-integration.md
Read the Hussh philosophy manifesto.md

Related Docs