Metadata-Version: 2.4
Name: friday-framework-agent
Version: 0.1.0a0
Summary: Agent orchestration layer for Friday Framework
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-agent
Author: Friday Team
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: friday-framework-core==0.1.0a0
Requires-Dist: friday-framework-memory==0.1.0a0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# Friday Framework Agent

Agent orchestration package for the Friday Framework.

This package contains the agent-facing abstractions used by Friday runtime
applications, including interactive agent behavior, orchestration helpers,
agent registries, workflow support, and built-in agent tools.

## Install

```bash
pip install friday-framework-agent
```

## Import Package

```python
import friday_agent
```

## License

MIT
