gaia-framework 1.35.1 → 1.35.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/gaia-install.sh +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/gaia-install.sh
CHANGED
|
@@ -6,7 +6,7 @@ set -euo pipefail
|
|
|
6
6
|
# Installs, updates, validates, and reports on GAIA installations.
|
|
7
7
|
# ─────────────────────────────────────────────────────────────────────────────
|
|
8
8
|
|
|
9
|
-
readonly VERSION="1.35.
|
|
9
|
+
readonly VERSION="1.35.2"
|
|
10
10
|
readonly GITHUB_REPO="https://github.com/jlouage/Gaia-framework.git"
|
|
11
11
|
readonly MANIFEST_REL="_gaia/_config/manifest.yaml"
|
|
12
12
|
|
|
@@ -473,12 +473,14 @@ cmd_update() {
|
|
|
473
473
|
"core/engine"
|
|
474
474
|
"core/agents"
|
|
475
475
|
"core/tasks"
|
|
476
|
+
"core/protocols"
|
|
476
477
|
"core/workflows"
|
|
477
478
|
"lifecycle/agents"
|
|
478
479
|
"lifecycle/workflows"
|
|
479
480
|
"lifecycle/templates"
|
|
480
481
|
"lifecycle/checklists"
|
|
481
482
|
"lifecycle/teams"
|
|
483
|
+
"lifecycle/skills"
|
|
482
484
|
"dev/agents"
|
|
483
485
|
"dev/skills"
|
|
484
486
|
"dev/knowledge"
|