@bluefly/openstandardagents 0.2.8 → 0.2.9

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.
Files changed (112) hide show
  1. package/.env.example +1 -1
  2. package/.github/AGENTS.md +245 -0
  3. package/.github/agents/github-issue-triage.ossa.yaml +99 -0
  4. package/.github/agents/github-pr-triage.ossa.yaml +137 -0
  5. package/.github/workflows/issue-sync-to-gitlab.yml +138 -0
  6. package/.github/workflows/pr-triage-to-gitlab.yml +164 -0
  7. package/.version.json +1 -1
  8. package/.wiki-config.json +1 -1
  9. package/CHANGELOG.md +33 -0
  10. package/CONTRIBUTING.md +102 -3
  11. package/README.md +17 -10
  12. package/dist/services/release-automation/schemas/release.schema.js +1 -1
  13. package/dist/services/release-automation/webhook.service.js +3 -3
  14. package/dist/services/release-automation/webhook.service.js.map +1 -1
  15. package/dist/services/runtime/claude/claude-adapter.d.ts +1 -1
  16. package/dist/services/runtime/claude/claude-adapter.d.ts.map +1 -1
  17. package/dist/services/runtime/claude/claude-adapter.js +1 -1
  18. package/dist/services/runtime/claude/claude-adapter.js.map +1 -1
  19. package/dist/spec/v0.2.9/a2a-protocol.md +1337 -0
  20. package/dist/spec/v0.2.9/agent.md +1946 -0
  21. package/dist/spec/v0.2.9/capabilities/index.yaml +25 -0
  22. package/dist/spec/v0.2.9/capabilities/memory.yaml +251 -0
  23. package/dist/spec/v0.2.9/capability-schema.md +576 -0
  24. package/dist/spec/v0.2.9/compliance-profiles.md +533 -0
  25. package/dist/spec/v0.2.9/conformance-testing.md +1527 -0
  26. package/dist/spec/v0.2.9/gitlab-duo-integration.md +621 -0
  27. package/dist/spec/v0.2.9/ossa-0.2.9.schema.json +3699 -0
  28. package/dist/spec/v0.2.9/runtime-semantics.md +464 -0
  29. package/dist/spec/v0.2.9/security-model.md +1245 -0
  30. package/dist/spec/v0.2.9/semantic-conventions.md +347 -0
  31. package/dist/spec/v0.2.9/types.ts +522 -0
  32. package/dist/types/policy.d.ts +377 -0
  33. package/dist/types/policy.d.ts.map +1 -0
  34. package/dist/types/policy.js +84 -0
  35. package/dist/types/policy.js.map +1 -0
  36. package/dist/utils/version.js +1 -1
  37. package/docs/specs/policy-dsl.md +925 -0
  38. package/examples/adk-integration/code-review-workflow.yml +1 -1
  39. package/examples/adk-integration/customer-support.yml +1 -1
  40. package/examples/adk-integration/data-pipeline.yml +1 -1
  41. package/examples/advanced/reasoning-agent.yaml +136 -0
  42. package/examples/advanced/workflows/hybrid-model-strategy.yaml +1 -1
  43. package/examples/agent-manifests/critics/critic-agent.yaml +1 -1
  44. package/examples/agent-manifests/governors/governor-agent.yaml +1 -1
  45. package/examples/agent-manifests/integrators/integrator-agent.yaml +1 -1
  46. package/examples/agent-manifests/judges/judge-agent.yaml +1 -1
  47. package/examples/agent-manifests/monitors/monitor-agent.yaml +1 -1
  48. package/examples/agent-manifests/orchestrators/orchestrator-agent.yaml +1 -1
  49. package/examples/agent-manifests/sample-compliant-agent.yaml +1 -1
  50. package/examples/agent-manifests/workers/worker-agent.yaml +1 -1
  51. package/examples/agents-md/code-agent.ossa.json +100 -0
  52. package/examples/agents-md/monorepo-agent.ossa.yaml +180 -0
  53. package/examples/anthropic/claude-assistant.ossa.json +1 -1
  54. package/examples/autogen/multi-agent.ossa.json +1 -1
  55. package/examples/claude-code/code-reviewer.ossa.yaml +1 -1
  56. package/examples/claude-code/ossa-validator.ossa.yaml +2 -2
  57. package/examples/common_npm/agent-router.ossa.yaml +1 -1
  58. package/examples/common_npm/agent-router.v0.2.2.ossa.yaml +1 -1
  59. package/examples/crewai/research-team.ossa.json +1 -1
  60. package/examples/cursor/code-review-agent.ossa.json +1 -1
  61. package/examples/drupal/gitlab-ml-recommender.ossa.yaml +1 -1
  62. package/examples/drupal/gitlab-ml-recommender.v0.2.2.ossa.yaml +1 -1
  63. package/examples/extensions/agents-md-v1.yml +175 -0
  64. package/examples/extensions/drupal-v1.yml +1 -1
  65. package/examples/extensions/kagent-v1.yml +1 -1
  66. package/examples/getting-started/hello-world-complete.ossa.yaml +1 -1
  67. package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +4 -4
  68. package/examples/kagent/compliance-validator.ossa.yaml +1 -1
  69. package/examples/kagent/cost-optimizer.ossa.yaml +1 -1
  70. package/examples/kagent/documentation-agent.ossa.yaml +1 -1
  71. package/examples/kagent/k8s-troubleshooter-v1.ossa.yaml +1 -1
  72. package/examples/kagent/k8s-troubleshooter-v1.v0.2.2.ossa.yaml +1 -1
  73. package/examples/kagent/k8s-troubleshooter.ossa.yaml +1 -1
  74. package/examples/kagent/security-scanner.ossa.yaml +1 -1
  75. package/examples/langchain/chain-agent.ossa.json +1 -1
  76. package/examples/langflow/workflow-agent.ossa.json +1 -1
  77. package/examples/langgraph/state-machine-agent.ossa.json +1 -1
  78. package/examples/llamaindex/rag-agent.ossa.json +1 -1
  79. package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
  80. package/examples/multi-agent/conditional-router.ossa.yaml +1 -1
  81. package/examples/multi-agent/parallel-execution.ossa.yaml +1 -1
  82. package/examples/multi-agent/sequential-pipeline.ossa.yaml +1 -1
  83. package/examples/openai/basic-agent.ossa.yaml +1 -1
  84. package/examples/openai/multi-tool-agent.ossa.json +1 -1
  85. package/examples/openai/swarm-agent.ossa.json +1 -1
  86. package/examples/production/document-analyzer-openai.yml +1 -1
  87. package/examples/quickstart/support-agent.ossa.yaml +1 -1
  88. package/examples/templates/ossa-compliance.yaml +1 -1
  89. package/examples/vercel/edge-agent.ossa.json +1 -1
  90. package/llms.txt +1 -1
  91. package/package.json +5 -3
  92. package/scripts/README.md +25 -0
  93. package/scripts/compliance-audit.ts +796 -0
  94. package/scripts/generate-agents-catalog.ts +2 -1
  95. package/scripts/generate-api-docs.ts +2 -1
  96. package/scripts/generate-examples-docs.ts +2 -1
  97. package/scripts/generate-llms-ctx.sh +2 -2
  98. package/spec/v0.2.9/a2a-protocol.md +1337 -0
  99. package/spec/v0.2.9/agent.md +1946 -0
  100. package/spec/v0.2.9/capabilities/index.yaml +25 -0
  101. package/spec/v0.2.9/capabilities/memory.yaml +251 -0
  102. package/spec/v0.2.9/capability-schema.md +576 -0
  103. package/spec/v0.2.9/compliance-profiles.md +533 -0
  104. package/spec/v0.2.9/conformance-testing.md +1527 -0
  105. package/spec/v0.2.9/gitlab-duo-integration.md +621 -0
  106. package/spec/v0.2.9/ossa-0.2.9.schema.json +3699 -0
  107. package/spec/v0.2.9/runtime-semantics.md +464 -0
  108. package/spec/v0.2.9/security-model.md +1245 -0
  109. package/spec/v0.2.9/semantic-conventions.md +347 -0
  110. package/spec/v0.2.9/types.ts +522 -0
  111. package/test-results/junit.xml +184 -146
  112. package/.github/workflows/pr-comment.yml +0 -33
@@ -0,0 +1,25 @@
1
+ # OSSA Capability Registry v0.2.9
2
+
3
+ domains:
4
+ memory:
5
+ description: "Agent memory and context retrieval capabilities"
6
+ capabilities:
7
+ - ossa:memory/semantic_search@1.0
8
+ - ossa:memory/kg_query@1.0
9
+ - ossa:memory/context_fusion@1.0
10
+
11
+ ml:
12
+ description: "Machine learning model inference capabilities"
13
+ capabilities:
14
+ - ossa:ml/predict@1.0
15
+
16
+ security:
17
+ description: "Security scanning and compliance capabilities"
18
+ capabilities:
19
+ - ossa:security/scan_vulnerabilities@1.0
20
+
21
+ code:
22
+ description: "Code quality and testing capabilities"
23
+ capabilities:
24
+ - ossa:code/lint@2.0
25
+ - ossa:code/test@1.0
@@ -0,0 +1,251 @@
1
+ # OSSA Memory Capabilities v0.2.9
2
+ # Agent intelligence and context retrieval
3
+
4
+ capabilities:
5
+ - uri: "ossa:memory/semantic_search@1.0"
6
+ name: "semantic_search"
7
+ domain: "memory"
8
+ version: "1.0.0"
9
+ stability: "stable"
10
+
11
+ description: |
12
+ Perform semantic search across vector collections using embeddings.
13
+ Supports codebase, issues, documentation, and workflow patterns.
14
+
15
+ input:
16
+ type: object
17
+ required:
18
+ - query
19
+ - collection
20
+ properties:
21
+ query:
22
+ type: string
23
+ description: "Natural language query"
24
+ collection:
25
+ type: string
26
+ enum:
27
+ - codebase-embeddings
28
+ - issue-embeddings
29
+ - documentation-embeddings
30
+ - workflow-patterns
31
+ topK:
32
+ type: integer
33
+ default: 10
34
+ scoreThreshold:
35
+ type: number
36
+ default: 0.7
37
+ filter:
38
+ type: object
39
+ description: "Payload filters for narrowing results"
40
+
41
+ output:
42
+ type: object
43
+ properties:
44
+ results:
45
+ type: array
46
+ items:
47
+ type: object
48
+ properties:
49
+ id: { type: string }
50
+ score: { type: number }
51
+ payload: { type: object }
52
+ search_latency_ms:
53
+ type: integer
54
+
55
+ bindings:
56
+ mcp:
57
+ server: "agent-brain"
58
+ tool: "semantic_search"
59
+
60
+ - uri: "ossa:memory/kg_query@1.0"
61
+ name: "kg_query"
62
+ domain: "memory"
63
+ version: "1.0.0"
64
+ stability: "stable"
65
+
66
+ description: |
67
+ Query the knowledge graph for entity relationships and context.
68
+ Supports entity lookup, relation traversal, and type queries.
69
+
70
+ input:
71
+ type: object
72
+ required:
73
+ - operation
74
+ properties:
75
+ operation:
76
+ type: string
77
+ enum:
78
+ - get_entity
79
+ - get_relations
80
+ - query_type
81
+ - traverse
82
+ entityId:
83
+ type: string
84
+ entityType:
85
+ type: string
86
+ relationType:
87
+ type: string
88
+ maxDepth:
89
+ type: integer
90
+ default: 3
91
+
92
+ output:
93
+ type: object
94
+ properties:
95
+ entities:
96
+ type: array
97
+ items:
98
+ $ref: "#/definitions/Entity"
99
+ relations:
100
+ type: array
101
+ items:
102
+ $ref: "#/definitions/Relation"
103
+
104
+ bindings:
105
+ mcp:
106
+ server: "agent-brain"
107
+ tool: "kg_query"
108
+
109
+ - uri: "ossa:memory/context_fusion@1.0"
110
+ name: "context_fusion"
111
+ domain: "memory"
112
+ version: "1.0.0"
113
+ stability: "stable"
114
+
115
+ description: |
116
+ Fuse multiple knowledge sources into coherent context for agent injection.
117
+ Combines Qdrant vectors, knowledge graph, and MLflow predictions.
118
+
119
+ input:
120
+ type: object
121
+ required:
122
+ - query
123
+ properties:
124
+ query:
125
+ type: string
126
+ description: "User query or task description"
127
+ sources:
128
+ type: array
129
+ items:
130
+ type: string
131
+ enum:
132
+ - codebase
133
+ - issues
134
+ - documentation
135
+ - knowledge_graph
136
+ - workflow_patterns
137
+ default:
138
+ - codebase
139
+ - issues
140
+ - knowledge_graph
141
+ maxTokens:
142
+ type: integer
143
+ default: 8192
144
+ rerank:
145
+ type: boolean
146
+ default: true
147
+ format:
148
+ type: string
149
+ enum: [markdown, json, xml]
150
+ default: markdown
151
+
152
+ output:
153
+ type: object
154
+ properties:
155
+ context:
156
+ type: string
157
+ description: "Fused context ready for injection"
158
+ sources_used:
159
+ type: array
160
+ items:
161
+ type: object
162
+ properties:
163
+ name: { type: string }
164
+ relevance_score: { type: number }
165
+ tokens_contributed: { type: integer }
166
+ total_tokens:
167
+ type: integer
168
+ fusion_latency_ms:
169
+ type: integer
170
+
171
+ bindings:
172
+ mcp:
173
+ server: "agent-brain"
174
+ tool: "fuse_context"
175
+ grpc:
176
+ service: "AgentBrainService"
177
+ method: "FuseContext"
178
+ port: 50051
179
+
180
+ - uri: "ossa:ml/predict@1.0"
181
+ name: "predict"
182
+ domain: "ml"
183
+ version: "1.0.0"
184
+ stability: "stable"
185
+
186
+ description: |
187
+ Get predictions from MLflow-served models.
188
+ Supports domain-specific models for routing and intelligence.
189
+
190
+ input:
191
+ type: object
192
+ required:
193
+ - input
194
+ properties:
195
+ model:
196
+ type: string
197
+ enum:
198
+ - agent-studio
199
+ - civicpolicy
200
+ - gov-rfp
201
+ - llm-platform
202
+ input:
203
+ type: object
204
+ description: "Model-specific input payload"
205
+ autoSelect:
206
+ type: boolean
207
+ default: false
208
+ description: "Auto-select model based on task"
209
+ taskDescription:
210
+ type: string
211
+ description: "Task description for auto-selection"
212
+
213
+ output:
214
+ type: object
215
+ properties:
216
+ output:
217
+ description: "Model prediction output"
218
+ confidence:
219
+ type: number
220
+ model:
221
+ type: string
222
+ latency_ms:
223
+ type: integer
224
+ cached:
225
+ type: boolean
226
+
227
+ bindings:
228
+ mcp:
229
+ server: "agent-router"
230
+ tool: "mlflow_predict"
231
+
232
+ definitions:
233
+ Entity:
234
+ type: object
235
+ properties:
236
+ id: { type: string }
237
+ type: { type: string }
238
+ name: { type: string }
239
+ observations:
240
+ type: array
241
+ items: { type: string }
242
+ metadata: { type: object }
243
+
244
+ Relation:
245
+ type: object
246
+ properties:
247
+ from: { type: string }
248
+ to: { type: string }
249
+ type: { type: string }
250
+ weight: { type: number }
251
+ metadata: { type: object }