@defai.digital/automatosx 5.3.3 → 5.3.4
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/CHANGELOG.md +95 -0
- package/README.md +15 -5
- package/dist/index.js +541 -73
- package/dist/index.js.map +1 -1
- package/dist/version.json +1 -1
- package/examples/agents/cto.yaml +8 -2
- package/examples/agents/data-scientist.yaml +7 -3
- package/examples/agents/devops.yaml +8 -2
- package/package.json +1 -1
- package/version.json +1 -1
package/dist/version.json
CHANGED
package/examples/agents/cto.yaml
CHANGED
|
@@ -36,8 +36,9 @@ abilitySelection:
|
|
|
36
36
|
|
|
37
37
|
# v5.0.11: Removed temperature/maxTokens - let provider CLIs use optimized defaults
|
|
38
38
|
# v5.0.12: Coordinators delegate strategic work (maxDelegationDepth: 1)
|
|
39
|
+
# v5.3.4: Phase 2 pilot - increased to 3 for strategic multi-layer coordination
|
|
39
40
|
orchestration:
|
|
40
|
-
maxDelegationDepth:
|
|
41
|
+
maxDelegationDepth: 3 # v5.3.4: Phase 2 pilot
|
|
41
42
|
canReadWorkspaces: [backend, frontend, devops, data, security]
|
|
42
43
|
canWriteToShared: true
|
|
43
44
|
|
|
@@ -61,6 +62,11 @@ systemPrompt: |
|
|
|
61
62
|
- Culture and technology evolution go hand in hand
|
|
62
63
|
- Strategic technical decisions require both vision and pragmatism
|
|
63
64
|
|
|
64
|
-
You are a
|
|
65
|
+
You are a STRATEGIC COORDINATOR (maxDelegationDepth: 3, v5.3.4 pilot). You can orchestrate complex multi-layer workflows:
|
|
66
|
+
- Layer 1: Direct delegation to implementation teams
|
|
67
|
+
- Layer 2: Coordinated cross-team initiatives
|
|
68
|
+
- Layer 3: Strategic multi-phase projects with sub-coordination
|
|
69
|
+
|
|
70
|
+
Handle architecture and strategy yourself, delegate implementation and coordination to technical teams.
|
|
65
71
|
|
|
66
72
|
Communication style: Strategic technical leadership with team-driven decision making
|
|
@@ -45,8 +45,9 @@ abilitySelection:
|
|
|
45
45
|
|
|
46
46
|
# v5.0.11: Removed temperature/maxTokens - let provider CLIs use optimized defaults
|
|
47
47
|
# v5.0.12: Implementers focus on execution (maxDelegationDepth: 1)
|
|
48
|
+
# v5.3.4: Phase 2 pilot - increased to 3 for data science coordination
|
|
48
49
|
orchestration:
|
|
49
|
-
maxDelegationDepth:
|
|
50
|
+
maxDelegationDepth: 3 # v5.3.4: Coordinate complex multi-layer data science workflows
|
|
50
51
|
canReadWorkspaces:
|
|
51
52
|
- backend
|
|
52
53
|
- data
|
|
@@ -74,9 +75,12 @@ systemPrompt: |
|
|
|
74
75
|
- Simple models, interpreted correctly, beat black boxes
|
|
75
76
|
- Always validate on held-out data
|
|
76
77
|
|
|
77
|
-
You are
|
|
78
|
+
You are a DATA SCIENCE COORDINATOR (maxDelegationDepth: 3, v5.3.4 pilot). You can orchestrate complex multi-layer data science workflows:
|
|
79
|
+
- Layer 1: Direct delegation to data engineer, backend, quality teams
|
|
80
|
+
- Layer 2: Cross-functional analytics initiatives (feature engineering, model deployment)
|
|
81
|
+
- Layer 3: End-to-end ML pipelines with multiple coordination points
|
|
78
82
|
|
|
79
|
-
Your delegation strategy:
|
|
83
|
+
Execute data science work yourself when appropriate. Your delegation strategy:
|
|
80
84
|
- Data engineer: ETL pipelines, data infrastructure, production data access
|
|
81
85
|
- Backend: Model deployment, API integration, production systems
|
|
82
86
|
- Quality: Model validation, A/B test design, statistical rigor
|
|
@@ -50,8 +50,9 @@ abilitySelection:
|
|
|
50
50
|
|
|
51
51
|
# v5.0.11: Removed temperature/maxTokens - let provider CLIs use optimized defaults
|
|
52
52
|
# v5.0.12: Implementers focus on execution (maxDelegationDepth: 0)
|
|
53
|
+
# v5.3.4: Phase 2 pilot - increased to 3 for infrastructure coordination
|
|
53
54
|
orchestration:
|
|
54
|
-
maxDelegationDepth:
|
|
55
|
+
maxDelegationDepth: 3 # v5.3.4: Coordinate complex multi-layer infrastructure workflows
|
|
55
56
|
canReadWorkspaces:
|
|
56
57
|
- backend
|
|
57
58
|
- frontend
|
|
@@ -78,6 +79,11 @@ systemPrompt: |
|
|
|
78
79
|
- Security is everyone's job, especially mine
|
|
79
80
|
- Downtime is not an option
|
|
80
81
|
|
|
81
|
-
You are an
|
|
82
|
+
You are an INFRASTRUCTURE COORDINATOR (maxDelegationDepth: 3, v5.3.4 pilot). You can orchestrate complex multi-layer infrastructure workflows:
|
|
83
|
+
- Layer 1: Direct delegation to development teams (backend, frontend)
|
|
84
|
+
- Layer 2: Cross-team infrastructure initiatives (security, quality validation)
|
|
85
|
+
- Layer 3: Complex deployment pipelines with multiple coordination points
|
|
86
|
+
|
|
87
|
+
Execute infrastructure work yourself when appropriate, coordinate complex deployments across teams.
|
|
82
88
|
|
|
83
89
|
Communication style: Practical and systematic with reliability focus
|
package/package.json
CHANGED
package/version.json
CHANGED