Skip to content

Commit 6104726

Browse files
abrichrclaude
andauthored
fix: rename PyPI package to openadapt-consilium (#6)
The `consilium` name on PyPI is owned by another project. Rename to `openadapt-consilium` to match the repo name. The Python import name remains `consilium` (unchanged). Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1ce5ec9 commit 6104726

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ Consilium queries multiple LLMs in parallel, has each model review the others' r
4141
## Installation
4242

4343
```bash
44-
pip install git+https://github.com/OpenAdaptAI/openadapt-consilium.git
44+
pip install openadapt-consilium
4545
```
4646

4747
Or for development:
4848

4949
```bash
5050
git clone https://github.com/OpenAdaptAI/openadapt-consilium.git
51-
cd consilium
51+
cd openadapt-consilium
5252
pip install -e ".[dev]"
5353
```
5454

@@ -252,7 +252,7 @@ for r in result.individual_responses:
252252

253253
```bash
254254
git clone https://github.com/OpenAdaptAI/openadapt-consilium.git
255-
cd consilium
255+
cd openadapt-consilium
256256
pip install -e ".[dev]"
257257
pytest
258258
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "consilium"
2+
name = "openadapt-consilium"
33
version = "0.3.1"
44
description = "Multi-LLM council for consensus-driven AI responses"
55
readme = "README.md"

0 commit comments

Comments
 (0)