Metadata-Version: 2.4
Name: basert-agent
Version: 1.0.0
Summary: Local Apple Silicon LLM Coding Agent Runtime & BaseRT Task Orchestrator with HDAR Receipts
Author-email: Joseph Skrobynets <j.skrobynets@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/overandor/basert-agent
Project-URL: Repository, https://github.com/overandor/basert-agent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: fastapi>=0.111.0
Requires-Dist: uvicorn[standard]>=0.30.1

# BaseRT Local Coding Agent (`basert-agent`) 🚀

Fastest LLM inference runtime & local coding agent plugin for Apple Silicon via native Metal, with verifiable HDAR attestation receipts. Zero API keys, 100% on-device data privacy.

## Quick Start

```bash
# 1. Install basert-agent
pip install basert-agent

# 2. Serve a model locally on Apple Silicon Metal
basert-agent serve basecompute/gemma-4-E4B-it

# 3. Run pi-basert local coding agent
pi-basert "Refactor local workspace modules"
```

## Features

- ⚡ **Native Metal Apple Silicon Acceleration**: High-throughput local LLM inference.
- 🔒 **Zero Data Leakage**: No external API keys required; 100% on-device execution.
- 🛡️ **Verifiable HDAR Attestation Receipts**: Every code generation produces cryptographic SHA-256 integrity proofs and Merkle roots.

## License
MIT License
