Metadata-Version: 2.4
Name: decepticon-example-tool
Version: 0.0.1
Summary: Decepticon plugin scaffolded by decepticon-sdk.
License: Apache-2.0
Requires-Python: >=3.13
Requires-Dist: decepticon-sdk
Description-Content-Type: text/markdown

# decepticon-example-tool

A Decepticon plugin (tool) scaffolded by ``decepticon-sdk plugin new``.

## Build + install

```bash
uv build
pip install dist/*.whl
```

After install, the framework's plugin loader discovers this contribution
via the ``decepticon.tools`` entry-point group.

## Test

```bash
pip install decepticon-sdk[testing]
pytest
```

Use ``decepticon_sdk.testing.FakeBackend`` / ``FakeLLM`` / ``FakeSandbox``
to write hermetic tests that don't need a live framework.
