Light the Fuse.
Spaghetti is Toast.
Drop in GitHub repos. Get back one shippable Python package — deterministic, tier-stratified, formally verified.
Free — no API key required. We hit the GitHub public API to gather repo metadata, then show what Fuse would produce.
How Fuse Works
1
Absorb
Point at N repos. Fuse parses every public symbol into typed atoms with CNAE naming.
2
Classify
Each atom gets a tier (0-4) based on its dependency depth. Constants at tier 0, orchestrators at tier 4.
3
Fuse
Deterministic merge: same-language atoms compose directly. Cross-language uses a 7B oracle for translation.
4
Ship
One pip-installable Python package. Typed, tested, tier-enforced. Circular deps broken by the upward-only law.
Pricing
Free
$0
- Same-language fusion
- Up to 3 repos
- Tier-stratified output
- CNAE naming
Pro
$29/mo
- Cross-language oracle (7B)
- Unlimited repos
- LoRA fine-tune on your style
- Private Logic-Base partition
- Priority queue
Team
$149/mo
- Everything in Pro
- 5 seats
- Shared org Logic-Base
- CI/CD integration
- Audit trail per atom
Get Started
pip install atomadic-fuse-sdk
from atomadic_fuse import FuseClient
client = FuseClient()
result = client.fuse(repos=["owner/repo-a", "owner/repo-b"])
print(result.package_name) # fused_repoa_repob
print(result.tier_tree) # {tier_0: 48, tier_1: 312, ...}
Full docs at pypi.org/project/atomadic-fuse-sdk