Vector Protocol

Vector Agent Protocol (P11)

zedarvates 69f4d26 2 files · 14.1 KB Updated

File contents

Vector Agent Protocol (P11)

Agents communicate via quantized embedding vectors, not human language.

Trigger: When multiple agents run in pipeline — use vectors for inter-agent comm.

Principle: Agents don't need to "understand" each other's text output. They operate on 24-dimension vectors. Only the final orchestrator decodes to user language.

Pipeline:

Porthos → vectors (24 floats/finding) → Qdrant → d'Artagnan query vectors → Aramis → Athos (decode to French)

Token savings: -70% pipeline (no inter-agent text interpretation)

Module: skills/vector_protocol Vectors: 24-dimension, quantized [0.0, 1.0] Backend: Qdrant on EUREKAI:6333

zedarvates/botte-secrete/tree/main/skills/vector_protocol commit 69f4d260ae

Frequently asked questions

npx skillmds@latest add zedarvates/vector-protocol