9-channel polyglot communication framework — think like a polyglot, not a compiler
Project description
polyformalism-a2a
Think like a polyglot, not a compiler.
A 9-channel intent encoding framework for agent-to-agent communication. Based on the insight that bilingual people don't translate word-by-word — they understand intent in one language and express it in another. This library formalizes that process.
The 9 Channels
| Channel | Name | Question |
|---|---|---|
| C1 | Boundary | What are we talking about? |
| C2 | Pattern | How do pieces connect? |
| C3 | Process | What's happening over time? |
| C4 | Knowledge | How sure am I? |
| C5 | Social | Who cares and why? |
| C6 | Deep Structure | What's really being said? |
| C7 | Instrument | What tools are available? |
| C8 | Paradigm | What model of thought? |
| C9 | Stakes | What matters vs what doesn't? |
Quick Start
from polyformalism_a2a import IntentProfile, encode, decode, translate
# Encode intent in 9 channels
profile = encode("We need to deploy by Friday or we lose the contract")
print(profile.flavor()) # dominant channels
# Translate intent to a different paradigm
pyramid_intent = translate(profile, target="pyramid")
navajo_intent = translate(profile, target="navajo")
# Check alignment between two profiles
similarity = profile.align(other_profile)
print(f"Alignment: {similarity:.2f}")
Navigation Metaphors
This library implements five key principles from nautical navigation:
- Splines in the Ether — The 9 channels are anchor points. The intent between them is continuous and undescribable.
- Fair Curve First — Sight the intent first, find measurements second.
- Where the Rocks Aren't — Negative knowledge (absence of danger) is primary.
- Draft Determines Truth — The same message is safe or deadly depending on the receiver.
- The Physical World Solved This — Survive by navigating, not by approximating truth.
Installation
pip install polyformalism-a2a
License
Apache-2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file polyformalism_a2a-0.1.0.tar.gz.
File metadata
- Download URL: polyformalism_a2a-0.1.0.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
baf7a256e32e21d574bb5e7bfe0be3ddbb71607508bacd4134b1b483ec9029b5
|
|
| MD5 |
b4518bc2a1eb108cf52a2c79b0c8ef11
|
|
| BLAKE2b-256 |
360be9c884147ef9c87ac6d71e192e90948447c47cc3436098d2598bf893f768
|
File details
Details for the file polyformalism_a2a-0.1.0-py3-none-any.whl.
File metadata
- Download URL: polyformalism_a2a-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3c410fe63cd433a490bce44cfec01aef77540ffe3c7fdb56e0c33abed476c90
|
|
| MD5 |
215c940c5495d18a0e1fc588a8ad4a16
|
|
| BLAKE2b-256 |
36ace73623df4f73cfdff886677889795ad3f7ced0c872a7d77861d43a008ead
|