Skip to content

Commit aca6a6d

Browse files
authored
Rename PyPI package to strands-harness-optimizer (#6)
Update install instructions and publish workflow to use the strands-harness-optimizer package name on PyPI.
1 parent 694cc99 commit aca6a6d

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/pypi-publish-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
environment:
6868
name: pypi
69-
url: https://pypi.org/p/harness-optimizer
69+
url: https://pypi.org/p/strands-harness-optimizer
7070
permissions:
7171
id-token: write
7272

docs/src/content/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Harness Optimizer provides a framework for defining, attaching, and optimizing c
1717
## Installation
1818

1919
```bash
20-
pip install harness-optimizer
20+
pip install strands-harness-optimizer
2121
```
2222

2323
## Quick Example

examples/agent_with_context_expansion_formula.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
4. Updating formula parameters (simulating what an optimizer would do)
88
99
Requirements:
10-
pip install harness-optimizer
10+
pip install strands-harness-optimizer
1111
AWS credentials configured for Bedrock access
1212
"""
1313

examples/agent_with_system_prompt_formula.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
4. Updating formula parameters (simulating what an optimizer would do)
88
99
Requirements:
10-
pip install harness-optimizer
10+
pip install strands-harness-optimizer
1111
AWS credentials configured for Bedrock access
1212
"""
1313

examples/gsm8k_optimization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
6. System prompt is updated with learned insights
1010
1111
Requirements:
12-
pip install harness-optimizer datasets
12+
pip install strands-harness-optimizer datasets
1313
AWS credentials configured for Bedrock access
1414
"""
1515

examples/gsm8k_trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- Calling optimizer.step() and zero() per epoch
1212
1313
Requirements:
14-
pip install harness-optimizer datasets
14+
pip install strands-harness-optimizer datasets
1515
AWS credentials configured for Bedrock access
1616
"""
1717

examples/trainer_with_callable_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
5. Evaluate on a held-out test set
99
1010
Requirements:
11-
pip install harness-optimizer
11+
pip install strands-harness-optimizer
1212
AWS credentials configured for Bedrock access
1313
"""
1414

0 commit comments

Comments
 (0)