Metadata-Version: 2.4
Name: dredd-core
Version: 0.1.0
Summary: DA-BFT Tribunal Engine - Divergent Arbiter Byzantine Fault Tolerance for multi-model AI consensus
Author-email: Jonathan David Harrison Miller <owner.founder@noteworthyendeavors.com>
License: # Polyform Small Business License 1.0.0 (Modified)
        
        Copyright (c) 2025 Jonathan David Harrison Miller
        
        ## Acceptance
        
        To receive this license, you must agree to its rules. Those rules are both obligations under your agreement and conditions to your license. You must not do anything with this software that triggers a rule you cannot or will not follow.
        
        ## Noncommercial and Small Business Use
        
        You may use this software for noncommercial purposes for free.
        
        You may use this software for commercial purposes for free if your organization's gross revenue in the prior tax year was less than $300,000 USD.
        
        ## Commercial License Required
        
        If your organization's gross revenue in the prior tax year was $300,000 USD or more, you must obtain a commercial license from the copyright holder before using this software for commercial purposes.
        
        Contact: owner.founder@noteworthyendeavors.com
        
        ## Contributions
        
        Any contributions you make to this software are under the same license terms.
        
        ## Notices
        
        You must ensure that anyone who gets a copy of any part of this software from you also gets a copy of this license.
        
        ## No Warranty
        
        THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED.
        
        ## No Liability
        
        THE COPYRIGHT HOLDER SHALL NOT BE LIABLE FOR ANY DAMAGES ARISING FROM USE OF THIS SOFTWARE.
        
Project-URL: Homepage, https://github.com/noteworthyendeavors/dredd-core
Keywords: bft,consensus,ai,llm,arbitration,multi-model
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: groq
Requires-Dist: anthropic
Requires-Dist: python-dotenv
Dynamic: license-file

# Dredd Core

DA-BFT Tribunal Engine - Divergent Arbiter Byzantine Fault Tolerance for multi-model AI consensus.

## Install

```bash
pip install dredd-core
```

## Usage

```python
from dredd_core import DabftEngine
import asyncio

engine = DabftEngine()
result = asyncio.run(engine.process("Your query here"))
print(result)
```

## License

Polyform Small Business - Free under $300k revenue, commercial license required above.
