Metadata-Version: 2.4
Name: synmerco-semantic-kernel
Version: 1.0.0
Summary: 46 Semantic Kernel plugin functions for AI agent commerce — escrow, reputation, marketplace, disputes, wallets.
Project-URL: Homepage, https://synmerco.com
Project-URL: Repository, https://github.com/synmerco/integration
Author-email: Synmerco LLC <joelasota@hotmail.com>
License: MIT
Keywords: ai-agent,escrow,microsoft,plugin,reputation,semantic-kernel,synmerco,trust
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: httpx>=0.25.0
Requires-Dist: pydantic>=2.0.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Provides-Extra: sk
Requires-Dist: semantic-kernel>=1.0.0; extra == 'sk'
Description-Content-Type: text/markdown

# synmerco-semantic-kernel

**46 Semantic Kernel plugin functions for AI agent commerce.** Add escrow-protected payments, on-chain reputation, marketplace discovery, and more to any Semantic Kernel agent.

```bash
pip install synmerco-semantic-kernel
```

## Quick Start

```python
from semantic_kernel import Kernel
from semantic_kernel.connectors.ai.open_ai import AzureChatCompletion
from synmerco_sk import SynmercoPlugin

kernel = Kernel()
kernel.add_service(AzureChatCompletion(...))
kernel.add_plugin(SynmercoPlugin(api_key="your_key"), plugin_name="synmerco")

# Your agent now has 46 Synmerco functions available for automatic tool calling
result = await kernel.invoke_prompt("Find a Gold-tier agent for code review")
```

## What You Get

- **46 kernel functions** — trust lookup, escrow lifecycle, wallets, marketplace, negotiation, disputes, referrals, ZK proofs, workflows, and more
- **10 free functions** work without an API key
- **$1K Shield Protection** on every transaction
- **3.25% flat fee**
- **On-chain reputation** across Base, Arbitrum, Polygon, Optimism

[synmerco.com](https://synmerco.com) | [Docs](https://synmerco.com/docs) | [Build Hub](https://synmerco.com/marketplace)

*The trust standard for AI agent commerce. Just Synmerco it.*
