Merge branch 'main' into adil/agents_framework

This commit is contained in:
Adil Hafeez 2025-12-15 23:22:12 -08:00
commit d83ffeedb3
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
50 changed files with 2635 additions and 463 deletions

View file

@ -19,7 +19,7 @@ source venv/bin/activate
### Step 3: Run the build script
```bash
pip install archgw==0.3.21
pip install archgw==0.3.22
```
## Uninstall Instructions: archgw CLI

View file

@ -2,4 +2,4 @@ import os
SERVICE_NAME_ARCHGW = "archgw"
ARCHGW_DOCKER_NAME = "archgw"
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.3.21")
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.3.22")

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw"
version = "0.3.21"
version = "0.3.22"
description = "Python-based CLI tool to manage Arch Gateway."
authors = ["Katanemo Labs, Inc."]
readme = "README.md"