Metadata-Version: 2.4
Name: jarvis-arp
Version: 0.1.0a5
Summary: Meta-package that installs the full JARVIS ARP stack (runtime, model, tool registry).
Author: Agent Runtime Protocol
License: MIT License
        
        Copyright (c) 2025 AgentRuntimeProtocol
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Repository, https://github.com/AgentRuntimeProtocol/Arp_Release
Project-URL: Issues, https://github.com/AgentRuntimeProtocol/Arp_Release/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jarvis-runtime==0.1.0a5
Requires-Dist: jarvis-model==0.1.0a5
Requires-Dist: jarvis-tool-registry==0.1.0a5
Dynamic: license-file

# JARVIS (meta-package)

This is a **meta package** that installs the full OSS JARVIS ARP stack with one command:

- `jarvis-runtime`
- `jarvis-model`
- `jarvis-tool-registry`

All dependencies are pinned to the **same version** as this meta-package.

## Install

Latest pre-release:

```bash
pip install --pre jarvis-arp
```

Specific version:

```bash
pip install jarvis-arp==0.1.0a5
```
