Skip to content

Commit ab3327c

Browse files
Rename PyPI distribution to agentflow-orchestrator
The bare 'agentflow' name on PyPI is squatted by an abandoned 2023 package by an unrelated author. We publish under 'agentflow-orchestrator' instead. The Python import path (from agentflow import ...) is unchanged.
1 parent 2f2d8aa commit ab3327c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![CI](https://github.com/venkatapgummadi/agentflow/actions/workflows/ci.yml/badge.svg)](https://github.com/venkatapgummadi/agentflow/actions/workflows/ci.yml)
66
[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/downloads/)
77
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-green.svg)](LICENSE)
8-
[![PyPI version](https://img.shields.io/pypi/v/agentflow.svg)](https://pypi.org/project/agentflow/)
8+
[![PyPI version](https://img.shields.io/pypi/v/agentflow-orchestrator.svg)](https://pypi.org/project/agentflow/)
99
[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-261230.svg)](https://github.com/astral-sh/ruff)
1010
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
1111

@@ -135,7 +135,7 @@ Adaptive circuit breakers learn from failure patterns. Retry policies adjust bac
135135
## Installation
136136

137137
```bash
138-
pip install agentflow
138+
pip install agentflow-orchestrator-orchestrator
139139
```
140140

141141
## Documentation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=65.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "agentflow"
6+
name = "agentflow-orchestrator"
77
version = "1.3.0"
88
description = "A Multi-Agent Framework for AI-Powered Enterprise API Orchestration"
99
readme = "README.md"

0 commit comments

Comments
 (0)