Metadata-Version: 2.4
Name: friday-chat
Version: 0.1.0a0
Summary: FridayV2 chat application package
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-chat
Author: Friday Team
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: friday-framework-agent==0.1.0a0
Requires-Dist: friday-framework-cli==0.1.0a0
Requires-Dist: friday-framework-core==0.1.0a0
Requires-Dist: friday-framework-llm==0.1.0a0
Requires-Dist: friday-framework-memory==0.1.0a0
Requires-Dist: friday-framework-runtime==0.1.0a0
Requires-Dist: friday-framework-tools==0.1.0a0
Requires-Dist: friday-framework-transcript==0.1.0a0
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml>=6.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: typer>=0.9.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Requires-Dist: types-pyyaml>=6.0.12; extra == 'dev'
Provides-Extra: finance
Requires-Dist: friday-framework-finance==0.1.0a0; extra == 'finance'
Requires-Dist: friday-framework-tools[finance]==0.1.0a0; extra == 'finance'
Provides-Extra: full
Requires-Dist: friday-framework-finance==0.1.0a0; extra == 'full'
Requires-Dist: friday-framework-moltbook==0.1.0a0; extra == 'full'
Requires-Dist: friday-framework-sandbox==0.1.0a0; extra == 'full'
Requires-Dist: friday-framework-speech==0.1.0a0; extra == 'full'
Requires-Dist: friday-framework-tools[finance]==0.1.0a0; extra == 'full'
Requires-Dist: friday-framework-tools[moltbook]==0.1.0a0; extra == 'full'
Requires-Dist: friday-framework-tools[sandbox]==0.1.0a0; extra == 'full'
Provides-Extra: moltbook
Requires-Dist: friday-framework-moltbook==0.1.0a0; extra == 'moltbook'
Requires-Dist: friday-framework-tools[moltbook]==0.1.0a0; extra == 'moltbook'
Provides-Extra: sandbox
Requires-Dist: friday-framework-sandbox==0.1.0a0; extra == 'sandbox'
Requires-Dist: friday-framework-tools[sandbox]==0.1.0a0; extra == 'sandbox'
Provides-Extra: speech
Requires-Dist: friday-framework-speech==0.1.0a0; extra == 'speech'
Description-Content-Type: text/markdown

# Friday Chat

Terminal chat application for the Friday Framework.

Friday Chat provides the user-facing command-line chat experience built on the
Friday runtime, memory, agent, LLM, transcript, and tools packages.

## Install

```bash
pip install friday-chat
```

## Run

```bash
friday-chat --help
```

## Import Package

```python
import friday_chat
```

## License

MIT
