Metadata-Version: 2.1
Name: agent-harness
Version: 0.1.9
Summary: AI Maintainer Agent Harness for our benchmarking and Marketplace API and platform
Home-page: https://github.com/dschonholtz/agent_harness
Author: Douglas Schonholtz
Author-email: douglas@ai-maintainer.com
License: MIT license
Keywords: agent_harness
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Requires-Dist: Click >=7.0
Requires-Dist: agent-marketplace-sdk ==0.1.6
Requires-Dist: docker >=4.2.2
Requires-Dist: ai-maintainer-git-util >=0.1.1

=============
Agent Harness
=============


.. image:: https://img.shields.io/pypi/v/agent_harness.svg
        :target: https://pypi.python.org/pypi/agent_harness

.. image:: https://img.shields.io/travis/dschonholtz/agent_harness.svg
        :target: https://travis-ci.com/dschonholtz/agent_harness

.. image:: https://readthedocs.org/projects/agent-harness/badge/?version=latest
        :target: https://agent-harness.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




AI Maintainer Agent Harness for our benchmarking and Marketplace API and platform


* Free software: MIT license
* Documentation: https://agent-harness.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2023-08-13)
------------------

* First release on PyPI.


0.1.8 (2023-09-09)
------------------

* Preparations for Open Source Release 
* Simplification of interface with aider


