Metadata-Version: 2.4
Name: friday-framework-core
Version: 0.1.0a0
Summary: Foundation interfaces and utilities for Friday
Project-URL: Homepage, https://github.com/CIChuck/agent-framework
Project-URL: Repository, https://github.com/CIChuck/agent-framework
Project-URL: Issues, https://github.com/CIChuck/agent-framework/issues
Project-URL: Documentation, https://github.com/CIChuck/agent-framework/tree/main/docs
Project-URL: Source, https://github.com/CIChuck/agent-framework/tree/main/packages/friday-core
Author: Friday Team
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: friday-framework-telemetry==0.1.0a0
Requires-Dist: pydantic-settings>=2.0
Requires-Dist: pydantic>=2.0
Requires-Dist: structlog>=24.0.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Provides-Extra: telemetry
Requires-Dist: opentelemetry-api>=1.20.0; extra == 'telemetry'
Requires-Dist: opentelemetry-exporter-otlp>=1.20.0; extra == 'telemetry'
Requires-Dist: opentelemetry-sdk>=1.20.0; extra == 'telemetry'
Description-Content-Type: text/markdown

# Friday Framework Core

Foundation interfaces and utilities for the Friday Framework.

This package provides shared protocols, configuration primitives, structured
logging helpers, exceptions, and security-oriented types used across Friday
packages.

## Install

```bash
pip install friday-framework-core
```

## Import Package

```python
import friday_core
```

## License

MIT
