Metadata-Version: 2.4
Name: dandy
Version: 0.14.5
Summary: Intelligence Framework
Author-email: Nathan Johnson <nathanj@stratusadv.com>
License: Copyright (c) 2024 Stratus Advanced Technologies and Contributors.
        
        Permission is hereby granted, free of charge, to any person
        obtaining a copy of this software and associated documentation
        files (the "Software"), to deal in the Software without
        restriction, including without limitation the rights to use,
        copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the
        Software is furnished to do so, subject to the following
        conditions:
        
        The above copyright notice and this permission notice shall be
        included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
        EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
        OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
        NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
        HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
        WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
        FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
        OTHER DEALINGS IN THE SOFTWARE.
Project-URL: Homepage, https://dandysoftware.com
Project-URL: Documentation, https://dandysoftware.com
Project-URL: Repository, https://github.com/stratusadv/dandy
Project-URL: Changelog, https://dandysoftware.com/changelog/changelog/
Keywords: dandy,ai,llm,agent,prompt,gpt,bot,workflow,automation,artificial intelligence
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: httpx>=0.28
Requires-Dist: pydantic>=2.8
Requires-Dist: python-dotenv>=1.0
Dynamic: license-file

# Dandy

![Build](https://img.shields.io/github/actions/workflow/status/stratusadv/dandy/run_tests.yml)
![Python Versions](https://img.shields.io/pypi/pyversions/dandy)
![PyPI Version](https://img.shields.io/pypi/v/dandy)
![Downloads](https://img.shields.io/pypi/dm/dandy)

## Purpose

Make AI development as deterministic as possible while empowering the probabilistic nature of intelligence.

## Yet Another AI Framework?

Intelligence programming is a very different experience than conventional programming as it's very probabilistic.
Based on our experience most of the existing frameworks / libraries are designed to focus more on deterministic outcomes which is not realistic or in our opinion, or beneficial to developers. 

We created Dandy to focus on the flow and validation of data with your artificial intelligence systems to allow you to embrace the probabilistic nature of intelligence.

It's opinionated, simple and designed to be incredibly pythonic putting the project and developers first.
Our approach is to focus on batteries included with strong tooling to help build great interactions and lowering the barrier to entry.

## Getting Started

Check out our [website](https://dandysoftware.com) for documentation including tutorials, API reference, error handling and more.

<p align="center">
    <a href="https://dandysoftware.com">
        <img alt="Dandy Logo" src="https://dandysoftware.com/static/img/dandy_logo_512.png"/>
    </a>
</p>


