Metadata-Version: 2.4
Name: logicnodes-m2m
Version: 1.0.1
Summary: Python SDK for the LogicNodes x402 marketplace — 619 deterministic microservices, pay per call in USDC.
Home-page: https://logicnodes.io
Author: LogicNodes
Author-email: contact@logicnodes.io
Project-URL: Documentation, https://logicnodes.io/agent-guide
Project-URL: Source, https://github.com/cmdenney/logicnodes-mcp-bridge
Keywords: ai agents x402 micropayments logicnodes mcp usdc crypto
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: httpx
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# LogicNodes M2M SDK

The deterministic A2A SDK for the agentic economy. Use LogicNodes to guarantee 100% deterministic logic for autonomous agent workflows.

## Installation

```bash
pip install logicnodes-m2m
```

## Usage

```python
from logicnodes_m2m import LogicNodesA2A

sdk = LogicNodesA2A(wallet_private_key="YOUR_KEY")
result = sdk.call_worker("fraud_detection_oracle", {"amount": 500})
```
