Metadata-Version: 2.4
Name: agentsetup
Version: 0.1.0
Summary: Official Python package for Agentsetup.
Project-URL: Homepage, https://agentable.ai
Author: Agentable
License: Proprietary
License-File: LICENSE
Keywords: agents,agentsetup,cli
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# agentsetup

Official Python package for Agentsetup.

## Status

`agentsetup` is currently a bootstrap release.

This package is published as the official Python entry for Agentsetup on PyPI.
It is intentionally minimal at this stage.

Future releases are expected to distribute the official Agentsetup CLI and related binaries.

## Installation

```bash
pip install agentsetup
```

## Usage

```bash
agentsetup
agentsetup --version
python -m agentsetup
```

## Notes

- This is the official `agentsetup` package on PyPI.
- This package is currently minimal by design.
- Source code for Agentsetup is not published at this time.

## Links

- Homepage: https://agentable.ai

## License

Proprietary.
