Metadata-Version: 2.4
Name: ais-dagger-agents-config
Version: 0.1.3
Summary: Shared configuration models for Dagger Agents
Project-URL: Homepage, https://github.com/Ai-Agency-Services/dagger-agentic-workflows
Project-URL: Bug Tracker, https://github.com/Ai-Agency-Services/dagger-agentic-workflows/issues
Author-email: Kambui Nurse <kambui.nurse@agencyservices-ai.com>
License: MIT
License-File: LICENSE
Keywords: configuration,dagger
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: pydantic-settings>=2.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pyyaml>=6.0.0
Description-Content-Type: text/markdown

# Dagger Agents Config

Shared configuration models for Dagger Agents project.

## Installation

```bash
pip install -e .
```

## Usage

```python
from dagger_agents_config import YAMLConfig

config = YAMLConfig(**config_dict)
```