Skip to content

AgentForge 0.2.2

Latest

Choose a tag to compare

@jcrowan3 jcrowan3 released this 03 Aug 14:38
· 7 commits to main since this release
af80f81

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

  1. Create project personanexus-agentforge (or first trusted upload creates it)
  2. Trusted publisher: PersonaNexus / agentforge / publish.yml / environment pypi
  3. 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