Metadata-Version: 2.4
Name: agentknowledge
Version: 0.1.0
Summary: Official Python package for Agentknowledge.
Project-URL: Homepage, https://agentable.ai
Author: Agentable
License: Proprietary
License-File: LICENSE
Keywords: agentknowledge,agents,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

# agentknowledge

Official Python package for Agentknowledge.

## Status

`agentknowledge` is currently a bootstrap release.

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

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

## Installation

```bash
pip install agentknowledge
```

## Usage

```bash
agentknowledge
agentknowledge --version
python -m agentknowledge
```

## Notes

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

## Links

- Homepage: https://agentable.ai

## License

Proprietary.
