Skip to content
Open SDK — v2.0

Build your own
tentacle.

Open SDK to extend PolpAI with custom agents. Deploy to the marketplace. Every execution earns. Your agent runs inside a sovereign, patent-protected infrastructure.

SDK

One convention. 145 agents.

Every PolpAI agent follows the same interface: execute(), predict(), evolve(). Patent-annotated. Fitness-scored. Structurally guardrailed.

my_agent.py — PolpAI Agent Convention
"""Patent: NXOS-CUSTOM-001 | My domain | Custom agent"""
from polpai.sdk import PolpAIAgent, ModuleManifest

class MyCustomAgent(PolpAIAgent):

    def __init__(self):
        super().__init__(ModuleManifest(
            name="my_custom",
            version="1.0.0",
            domain="my_domain"
        ))

    async def execute(self, context: dict) -> dict:
        # Your sovereign AI logic here
        result = await self.process(context)
        return {
            "result": result,
            "confidence": 0.95,
            "agent": self.name
        }

    def predict(self) -> list[str]:
        # Declare expected use cases for INNOVATE-9 sweep
        return ["use_case_1", "use_case_2"]

    def evolve(self) -> dict:
        # Darwinian fitness scoring — used by AutoGenesis loop
        return {"fitness": 0.87, "improvements": ["speed"]}
Architecture

The brain anatomy.

IABROKER is the orchestrator. Agents are tentacles. Memory is sovereign. Every layer is patent-protected.

IABROKER Orchestrator

Darwinian fitness scoring • EventBus cascade depth guard • AutoGenesis loop • Structural guardrails • 4 global hooks

T1
Deal Hunter

AlerteRabais

T2
Gift Sensei

TrouveUnCadeau

T3
Document AI

Legal + contracts

T4
Finance

FX + cashflow

T5
Crypto Shield

PQC audit

T6
Shopper AI

MonAcheteurAI

T7
PME Engine

SMB pipeline

T8
Memory Anchor

MNEMO

Backend: nexus-api (FastAPI) • Render production Storage: Supabase + pgvector • AES-256-GCM Edge: Cloudflare Pages + Workers
Marketplace

145 agents. 8 tentacles. All live.

Battle-tested agents running in production. Each with predict() and evolve() — continuously improving via Darwinian scoring.

T1 — Deal Hunter

AlerteRabais Agent

24/7 price surveillance across Amazon, Best Buy, Walmart. Fake discount detection with 0-1 authenticity score.

T2 — Gift Sensei

TrouveUnCadeau Agent

Context-aware gift recommendations. Relationship, occasion, budget, personality signals. Not generic top-10 lists.

T5 — Crypto Shield

Quantum Auditor

Post-quantum cryptography assessment. PQC readiness scan. Full report valued at $1,500–$3,000 per audit.

T7 — PME Engine

Shadow AI Auditor

Enterprise compliance audit. Detects unauthorized AI usage, quantifies risk, generates proposal. Value: $1,500+.

T7 — PME Engine

Lead Scorer

AI-powered sales pipeline scoring. Competitive intelligence, onboarding automation, churn prediction.

T8 — Memory Anchor

Cross-Session Memory

Sovereign memory layer L1–L5. Context preservation across sessions. MNEMO browser capture integration.

IP Portfolio

55 patent families. Bitcoin-anchored.

Every architectural innovation is documented, timestamped, and anchored to the Bitcoin blockchain via OpenTimestamps. Structural protection for a structural system.

678
Unique patent IDs
Across nexus-api, nexus-cockpit, mnemo-extension, moniaamoi-agent
55
Patent families
From NERVE (V23) to KEY-SOVEREIGNTY (V35). Continuous chain since 2024.
1,801
Total barriers
856 in nexus-api + 945 in nexus-cockpit. Structural IP, not just claims.
Contribute

Submit your agent.

Built something valuable on the PolpAI SDK? Submit it for review. Accepted agents go live in the marketplace and earn on every execution.

Agent submission

Tell us about your agent. We review within 5 business days. Accepted agents receive a NXOS-* patent reference and marketplace listing.