Metadata-Version: 2.4
Name: flowly-code
Version: 1.0.2
Summary: Personal AI assistant that runs locally and connects to Telegram, Discord, Slack, and more.
Project-URL: Homepage, https://flowly.ai
Project-URL: Documentation, https://github.com/nocetic/flowly-code#readme
Project-URL: Repository, https://github.com/nocetic/flowly-code
Project-URL: Issues, https://github.com/nocetic/flowly-code/issues
Project-URL: Changelog, https://github.com/nocetic/flowly-code#changelog
Author-email: Nocetic Limited <hello@nocetic.com>
Maintainer-email: Nocetic Limited <hello@nocetic.com>
License: Proprietary
License-File: LICENSE
License-File: NOTICE
Keywords: agent,ai,assistant,chatbot,coding,discord,llm,slack,telegram
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: croniter>=1.0.0
Requires-Dist: filelock>=3.0.0
Requires-Dist: httpx>=0.25.0
Requires-Dist: inquirerpy>=0.3.4
Requires-Dist: litellm>=1.0.0
Requires-Dist: loguru>=0.7.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: pydantic-settings>=2.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-jose[cryptography]>=3.3.0
Requires-Dist: python-multipart>=0.0.6
Requires-Dist: python-telegram-bot>=21.0
Requires-Dist: readability-lxml>=0.8.0
Requires-Dist: rich>=13.0.0
Requires-Dist: starlette>=0.32.0
Requires-Dist: tiktoken>=0.5.0
Requires-Dist: typer>=0.9.0
Requires-Dist: uvicorn>=0.24.0
Requires-Dist: websocket-client>=1.6.0
Requires-Dist: websockets>=12.0
Provides-Extra: browser
Requires-Dist: playwright>=1.40.0; extra == 'browser'
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Description-Content-Type: text/markdown

<div align="center">
  <h1>Flowly Code</h1>
  <p><strong>AI coding agent that runs locally inside Dispatch.</strong></p>
  <p>
    <a href="https://pypi.org/project/flowly-code/"><img src="https://img.shields.io/pypi/v/flowly-code" alt="PyPI"></a>
    <img src="https://img.shields.io/badge/python-≥3.11-3776AB?logo=python&logoColor=white" alt="Python">
    <img src="https://img.shields.io/badge/platform-macOS%20·%20Linux%20·%20Windows-lightgrey" alt="Platform">
  </p>
</div>

---

Flowly Code is the AI agent backend for [Dispatch](https://dispatch.codes) — an AI-powered project management desktop app for developers.

It powers multi-agent orchestration, scheduled tasks, and channel integrations within the Dispatch ecosystem.

## Installation

Flowly Code is installed automatically by the Dispatch desktop app. For manual installation:

```bash
uv tool install flowly-code
```

## Usage

Managed through the Dispatch desktop app. Runs as a local gateway service.

```bash
flowly-code gateway --port 18790
flowly-code cron list
flowly-code agent -m "your message"
```

## Requirements

- Python 3.11+
- macOS, Linux, or Windows

## Links

- [dispatch.codes](https://dispatch.codes)
- [Download Dispatch](https://dispatch.codes/download)

---

<p align="center">
  <sub>© Nocetic Limited. All rights reserved.</sub>
</p>
