@bluefly/openstandardagents 0.2.7 → 0.2.8
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/.devfile.yaml +1 -1
- package/.env.example +1 -1
- package/.version.json +2 -2
- package/.wiki-config.json +24 -0
- package/CHANGELOG.md +11 -18
- package/CODEOWNERS +75 -0
- package/CONTRIBUTING.md +1 -1
- package/README.md +171 -243
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/repositories/schema.repository.d.ts +6 -1
- package/dist/repositories/schema.repository.d.ts.map +1 -1
- package/dist/repositories/schema.repository.js +49 -27
- package/dist/repositories/schema.repository.js.map +1 -1
- package/dist/services/migration.service.d.ts +4 -3
- package/dist/services/migration.service.d.ts.map +1 -1
- package/dist/services/migration.service.js +11 -10
- package/dist/services/migration.service.js.map +1 -1
- package/dist/services/release-automation/release.service.js +1 -1
- package/dist/services/release-automation/release.service.js.map +1 -1
- package/dist/services/release-automation/schemas/release.schema.js +1 -1
- package/dist/services/runtime/claude/claude-adapter.js +1 -1
- package/dist/services/runtime/claude/claude-adapter.js.map +1 -1
- package/dist/spec/v0.2.8/CHANGELOG.md +401 -0
- package/dist/spec/v0.2.8/README.md +72 -0
- package/dist/spec/v0.2.8/migrations/v0.2.3-to-v0.2.4.md +599 -0
- package/dist/spec/v0.2.8/migrations/v0.2.5-RC-to-v0.2.6.md +65 -0
- package/dist/spec/v0.2.8/migrations/v0.2.6-to-v0.2.8.md +81 -0
- package/{spec/v0.2.6-dev/ossa-0.2.5.schema.json → dist/spec/v0.2.8/ossa-0.2.8.schema.json} +1509 -52
- package/dist/spec/v0.2.8/ossa-0.2.8.yaml +581 -0
- package/dist/types/index.d.ts +3 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/utils/index.d.ts +6 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +6 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/version.d.ts +68 -0
- package/dist/utils/version.d.ts.map +1 -0
- package/dist/utils/version.js +156 -0
- package/dist/utils/version.js.map +1 -0
- package/eslint-report.json +1 -0
- package/examples/adk-integration/code-review-workflow.yml +1 -1
- package/examples/adk-integration/customer-support.yml +1 -1
- package/examples/adk-integration/data-pipeline.yml +1 -1
- package/examples/advanced/workflows/hybrid-model-strategy.yaml +1 -1
- package/examples/agent-manifests/critics/critic-agent.yaml +1 -1
- package/examples/agent-manifests/governors/governor-agent.yaml +1 -1
- package/examples/agent-manifests/integrators/integrator-agent.yaml +1 -1
- package/examples/agent-manifests/judges/judge-agent.yaml +1 -1
- package/examples/agent-manifests/monitors/monitor-agent.yaml +1 -1
- package/examples/agent-manifests/orchestrators/orchestrator-agent.yaml +1 -1
- package/examples/agent-manifests/sample-compliant-agent.yaml +1 -1
- package/examples/agent-manifests/workers/worker-agent.yaml +1 -1
- package/examples/anthropic/claude-assistant.ossa.json +1 -1
- package/examples/autogen/multi-agent.ossa.json +1 -1
- package/examples/claude-code/code-reviewer.ossa.yaml +78 -0
- package/examples/claude-code/ossa-validator.ossa.yaml +80 -0
- package/examples/common_npm/agent-router.ossa.yaml +1 -0
- package/examples/common_npm/agent-router.v0.2.2.ossa.yaml +1 -1
- package/examples/crewai/research-team.ossa.json +1 -1
- package/examples/cursor/code-review-agent.ossa.json +1 -1
- package/examples/drupal/gitlab-ml-recommender.ossa.yaml +1 -0
- package/examples/drupal/gitlab-ml-recommender.v0.2.2.ossa.yaml +1 -1
- package/examples/extensions/drupal-v1.yml +1 -1
- package/examples/extensions/kagent-v1.yml +1 -1
- package/examples/getting-started/hello-world-complete.ossa.yaml +1 -1
- package/examples/integration-patterns/agent-to-agent-orchestration.ossa.yaml +4 -4
- package/examples/kagent/compliance-validator.ossa.yaml +1 -1
- package/examples/kagent/cost-optimizer.ossa.yaml +1 -1
- package/examples/kagent/documentation-agent.ossa.yaml +1 -1
- package/examples/kagent/k8s-troubleshooter-v1.ossa.yaml +1 -0
- package/examples/kagent/k8s-troubleshooter-v1.v0.2.2.ossa.yaml +1 -1
- package/examples/kagent/k8s-troubleshooter.ossa.yaml +1 -1
- package/examples/kagent/security-scanner.ossa.yaml +1 -1
- package/examples/langchain/chain-agent.ossa.json +1 -1
- package/examples/langflow/workflow-agent.ossa.json +1 -1
- package/examples/langgraph/state-machine-agent.ossa.json +1 -1
- package/examples/llamaindex/rag-agent.ossa.json +1 -1
- package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
- package/examples/multi-agent/README.md +74 -0
- package/examples/multi-agent/conditional-router.ossa.yaml +42 -0
- package/examples/multi-agent/parallel-execution.ossa.yaml +54 -0
- package/examples/multi-agent/sequential-pipeline.ossa.yaml +45 -0
- package/examples/openai/basic-agent.ossa.yaml +1 -1
- package/examples/openai/multi-tool-agent.ossa.json +1 -1
- package/examples/openai/swarm-agent.ossa.json +1 -1
- package/examples/production/document-analyzer-openai.yml +1 -1
- package/examples/quickstart/support-agent.ossa.yaml +1 -1
- package/examples/spec-examples/audit-agent.yml +1 -1
- package/examples/spec-examples/chat-agent.yml +1 -1
- package/examples/spec-examples/compliance-agent.yml +1 -1
- package/examples/spec-examples/monitoring-agent.yml +1 -1
- package/examples/spec-examples/workflow-agent.yml +1 -1
- package/examples/templates/ossa-compliance.yaml +1 -1
- package/examples/vercel/edge-agent.ossa.json +1 -1
- package/gl-code-quality-report.json +62 -0
- package/llms-ctx-full.txt +39 -0
- package/llms-ctx.txt +39 -0
- package/llms.txt +47 -0
- package/package.json +3 -2
- package/scripts/eslint-to-codequality.cjs +34 -0
- package/scripts/generate-llms-ctx.sh +17 -0
- package/scripts/generate-schema-docs.ts +31 -10
- package/scripts/sync-version.js +4 -12
- package/scripts/validate-schema.ts +2 -1
- package/spec/v0.2.8/CHANGELOG.md +401 -0
- package/spec/v0.2.8/README.md +72 -0
- package/spec/v0.2.8/migrations/v0.2.3-to-v0.2.4.md +599 -0
- package/spec/v0.2.8/migrations/v0.2.5-RC-to-v0.2.6.md +65 -0
- package/spec/v0.2.8/migrations/v0.2.6-to-v0.2.8.md +81 -0
- package/{dist/spec/v0.2.6-dev/ossa-0.2.5.schema.json → spec/v0.2.8/ossa-0.2.8.schema.json} +1509 -52
- package/spec/v0.2.8/ossa-0.2.8.yaml +581 -0
- package/test-results/junit.xml +299 -0
- package/bin/validate-ossa-0.2.5-RC.ts +0 -244
- package/dist/spec/v0.2.6-dev/ossa-0.2.6-dev.schema.json +0 -1696
- package/scripts/lib/exec.ts +0 -37
- package/scripts/lib/file-ops.ts +0 -58
- package/scripts/lib/version.ts +0 -83
- package/spec/v0.2.6-dev/ossa-0.2.6-dev.schema.json +0 -1696
- package/website/.lighthouserc.ts +0 -24
- package/website/.prettierrc +0 -10
- package/website/DESIGN_SYSTEM_IMPLEMENTATION.md +0 -445
- package/website/Dockerfile +0 -30
- package/website/app/about/page.tsx +0 -304
- package/website/app/blog/[slug]/page.tsx +0 -208
- package/website/app/blog/page.tsx +0 -249
- package/website/app/design-guide/page.tsx +0 -511
- package/website/app/docs/[[...slug]]/page.tsx +0 -847
- package/website/app/docs/core-concepts/project-structure/page.tsx +0 -349
- package/website/app/ecosystem/page.tsx +0 -410
- package/website/app/examples/page.tsx +0 -133
- package/website/app/globals.scss +0 -370
- package/website/app/layout.tsx +0 -106
- package/website/app/license/page.tsx +0 -183
- package/website/app/not-found.tsx +0 -18
- package/website/app/page.tsx +0 -686
- package/website/app/page.tsx.bak +0 -679
- package/website/app/page.tsx.bak2 +0 -649
- package/website/app/playground/page.tsx +0 -487
- package/website/app/robots.ts +0 -19
- package/website/app/rss.xml/route.ts +0 -74
- package/website/app/schema/page.tsx +0 -1001
- package/website/app/sitemap.ts +0 -56
- package/website/app/specification/page.tsx +0 -287
- package/website/components/InstallCommand.tsx +0 -96
- package/website/components/Logo.tsx +0 -97
- package/website/components/StructuredData.tsx +0 -65
- package/website/components/docs/DocsSearch.tsx +0 -104
- package/website/components/docs/DocsSidebar.tsx +0 -155
- package/website/components/docs/MarkdownContent.tsx +0 -401
- package/website/components/docs/VersionSelector.tsx +0 -105
- package/website/components/examples/ExamplesViewer.tsx +0 -293
- package/website/components/layout/Footer.tsx +0 -116
- package/website/components/layout/Header.tsx +0 -172
- package/website/components/schema/SchemaComponentsAccordion.tsx +0 -84
- package/website/components/schema/SchemaExplorer.tsx +0 -213
- package/website/components/ui/Badge.tsx +0 -82
- package/website/components/ui/Button.tsx +0 -116
- package/website/components/ui/Card.tsx +0 -167
- package/website/components/ui/Checkbox.tsx +0 -141
- package/website/components/ui/Input.tsx +0 -169
- package/website/components/ui/Radio.tsx +0 -141
- package/website/components/ui/Select.tsx +0 -182
- package/website/components/ui/Tag.tsx +0 -158
- package/website/components/ui/Textarea.tsx +0 -195
- package/website/components/ui/index.ts +0 -11
- package/website/content/blog/OpenAPI-AI-Agents-Standard.md +0 -285
- package/website/content/blog/Why-Formal-Standards-Matter-Now.md +0 -198
- package/website/content/blog/gitlab-kubernetes-agent-ecosystem.md +0 -286
- package/website/content/blog/introducing-ossa-framework.md +0 -328
- package/website/content/blog/ossa-production-results.md +0 -279
- package/website/content/blog/welcome-to-ossa.md +0 -43
- package/website/content/blog/why-ai-agents-need-open-standard.md +0 -98
- package/website/content/docs/00-home.md +0 -153
- package/website/content/docs/adapters/openai-adapter.md +0 -693
- package/website/content/docs/agents/catalog.md +0 -28
- package/website/content/docs/aiflow-framework-integration-with-ossa.md +0 -107
- package/website/content/docs/api-reference/index.md +0 -38
- package/website/content/docs/api-reference/ossa-core-api.md +0 -634
- package/website/content/docs/api-reference/ossa-registry-api.md +0 -515
- package/website/content/docs/api-reference/unified-agent-gateway.md +0 -599
- package/website/content/docs/architecture/execution-flow.md +0 -335
- package/website/content/docs/architecture/multi-agent-systems.md +0 -737
- package/website/content/docs/architecture/overview.md +0 -121
- package/website/content/docs/architecture/stack-integration.md +0 -461
- package/website/content/docs/changelog.md +0 -246
- package/website/content/docs/cli-reference/index.md +0 -111
- package/website/content/docs/cli-reference/ossa-agents.md +0 -70
- package/website/content/docs/cli-reference/ossa-export.md +0 -56
- package/website/content/docs/cli-reference/ossa-generate.md +0 -66
- package/website/content/docs/cli-reference/ossa-gitlab-agent.md +0 -57
- package/website/content/docs/cli-reference/ossa-import.md +0 -56
- package/website/content/docs/cli-reference/ossa-init.md +0 -57
- package/website/content/docs/cli-reference/ossa-migrate.md +0 -62
- package/website/content/docs/cli-reference/ossa-run.md +0 -66
- package/website/content/docs/cli-reference/ossa-schema.md +0 -57
- package/website/content/docs/cli-reference/ossa-setup.md +0 -57
- package/website/content/docs/cli-reference/ossa-validate.md +0 -66
- package/website/content/docs/configuration/index.md +0 -97
- package/website/content/docs/contributing.md +0 -599
- package/website/content/docs/deployment/github-mirroring.md +0 -924
- package/website/content/docs/documentation.md +0 -100
- package/website/content/docs/ecosystem/framework-support.md +0 -1361
- package/website/content/docs/ecosystem/overview.md +0 -366
- package/website/content/docs/errors/index.md +0 -10
- package/website/content/docs/examples/aiflow-framework-integration-with-ossa.md +0 -107
- package/website/content/docs/examples/catalog.md +0 -300
- package/website/content/docs/for-audiences/students-researchers.md +0 -122
- package/website/content/docs/getting-started/index.md +0 -92
- package/website/content/docs/getting-started/installation.md +0 -155
- package/website/content/docs/getting-started/running-agents.md +0 -309
- package/website/content/docs/getting-started.md +0 -91
- package/website/content/docs/integrations/aiflow.md +0 -104
- package/website/content/docs/integrations/drupal.md +0 -105
- package/website/content/docs/migration-guides/agent-schema-comparison.md +0 -232
- package/website/content/docs/migration-guides/anthropic-mcp-to-ossa.md +0 -1750
- package/website/content/docs/migration-guides/crewai-to-ossa.md +0 -274
- package/website/content/docs/migration-guides/drupal-eca-to-ossa.md +0 -2017
- package/website/content/docs/migration-guides/general-agent-schema.yml +0 -247
- package/website/content/docs/migration-guides/index.md +0 -133
- package/website/content/docs/migration-guides/langchain-to-ossa.md +0 -1714
- package/website/content/docs/migration-guides/langflow-to-ossa.md +0 -2075
- package/website/content/docs/migration-guides/migration-manifest.json +0 -64
- package/website/content/docs/migration-guides/openai-to-ossa.md +0 -1202
- package/website/content/docs/openapi-extensions/examples.md +0 -550
- package/website/content/docs/openapi-extensions/index.md +0 -551
- package/website/content/docs/openapi-extensions/operation-extensions.md +0 -457
- package/website/content/docs/openapi-extensions/root-extensions.md +0 -410
- package/website/content/docs/ossa-compliant-badge.md +0 -251
- package/website/content/docs/pre-release/index.md +0 -175
- package/website/content/docs/quick-reference.md +0 -17
- package/website/content/docs/readme.md +0 -35
- package/website/content/docs/releases/v0.2.6.md +0 -99
- package/website/content/docs/schema-reference/agent-capabilities.md +0 -50
- package/website/content/docs/schema-reference/agent-id.md +0 -52
- package/website/content/docs/schema-reference/agent-name.md +0 -50
- package/website/content/docs/schema-reference/agent-role.md +0 -54
- package/website/content/docs/schema-reference/agent-spec.md +0 -406
- package/website/content/docs/schema-reference/agent-version.md +0 -50
- package/website/content/docs/schema-reference/autonomy.md +0 -568
- package/website/content/docs/schema-reference/constraints.md +0 -543
- package/website/content/docs/schema-reference/index.md +0 -45
- package/website/content/docs/schema-reference/llm-config.md +0 -445
- package/website/content/docs/schema-reference/observability.md +0 -654
- package/website/content/docs/schema-reference/ossa-manifest.md +0 -309
- package/website/content/docs/schema-reference/taxonomy.md +0 -509
- package/website/content/docs/schema-reference/tools.md +0 -628
- package/website/content/docs/templates/blog-post.md +0 -43
- package/website/content/docs/types-reference/index.md +0 -105
- package/website/content/docs/use-cases/00-index.md +0 -395
- package/website/content/docs/use-cases/cicd-code-review.md +0 -1236
- package/website/content/docs/use-cases/customer-support.md +0 -1234
- package/website/content/docs/use-cases/enterprise-compliance.md +0 -1208
- package/website/content/docs/use-cases/research-multi-agent.md +0 -1161
- package/website/content/docs/versioning.md +0 -288
- package/website/dev.sh +0 -53
- package/website/docker-compose.dev.yml +0 -36
- package/website/lib/version.ts +0 -35
- package/website/lib/versions.json +0 -103
- package/website/next.config.ts +0 -18
- package/website/nginx.conf +0 -32
- package/website/package-lock.json +0 -9679
- package/website/package.json +0 -59
- package/website/postcss.config.mjs +0 -9
- package/website/scripts/fetch-versions.js +0 -166
- package/website/scripts/generate-examples-index.js +0 -163
- package/website/scripts/merge-docs-to-wiki.ts +0 -207
- package/website/scripts/sync-version.js +0 -72
- package/website/scripts/sync-wiki.ts +0 -322
- package/website/scripts/upload-wiki.ts +0 -199
- package/website/styles/_spacing.scss +0 -453
- package/website/styles/_tokens.scss +0 -245
- package/website/styles/_typography.scss +0 -361
- package/website/styles/_variables.scss +0 -287
- package/website/tailwind.config.ts +0 -170
|
@@ -1,175 +0,0 @@
|
|
|
1
|
-
# Pre-Release Specifications
|
|
2
|
-
|
|
3
|
-
> **Warning**: These specifications are in development and may change before stable release. Do not use in production.
|
|
4
|
-
|
|
5
|
-
## Development Versions
|
|
6
|
-
|
|
7
|
-
OSSA follows semantic versioning. Development specs are marked with `-dev` suffix to indicate they are not yet stable.
|
|
8
|
-
|
|
9
|
-
### v0.2.4-dev - Transport & Security
|
|
10
|
-
|
|
11
|
-
**Status**: Development
|
|
12
|
-
**Target Release**: February 2025
|
|
13
|
-
**Milestone**: [v0.2.4 - Transport & Security](https://github.com/blueflyio/openstandardagents/milestones/12)
|
|
14
|
-
|
|
15
|
-
#### New Features
|
|
16
|
-
|
|
17
|
-
1. **Transport Metadata for Capabilities**
|
|
18
|
-
- Protocol support: `http`, `grpc`, `a2a`, `mcp`, `websocket`, `custom`
|
|
19
|
-
- Streaming modes: `none`, `request`, `response`, `bidirectional`
|
|
20
|
-
- Binding paths for endpoints
|
|
21
|
-
|
|
22
|
-
2. **State/Memory Specification**
|
|
23
|
-
- Mode: `stateless`, `session`, `long_running`
|
|
24
|
-
- Storage types: `memory`, `vector-db`, `kv`, `rdbms`, `custom`
|
|
25
|
-
- Retention configuration
|
|
26
|
-
|
|
27
|
-
3. **Security Scopes and Compliance Tags**
|
|
28
|
-
- OAuth2-style scopes per capability
|
|
29
|
-
- Compliance tags: `pii`, `hipaa`, `gdpr`, `fedramp`, `soc2`
|
|
30
|
-
|
|
31
|
-
4. **Capability Versioning**
|
|
32
|
-
- Version field (major.minor)
|
|
33
|
-
- Deprecation flags and messages
|
|
34
|
-
|
|
35
|
-
5. **Google ADK Extension**
|
|
36
|
-
- A2A protocol support
|
|
37
|
-
- Agent hierarchies
|
|
38
|
-
- MCP integration
|
|
39
|
-
- Streaming modalities
|
|
40
|
-
|
|
41
|
-
#### Framework Alignment
|
|
42
|
-
|
|
43
|
-
- Google Agent Development Kit (ADK)
|
|
44
|
-
- OpenAI Agents SDK
|
|
45
|
-
- Microsoft Agent Framework
|
|
46
|
-
|
|
47
|
-
---
|
|
48
|
-
|
|
49
|
-
### v0.2.5-RC-dev - Multi-Agent Composition
|
|
50
|
-
|
|
51
|
-
**Status**: Development
|
|
52
|
-
**Target Release**: March 2025
|
|
53
|
-
**Milestone**: [v0.2.5-RC - Multi-Agent Composition](https://github.com/blueflyio/openstandardagents/milestones/13)
|
|
54
|
-
|
|
55
|
-
#### New Features
|
|
56
|
-
|
|
57
|
-
1. **AgentGraph Resource Type**
|
|
58
|
-
```yaml
|
|
59
|
-
apiVersion: ossa/v0.2.5-RC
|
|
60
|
-
kind: AgentGraph # New!
|
|
61
|
-
metadata:
|
|
62
|
-
name: customer-support-cluster
|
|
63
|
-
spec:
|
|
64
|
-
agents:
|
|
65
|
-
- ref: triage-agent
|
|
66
|
-
role: entry
|
|
67
|
-
- ref: resolver-agent
|
|
68
|
-
role: worker
|
|
69
|
-
edges:
|
|
70
|
-
- from: triage-agent
|
|
71
|
-
to: resolver-agent
|
|
72
|
-
condition: standard-issue
|
|
73
|
-
process: sequential
|
|
74
|
-
```
|
|
75
|
-
|
|
76
|
-
2. **Process Patterns**
|
|
77
|
-
- `sequential`: Agents execute one after another
|
|
78
|
-
- `parallel`: Agents execute simultaneously
|
|
79
|
-
- `hierarchical`: Manager delegates to workers
|
|
80
|
-
- `conditional`: Branching based on conditions
|
|
81
|
-
- `loop`: Iterative execution
|
|
82
|
-
|
|
83
|
-
3. **Edge Routing**
|
|
84
|
-
- From/to agent references
|
|
85
|
-
- Condition expressions
|
|
86
|
-
- Priority ordering
|
|
87
|
-
|
|
88
|
-
4. **Shared State**
|
|
89
|
-
- Schema definition
|
|
90
|
-
- Persistence options
|
|
91
|
-
- Checkpointing and recovery
|
|
92
|
-
|
|
93
|
-
#### Framework Alignment
|
|
94
|
-
|
|
95
|
-
- CrewAI (crews, manager agents)
|
|
96
|
-
- MetaGPT (SOPs, role pipelines)
|
|
97
|
-
- Microsoft AF (workflows)
|
|
98
|
-
- Google ADK (agent graphs)
|
|
99
|
-
- LangGraph (state machines)
|
|
100
|
-
|
|
101
|
-
---
|
|
102
|
-
|
|
103
|
-
## Using Development Specs
|
|
104
|
-
|
|
105
|
-
### Installation
|
|
106
|
-
|
|
107
|
-
Development specs are available in the repository:
|
|
108
|
-
|
|
109
|
-
```bash
|
|
110
|
-
# Clone the repository
|
|
111
|
-
git clone https://github.com/blueflyio/openstandardagents.git
|
|
112
|
-
cd openstandardagents
|
|
113
|
-
|
|
114
|
-
# View development specs
|
|
115
|
-
ls spec/v0.2.6/
|
|
116
|
-
ls spec/v0.2.6/
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
### Validation
|
|
120
|
-
|
|
121
|
-
```bash
|
|
122
|
-
# Install CLI (if not already installed)
|
|
123
|
-
npm install -g @bluefly/openstandardagents
|
|
124
|
-
|
|
125
|
-
# Validate against development schema
|
|
126
|
-
ossa validate your-agent.yaml --version 0.2.4-dev
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
### Examples
|
|
130
|
-
|
|
131
|
-
Development examples are in the spec directories:
|
|
132
|
-
|
|
133
|
-
- `spec/v0.2.6/examples/customer-support-graph.ossa.yaml` - Sequential process
|
|
134
|
-
- `spec/v0.2.6/examples/research-team.ossa.yaml` - Hierarchical process
|
|
135
|
-
- `spec/v0.2.6/examples/parallel-processors.ossa.yaml` - Parallel process
|
|
136
|
-
|
|
137
|
-
---
|
|
138
|
-
|
|
139
|
-
## Providing Feedback
|
|
140
|
-
|
|
141
|
-
We welcome feedback on development specifications:
|
|
142
|
-
|
|
143
|
-
1. **GitHub Issues**: [Create an issue](https://github.com/blueflyio/openstandardagents/issues/new)
|
|
144
|
-
2. **Discussions**: Comment on milestone issues
|
|
145
|
-
3. **Pull Requests**: Submit improvements
|
|
146
|
-
|
|
147
|
-
### v0.2.4 Issues
|
|
148
|
-
- [#220 - Transport metadata](https://github.com/blueflyio/openstandardagents/issues/220)
|
|
149
|
-
- [#221 - State/memory block](https://github.com/blueflyio/openstandardagents/issues/221)
|
|
150
|
-
- [#222 - Security scopes](https://github.com/blueflyio/openstandardagents/issues/222)
|
|
151
|
-
- [#223 - Capability versioning](https://github.com/blueflyio/openstandardagents/issues/223)
|
|
152
|
-
- [#224 - Google ADK extension](https://github.com/blueflyio/openstandardagents/issues/224)
|
|
153
|
-
- [#225 - MS AF adapter](https://github.com/blueflyio/openstandardagents/issues/225)
|
|
154
|
-
|
|
155
|
-
### v0.2.5-RC Issues
|
|
156
|
-
- [#211-212 - AgentGraph resource](https://github.com/blueflyio/openstandardagents/issues/211)
|
|
157
|
-
- [#213 - Process patterns](https://github.com/blueflyio/openstandardagents/issues/213)
|
|
158
|
-
- [#214 - Edge routing](https://github.com/blueflyio/openstandardagents/issues/214)
|
|
159
|
-
- [#215 - Shared state](https://github.com/blueflyio/openstandardagents/issues/215)
|
|
160
|
-
- [#216-218 - Adapter examples](https://github.com/blueflyio/openstandardagents/issues/216)
|
|
161
|
-
- [#219 - Validation rules](https://github.com/blueflyio/openstandardagents/issues/219)
|
|
162
|
-
|
|
163
|
-
---
|
|
164
|
-
|
|
165
|
-
## Roadmap
|
|
166
|
-
|
|
167
|
-
| Version | Focus | Status | Target |
|
|
168
|
-
|---------|-------|--------|--------|
|
|
169
|
-
| v0.2.3 | Documentation & Examples | **Stable** | Released |
|
|
170
|
-
| v0.2.4 | Transport & Security | Development | Feb 2025 |
|
|
171
|
-
| v0.2.5-RC | Multi-Agent Composition | Development | Mar 2025 |
|
|
172
|
-
| v0.3.0 | Gamma Release | Planned | Apr 2025 |
|
|
173
|
-
| v1.0.0 | Genesis Release | Planned | TBD |
|
|
174
|
-
|
|
175
|
-
See [milestones](https://github.com/blueflyio/openstandardagents/milestones) for full details.
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: "Quick Reference"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Quick Reference
|
|
6
|
-
|
|
7
|
-
- Root: `x-ossa-metadata`, `x-ossa`, `x-agent`
|
|
8
|
-
- Operation: `x-ossa-capability`, `x-ossa-autonomy`, `x-ossa-constraints`, `x-ossa-tools`, `x-ossa-llm`
|
|
9
|
-
- Parameters: `x-ossa-agent-id`, `x-ossa-version`
|
|
10
|
-
- Schemas: `x-ossa-capability-schema`
|
|
11
|
-
|
|
12
|
-
**Validation**:
|
|
13
|
-
```bash
|
|
14
|
-
ossa validate examples/openapi-extensions/worker-agent-api.openapi.yml --openapi --verbose
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
**Links**: [OpenAPI-Extensions](./OpenAPI-Extensions) · [Examples](./Examples)
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: "README"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# OSSA Documentation
|
|
6
|
-
|
|
7
|
-
## Core Documentation
|
|
8
|
-
|
|
9
|
-
- **[Getting Started](Getting-Started)** - Quick start guide for OSSA
|
|
10
|
-
- **[OpenAPI Extensions](OpenAPI-Extensions)** - How OSSA extends OpenAPI/Swagger for AI agents
|
|
11
|
-
- **[Migration Guide](migration/)** - Upgrading from v0.1.x to v1.0
|
|
12
|
-
- **[Specification](Specification/)** - OSSA 1.0 JSON Schema
|
|
13
|
-
- **[Examples](Examples/)** - Reference implementations
|
|
14
|
-
|
|
15
|
-
## Additional Resources
|
|
16
|
-
|
|
17
|
-
For comprehensive documentation, guides, and architecture details, visit:
|
|
18
|
-
|
|
19
|
-
**[GitHub Repository](https://github.com/blueflyio/openstandardagents)**
|
|
20
|
-
|
|
21
|
-
The repository contains:
|
|
22
|
-
- Architecture guides
|
|
23
|
-
- Deployment strategies
|
|
24
|
-
- Integration tutorials
|
|
25
|
-
- Best practices
|
|
26
|
-
- Community guidelines
|
|
27
|
-
- Contributing guidelines
|
|
28
|
-
|
|
29
|
-
## Quick Links
|
|
30
|
-
|
|
31
|
-
- **Specification**: [spec/ossa-1.0.schema.json](Specification/ossa-1.0.schema.json)
|
|
32
|
-
- **npm Package**: [@bluefly/openstandardagents](https://www.npmjs.com/package/@bluefly/openstandardagents)
|
|
33
|
-
- **GitHub Repository**: [blueflyio/openstandardagents](https://github.com/blueflyio/openstandardagents)
|
|
34
|
-
- **Issues**: [GitHub Issues](https://github.com/blueflyio/openstandardagents/issues)
|
|
35
|
-
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
# OSSA v0.2.6 Release Notes
|
|
2
|
-
|
|
3
|
-
**Release Date:** November 26, 2025
|
|
4
|
-
**Type:** Bug Fixes & Documentation
|
|
5
|
-
|
|
6
|
-
## Overview
|
|
7
|
-
|
|
8
|
-
Version 0.2.6 focuses on critical bug fixes, documentation improvements, and website enhancements to improve the developer experience and project stability.
|
|
9
|
-
|
|
10
|
-
## What's New
|
|
11
|
-
|
|
12
|
-
### Website Enhancements
|
|
13
|
-
|
|
14
|
-
#### Brand Identity & Design System
|
|
15
|
-
- **New Design Token System**: Comprehensive color, typography, and spacing tokens
|
|
16
|
-
- **Component Library**: Button, Card, and Badge components with full accessibility support
|
|
17
|
-
- **Enterprise Messaging**: Updated homepage with vendor-neutral, compliance-ready positioning
|
|
18
|
-
- **Comparison Matrix**: Visual comparison of OSSA vs LangChain, AutoGen, MCP, and Semantic Kernel
|
|
19
|
-
|
|
20
|
-
#### Improved User Experience
|
|
21
|
-
- Mobile-optimized typography and responsive design
|
|
22
|
-
- Enhanced call-to-action buttons with better visual hierarchy
|
|
23
|
-
- Improved contrast and WCAG 2.1 AA compliance
|
|
24
|
-
- Card-based layouts across all pages
|
|
25
|
-
|
|
26
|
-
### Bug Fixes
|
|
27
|
-
|
|
28
|
-
- Fixed website deployment and version display issues
|
|
29
|
-
- Resolved spec directory structure inconsistencies
|
|
30
|
-
- Corrected version references across documentation
|
|
31
|
-
|
|
32
|
-
### Documentation
|
|
33
|
-
|
|
34
|
-
- Updated all version references to 0.2.6
|
|
35
|
-
- Improved specification documentation
|
|
36
|
-
- Enhanced integration guides
|
|
37
|
-
|
|
38
|
-
## Breaking Changes
|
|
39
|
-
|
|
40
|
-
None. This is a backward-compatible release.
|
|
41
|
-
|
|
42
|
-
## Migration Guide
|
|
43
|
-
|
|
44
|
-
No migration required. Update your package:
|
|
45
|
-
|
|
46
|
-
```bash
|
|
47
|
-
npm install @bluefly/openstandardagents@0.2.6
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
## Upgrade Instructions
|
|
51
|
-
|
|
52
|
-
### For Existing Projects
|
|
53
|
-
|
|
54
|
-
```bash
|
|
55
|
-
# Update package
|
|
56
|
-
npm install @bluefly/openstandardagents@latest
|
|
57
|
-
|
|
58
|
-
# Verify installation
|
|
59
|
-
ossa --version
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
### For New Projects
|
|
63
|
-
|
|
64
|
-
```bash
|
|
65
|
-
# Install globally
|
|
66
|
-
npm install -g @bluefly/openstandardagents
|
|
67
|
-
|
|
68
|
-
# Create new agent
|
|
69
|
-
ossa init my-agent
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
## What's Next
|
|
73
|
-
|
|
74
|
-
### v0.2.7 - Multi-Agent & Adapters
|
|
75
|
-
- Enhanced multi-agent orchestration
|
|
76
|
-
- Additional LLM provider integrations (Mistral Devstral)
|
|
77
|
-
- Improved adapter system
|
|
78
|
-
|
|
79
|
-
### v0.2.8 - Developer Experience
|
|
80
|
-
- CLI enhancements
|
|
81
|
-
- Better error messages
|
|
82
|
-
- Improved validation feedback
|
|
83
|
-
|
|
84
|
-
## Contributors
|
|
85
|
-
|
|
86
|
-
Thank you to all contributors who made this release possible!
|
|
87
|
-
|
|
88
|
-
## Resources
|
|
89
|
-
|
|
90
|
-
- [Full Changelog](https://gitlab.com/blueflyio/openstandardagents/-/blob/main/CHANGELOG.md)
|
|
91
|
-
- [Documentation](https://openstandardagents.org/docs)
|
|
92
|
-
- [Examples](https://openstandardagents.org/examples)
|
|
93
|
-
- [Issue Tracker](https://gitlab.com/blueflyio/openstandardagents/-/issues)
|
|
94
|
-
|
|
95
|
-
## Support
|
|
96
|
-
|
|
97
|
-
- [GitLab Issues](https://gitlab.com/blueflyio/openstandardagents/-/issues)
|
|
98
|
-
- [Documentation](https://openstandardagents.org/docs)
|
|
99
|
-
- [Community](https://gitlab.com/blueflyio/openstandardagents)
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
# agent.capabilities
|
|
2
|
-
|
|
3
|
-
**Type**: `string`
|
|
4
|
-
**Required**: Yes
|
|
5
|
-
|
|
6
|
-
## Description
|
|
7
|
-
|
|
8
|
-
The agent.capabilities field
|
|
9
|
-
|
|
10
|
-
## Why This Field Exists
|
|
11
|
-
|
|
12
|
-
Define what the agent can do, enabling capability-based routing and discovery
|
|
13
|
-
|
|
14
|
-
## How to Use
|
|
15
|
-
|
|
16
|
-
List all capabilities with input/output schemas and descriptions
|
|
17
|
-
|
|
18
|
-
## Where It's Used
|
|
19
|
-
|
|
20
|
-
Used by orchestrators to route tasks and by registry for discovery
|
|
21
|
-
|
|
22
|
-
## Examples
|
|
23
|
-
|
|
24
|
-
```yaml
|
|
25
|
-
agent.capabilities: process_data
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
```yaml
|
|
29
|
-
agent.capabilities: validate_compliance
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
```yaml
|
|
33
|
-
agent.capabilities: generate_report
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
## Validation
|
|
37
|
-
|
|
38
|
-
```bash
|
|
39
|
-
ossa validate agent.ossa.yaml
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
## Related Fields
|
|
43
|
-
|
|
44
|
-
- [agent.tools](./agent-tools.md)
|
|
45
|
-
- [agent.role](./agent-role.md)
|
|
46
|
-
|
|
47
|
-
## Related Documentation
|
|
48
|
-
|
|
49
|
-
- [defining-capabilities](../guides/defining-capabilities.md)
|
|
50
|
-
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
# agent.id
|
|
2
|
-
|
|
3
|
-
**Type**: `string`
|
|
4
|
-
**Required**: Yes
|
|
5
|
-
|
|
6
|
-
## Description
|
|
7
|
-
|
|
8
|
-
The agent.id field
|
|
9
|
-
|
|
10
|
-
## Why This Field Exists
|
|
11
|
-
|
|
12
|
-
Unique identifier for agent registration, API routing, and inter-agent communication
|
|
13
|
-
|
|
14
|
-
## How to Use
|
|
15
|
-
|
|
16
|
-
Use DNS-1123 subdomain format: lowercase alphanumeric with hyphens, max 63 chars
|
|
17
|
-
|
|
18
|
-
## Where It's Used
|
|
19
|
-
|
|
20
|
-
Used in API endpoints (/agents/{id}), Kubernetes resources, and registry URLs
|
|
21
|
-
|
|
22
|
-
## Examples
|
|
23
|
-
|
|
24
|
-
```yaml
|
|
25
|
-
agent.id: my-agent
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
```yaml
|
|
29
|
-
agent.id: data-processor-v2
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
```yaml
|
|
33
|
-
agent.id: compliance-checker-prod
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
## Validation
|
|
37
|
-
|
|
38
|
-
```bash
|
|
39
|
-
ossa validate agent.ossa.yaml
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
## Related Fields
|
|
43
|
-
|
|
44
|
-
- [agent.name](./agent-name.md)
|
|
45
|
-
- [agent.version](./agent-version.md)
|
|
46
|
-
- [agent.role](./agent-role.md)
|
|
47
|
-
|
|
48
|
-
## Related Documentation
|
|
49
|
-
|
|
50
|
-
- [ossa-validate](../cli-reference/ossa-validate.md)
|
|
51
|
-
- [core-api](../api-reference/core-api.md)
|
|
52
|
-
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
# agent.name
|
|
2
|
-
|
|
3
|
-
**Type**: `string`
|
|
4
|
-
**Required**: Yes
|
|
5
|
-
|
|
6
|
-
## Description
|
|
7
|
-
|
|
8
|
-
The agent.name field
|
|
9
|
-
|
|
10
|
-
## Why This Field Exists
|
|
11
|
-
|
|
12
|
-
Human-readable name for display in UIs and documentation
|
|
13
|
-
|
|
14
|
-
## How to Use
|
|
15
|
-
|
|
16
|
-
Use descriptive names that clearly indicate the agent's purpose
|
|
17
|
-
|
|
18
|
-
## Where It's Used
|
|
19
|
-
|
|
20
|
-
Displayed in agent lists, dashboards, and documentation
|
|
21
|
-
|
|
22
|
-
## Examples
|
|
23
|
-
|
|
24
|
-
```yaml
|
|
25
|
-
agent.name: Data Processing Agent
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
```yaml
|
|
29
|
-
agent.name: Compliance Checker
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
```yaml
|
|
33
|
-
agent.name: Customer Support Bot
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
## Validation
|
|
37
|
-
|
|
38
|
-
```bash
|
|
39
|
-
ossa validate agent.ossa.yaml
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
## Related Fields
|
|
43
|
-
|
|
44
|
-
- [agent.id](./agent-id.md)
|
|
45
|
-
- [agent.description](./agent-description.md)
|
|
46
|
-
|
|
47
|
-
## Related Documentation
|
|
48
|
-
|
|
49
|
-
- [creating-agents](../guides/creating-agents.md)
|
|
50
|
-
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# agent.role
|
|
2
|
-
|
|
3
|
-
**Type**: `string`
|
|
4
|
-
**Required**: Yes
|
|
5
|
-
|
|
6
|
-
## Description
|
|
7
|
-
|
|
8
|
-
The agent.role field
|
|
9
|
-
|
|
10
|
-
## Why This Field Exists
|
|
11
|
-
|
|
12
|
-
Classify agents by their function in the system for routing and orchestration
|
|
13
|
-
|
|
14
|
-
## How to Use
|
|
15
|
-
|
|
16
|
-
Choose from predefined roles or use custom roles
|
|
17
|
-
|
|
18
|
-
## Where It's Used
|
|
19
|
-
|
|
20
|
-
Used for agent discovery, filtering, and orchestration patterns
|
|
21
|
-
|
|
22
|
-
## Examples
|
|
23
|
-
|
|
24
|
-
```yaml
|
|
25
|
-
agent.role: worker
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
```yaml
|
|
29
|
-
agent.role: orchestrator
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
```yaml
|
|
33
|
-
agent.role: compliance
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
```yaml
|
|
37
|
-
agent.role: monitor
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
## Validation
|
|
41
|
-
|
|
42
|
-
```bash
|
|
43
|
-
ossa validate agent.ossa.yaml
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
## Related Fields
|
|
47
|
-
|
|
48
|
-
- [agent.capabilities](./agent-capabilities.md)
|
|
49
|
-
- [agent.taxonomy](./agent-taxonomy.md)
|
|
50
|
-
|
|
51
|
-
## Related Documentation
|
|
52
|
-
|
|
53
|
-
- [multi-agent-systems](../architecture/multi-agent-systems.md)
|
|
54
|
-
|