Metadata-Version: 2.4
Name: gopher-orch-native-linux-x64
Version: 0.1.0.dev20260226145002
Summary: Native library for gopher-orch (Linux x64)
Author-email: Gopher Security <dev@gophersecurity.com>
License: MIT
Project-URL: Homepage, https://github.com/GopherSecurity/gopher-mcp-python
Project-URL: Repository, https://github.com/GopherSecurity/gopher-mcp-python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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.8
Description-Content-Type: text/markdown

# gopher-orch-native-linux-x64

Native library package for gopher-orch (Linux x64).

## Installation

This package is automatically installed as a dependency of `gopher-orch` on compatible platforms.

```bash
pip install gopher-orch
```

## Manual Installation

```bash
pip install gopher-orch-native-linux-x64
```

## Platform

- **OS**: Linux
- **Architecture**: x64

## Usage

This package is not meant to be used directly. It provides the native library for the main `gopher-orch` package.

```python
from gopher_orch import GopherAgent

agent = GopherAgent.create_with_server_config(provider, model, config)
answer = agent.run("Hello!")
agent.dispose()
```

## License

MIT
