Metadata-Version: 2.4
Name: dandy
Version: 0.20.1
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)

Artificial Intelligence Development Framework

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

Get started by installing with `pip install dandy` and then check out our [documentation](https://dandysoftware.com) for more detailed steps.

### Features

- **Pythonic:** Use Python to handle all data instead of messy strings, so you’re always working with code.
- **Customizable:** Adjust how the AI works at any time by switching between different tools, models, services and settings.
- **Simple:** We put developers first, so chaining tools and logic flow are straightforward and very readable.
- **Reliable:** Dandy is designed with self-correction and will automatically adjust to get the correct result.

### Documentation

Check out the [Dandy Website](https://dandysoftware.com) for documentation including tutorials 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>

