Metadata-Version: 2.4
Name: fluximp-agent-sdk
Version: 0.1.2
Summary: FluxImp Agent SDK: allows authoring plugins for the run_tests tool that FluxImp Agent can provide for LLMs to use
Author-email: Josh Heitzman <joshheitzman@hotmail.com>
License-Expression: MPL-2.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Dynamic: license-file

# fluximp-agent-sdk

The FluxImp Agent SDK allows authoring plugins for the run_tests tool that the FluxImp Agent can provide for LLMs to use.  This package does not provide any UI and it is not recommended to install this package on its own.

The `fluximp-wxwidgets` package provides a desktop GUI for multiple agent workflows and intalling `fluximp-wxwidgets` will install this `fluximp-agent-sdk` package.

## Install

```console
python -m pip install fluximp-agent-sdk
```

## License

MPL-2.0 — see [LICENSE](LICENSE).
