Metadata-Version: 2.4
Name: dof-ai
Version: 1.8.0
Summary: dof is your LangChain for robotics
Author-email: Pieter Becking <ph.becking@gmail.com>
Maintainer-email: Pieter Becking <ph.becking@gmail.com>
License: MIT license
Project-URL: bugs, https://github.com/pieterbecking/dof/issues
Project-URL: changelog, https://github.com/pieterbecking/dof/blob/master/changelog.md
Project-URL: homepage, https://github.com/pieterbecking/dof
Classifier: Development Status :: 4 - Beta
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
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: typer[all]>=0.9.0
Requires-Dist: rich>=13.0.0
Requires-Dist: openai>=1.0.0
Requires-Dist: python-dotenv>=1.0.0
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

===
dof
===


.. image:: https://img.shields.io/pypi/v/dof-ai.svg
        :target: https://pypi.python.org/pypi/dof-ai

.. image:: https://img.shields.io/travis/pieterbecking/dof-ai.svg
        :target: https://travis-ci.com/pieterbecking/dof-ai

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




dof is your LangChain for robotics


* Free software: MIT license
* Documentation: https://dof.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
