Migrate kaizen distribution to Forgejo
This commit is contained in:
parent
f027ee5492
commit
d4a4560a8d
34 changed files with 324 additions and 195 deletions
|
|
@ -13,14 +13,11 @@ The Kaizen Agentic framework provides a comprehensive system for distributing an
|
|||
|
||||
## Installation
|
||||
|
||||
Install the Kaizen Agentic package from the Coulomb Gitea PyPI registry:
|
||||
Install the Kaizen Agentic package from the Forgejo PyPI registry:
|
||||
|
||||
```bash
|
||||
export GITEA_PACKAGE_USER=<gitea-user>
|
||||
export GITEA_PACKAGE_TOKEN=<package-token>
|
||||
|
||||
pip install kaizen-agentic \
|
||||
--extra-index-url "https://${GITEA_PACKAGE_USER}:${GITEA_PACKAGE_TOKEN}@gitea.coulomb.social/api/packages/coulomb/pypi/simple/"
|
||||
--extra-index-url https://forgejo.coulomb.social/api/packages/coulomb/pypi/simple/
|
||||
```
|
||||
|
||||
This provides the `kaizen-agentic` CLI tool for managing agents. See
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue