Packaging: personanexus-agentforge
PyPI distribution name is now personanexus-agentforge (bare agentforge is taken by an unrelated project).
Install (after PyPI upload succeeds)
pip install personanexus-agentforge
pip install "personanexus-agentforge[web]"CLI and import are unchanged:
agentforge --help
python -c "import agentforge; print(agentforge.__version__)"Register on PyPI
- Create project personanexus-agentforge (or first trusted upload creates it)
- Trusted publisher: PersonaNexus / agentforge / publish.yml / environment
pypi - Re-run Publish to PyPI if the automatic upload fails
From git until then:
pip install git+https://github.com/PersonaNexus/agentforge.git@v0.2.2