@bluefly/openstandardagents 0.2.7 → 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.
- package/.devfile.yaml +1 -1
- package/.env.example +1 -1
- package/.github/AGENTS.md +245 -0
- package/.github/agents/github-issue-triage.ossa.yaml +99 -0
- package/.github/agents/github-pr-triage.ossa.yaml +137 -0
- package/.github/workflows/issue-sync-to-gitlab.yml +138 -0
- package/.github/workflows/pr-triage-to-gitlab.yml +164 -0
- package/.version.json +2 -2
- package/.wiki-config.json +24 -0
- package/CHANGELOG.md +44 -18
- package/CODEOWNERS +75 -0
- package/CONTRIBUTING.md +103 -4
- package/README.md +178 -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/release-automation/webhook.service.js +3 -3
- package/dist/services/release-automation/webhook.service.js.map +1 -1
- package/dist/services/runtime/claude/claude-adapter.d.ts +1 -1
- package/dist/services/runtime/claude/claude-adapter.d.ts.map +1 -1
- package/dist/services/runtime/claude/claude-adapter.js +2 -2
- 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/spec/v0.2.9/a2a-protocol.md +1337 -0
- package/dist/spec/v0.2.9/agent.md +1946 -0
- package/dist/spec/v0.2.9/capabilities/index.yaml +25 -0
- package/dist/spec/v0.2.9/capabilities/memory.yaml +251 -0
- package/dist/spec/v0.2.9/capability-schema.md +576 -0
- package/dist/spec/v0.2.9/compliance-profiles.md +533 -0
- package/dist/spec/v0.2.9/conformance-testing.md +1527 -0
- package/dist/spec/v0.2.9/gitlab-duo-integration.md +621 -0
- package/dist/spec/v0.2.9/ossa-0.2.9.schema.json +3699 -0
- package/dist/spec/v0.2.9/runtime-semantics.md +464 -0
- package/dist/spec/v0.2.9/security-model.md +1245 -0
- package/dist/spec/v0.2.9/semantic-conventions.md +347 -0
- package/dist/spec/v0.2.9/types.ts +522 -0
- package/dist/types/index.d.ts +3 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/policy.d.ts +377 -0
- package/dist/types/policy.d.ts.map +1 -0
- package/dist/types/policy.js +84 -0
- package/dist/types/policy.js.map +1 -0
- 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/docs/specs/policy-dsl.md +925 -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/reasoning-agent.yaml +136 -0
- 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/agents-md/code-agent.ossa.json +100 -0
- package/examples/agents-md/monorepo-agent.ossa.yaml +180 -0
- 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/agents-md-v1.yml +175 -0
- 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 +6 -3
- package/scripts/README.md +25 -0
- package/scripts/compliance-audit.ts +796 -0
- package/scripts/eslint-to-codequality.cjs +34 -0
- package/scripts/generate-agents-catalog.ts +2 -1
- package/scripts/generate-api-docs.ts +2 -1
- package/scripts/generate-examples-docs.ts +2 -1
- 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/spec/{v0.2.6-dev/ossa-0.2.6-dev.schema.json → v0.2.8/ossa-0.2.8.schema.json} +1509 -52
- package/spec/v0.2.8/ossa-0.2.8.yaml +581 -0
- package/spec/v0.2.9/a2a-protocol.md +1337 -0
- package/spec/v0.2.9/agent.md +1946 -0
- package/spec/v0.2.9/capabilities/index.yaml +25 -0
- package/spec/v0.2.9/capabilities/memory.yaml +251 -0
- package/spec/v0.2.9/capability-schema.md +576 -0
- package/spec/v0.2.9/compliance-profiles.md +533 -0
- package/spec/v0.2.9/conformance-testing.md +1527 -0
- package/spec/v0.2.9/gitlab-duo-integration.md +621 -0
- package/spec/v0.2.9/ossa-0.2.9.schema.json +3699 -0
- package/spec/v0.2.9/runtime-semantics.md +464 -0
- package/spec/v0.2.9/security-model.md +1245 -0
- package/spec/v0.2.9/semantic-conventions.md +347 -0
- package/spec/v0.2.9/types.ts +522 -0
- package/test-results/junit.xml +337 -0
- package/.github/workflows/pr-comment.yml +0 -33
- package/bin/validate-ossa-0.2.5-RC.ts +0 -244
- package/dist/spec/v0.2.6-dev/ossa-0.2.5.schema.json +0 -1696
- 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/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,300 +0,0 @@
|
|
|
1
|
-
# Examples Catalog
|
|
2
|
-
|
|
3
|
-
Auto-generated catalog of all OSSA agent examples.
|
|
4
|
-
|
|
5
|
-
**Total Examples**: 19
|
|
6
|
-
|
|
7
|
-
## Bridges
|
|
8
|
-
|
|
9
|
-
### Crypto Market Analyst
|
|
10
|
-
|
|
11
|
-
**Role**: `chat`
|
|
12
|
-
|
|
13
|
-
OSSA agent with AIFlow-Agent bridge for social crypto analysis
|
|
14
|
-
|
|
15
|
-
**File**: [`bridges/aiflow-bridge-example.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/bridges/aiflow-bridge-example.yml)
|
|
16
|
-
|
|
17
|
-
```bash
|
|
18
|
-
ossa validate examples/bridges/aiflow-bridge-example.yml
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
### Kubernetes Operations Agent
|
|
22
|
-
|
|
23
|
-
**Role**: `orchestration`
|
|
24
|
-
|
|
25
|
-
OSSA agent with kagent.dev bridge for Kubernetes operations
|
|
26
|
-
|
|
27
|
-
**File**: [`bridges/kagent-bridge-example.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/bridges/kagent-bridge-example.yml)
|
|
28
|
-
|
|
29
|
-
```bash
|
|
30
|
-
ossa validate examples/bridges/kagent-bridge-example.yml
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
## Common_npm
|
|
34
|
-
|
|
35
|
-
### Agent Router
|
|
36
|
-
|
|
37
|
-
**Role**: `integration`
|
|
38
|
-
|
|
39
|
-
Multi-provider LLM gateway with circuit breaker, intelligent routing, and failover.
|
|
40
|
-
|
|
41
|
-
Features:
|
|
42
|
-
- Multi-provider support (OpenAI, Anthropic, Google, etc.)
|
|
43
|
-
- Intelligent routing based on model capabilities
|
|
44
|
-
- Circuit breaker pattern for fault tolerance
|
|
45
|
-
- Request/response caching
|
|
46
|
-
- Cost optimization
|
|
47
|
-
- Load balancing
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
**File**: [`common_npm/agent-router.ossa.yaml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/common_npm/agent-router.ossa.yaml)
|
|
51
|
-
|
|
52
|
-
```bash
|
|
53
|
-
ossa validate examples/common_npm/agent-router.ossa.yaml
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
## Drupal
|
|
57
|
-
|
|
58
|
-
### GitLab ML Recommendation Engine
|
|
59
|
-
|
|
60
|
-
**Role**: `integration`
|
|
61
|
-
|
|
62
|
-
AI-powered customer success recommendation agent using RAG (Retrieval-Augmented Generation).
|
|
63
|
-
|
|
64
|
-
**Pipeline Architecture:**
|
|
65
|
-
1. Semantic search in Qdrant for similar successful cases
|
|
66
|
-
2. GPT-4 generation with retrieved context
|
|
67
|
-
3. Priority ranking based on customer health scores
|
|
68
|
-
|
|
69
|
-
**Integrates with:**
|
|
70
|
-
- GitLabMlRecommendationsService (RAG generation)
|
|
71
|
-
- GitLabMlDashboardService (health metrics)
|
|
72
|
-
- QdrantVectorService (semantic search)
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
**File**: [`drupal/gitlab-ml-recommender.ossa.yaml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/drupal/gitlab-ml-recommender.ossa.yaml)
|
|
76
|
-
|
|
77
|
-
```bash
|
|
78
|
-
ossa validate examples/drupal/gitlab-ml-recommender.ossa.yaml
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
## Enterprise
|
|
82
|
-
|
|
83
|
-
### enterprise-ai-orchestrator
|
|
84
|
-
|
|
85
|
-
Enterprise-grade AI orchestration platform with multi-model support
|
|
86
|
-
|
|
87
|
-
**File**: [`enterprise/agent.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/enterprise/agent.yml)
|
|
88
|
-
|
|
89
|
-
```bash
|
|
90
|
-
ossa validate examples/enterprise/agent.yml
|
|
91
|
-
```
|
|
92
|
-
|
|
93
|
-
## General
|
|
94
|
-
|
|
95
|
-
### FedRAMP Compliance Scanner
|
|
96
|
-
|
|
97
|
-
**Role**: `compliance`
|
|
98
|
-
|
|
99
|
-
Automated FedRAMP compliance scanning agent that validates
|
|
100
|
-
infrastructure against FedRAMP Moderate controls.
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
**File**: [`compliance-agent.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/compliance-agent.yml)
|
|
104
|
-
|
|
105
|
-
```bash
|
|
106
|
-
ossa validate examples/compliance-agent.yml
|
|
107
|
-
```
|
|
108
|
-
|
|
109
|
-
## Kagent
|
|
110
|
-
|
|
111
|
-
### Kubernetes Troubleshooter
|
|
112
|
-
|
|
113
|
-
**Role**: `monitoring`
|
|
114
|
-
|
|
115
|
-
Autonomous Kubernetes cluster troubleshooting agent with diagnostic capabilities
|
|
116
|
-
|
|
117
|
-
**File**: [`kagent/k8s-troubleshooter-v1.ossa.yaml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/kagent/k8s-troubleshooter-v1.ossa.yaml)
|
|
118
|
-
|
|
119
|
-
```bash
|
|
120
|
-
ossa validate examples/kagent/k8s-troubleshooter-v1.ossa.yaml
|
|
121
|
-
```
|
|
122
|
-
|
|
123
|
-
## Minimal
|
|
124
|
-
|
|
125
|
-
### hello-world
|
|
126
|
-
|
|
127
|
-
Minimal OSSA-compliant agent example
|
|
128
|
-
|
|
129
|
-
**File**: [`minimal/agent.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/minimal/agent.yml)
|
|
130
|
-
|
|
131
|
-
```bash
|
|
132
|
-
ossa validate examples/minimal/agent.yml
|
|
133
|
-
```
|
|
134
|
-
|
|
135
|
-
## Production
|
|
136
|
-
|
|
137
|
-
### Document Analyzer
|
|
138
|
-
|
|
139
|
-
**Role**: `data_processing`
|
|
140
|
-
|
|
141
|
-
Production document analysis agent with NLP capabilities
|
|
142
|
-
|
|
143
|
-
**File**: [`production/agent.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/production/agent.yml)
|
|
144
|
-
|
|
145
|
-
```bash
|
|
146
|
-
ossa validate examples/production/agent.yml
|
|
147
|
-
```
|
|
148
|
-
|
|
149
|
-
## Spec-examples
|
|
150
|
-
|
|
151
|
-
### API Integration Bridge Agent
|
|
152
|
-
|
|
153
|
-
**Role**: `integration`
|
|
154
|
-
|
|
155
|
-
Universal API integration agent that connects external services,
|
|
156
|
-
normalizes APIs, and provides unified access layer.
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
**File**: [`spec-examples/integration-agent.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/spec-examples/integration-agent.yml)
|
|
160
|
-
|
|
161
|
-
```bash
|
|
162
|
-
ossa validate examples/spec-examples/integration-agent.yml
|
|
163
|
-
```
|
|
164
|
-
|
|
165
|
-
### Code Generation & Testing Assistant
|
|
166
|
-
|
|
167
|
-
**Role**: `development`
|
|
168
|
-
|
|
169
|
-
AI-powered code generation agent with support for multiple languages,
|
|
170
|
-
test generation, and code review capabilities.
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
**File**: [`spec-examples/development-agent.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/spec-examples/development-agent.yml)
|
|
174
|
-
|
|
175
|
-
```bash
|
|
176
|
-
ossa validate examples/spec-examples/development-agent.yml
|
|
177
|
-
```
|
|
178
|
-
|
|
179
|
-
### Customer Support Chat Agent
|
|
180
|
-
|
|
181
|
-
**Role**: `chat`
|
|
182
|
-
|
|
183
|
-
AI-powered customer support agent with natural language understanding,
|
|
184
|
-
context retention, and integration with ticketing systems.
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
**File**: [`spec-examples/chat-agent.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/spec-examples/chat-agent.yml)
|
|
188
|
-
|
|
189
|
-
```bash
|
|
190
|
-
ossa validate examples/spec-examples/chat-agent.yml
|
|
191
|
-
```
|
|
192
|
-
|
|
193
|
-
### Data ETL Processing Agent
|
|
194
|
-
|
|
195
|
-
**Role**: `data_processing`
|
|
196
|
-
|
|
197
|
-
High-performance data extraction, transformation, and loading agent
|
|
198
|
-
with support for multiple data sources and destinations.
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
**File**: [`spec-examples/data-processing-agent.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/spec-examples/data-processing-agent.yml)
|
|
202
|
-
|
|
203
|
-
```bash
|
|
204
|
-
ossa validate examples/spec-examples/data-processing-agent.yml
|
|
205
|
-
```
|
|
206
|
-
|
|
207
|
-
### Edge Processing Agent
|
|
208
|
-
|
|
209
|
-
**Role**: `monitoring`
|
|
210
|
-
|
|
211
|
-
Lightweight agent optimized for edge deployment with minimal
|
|
212
|
-
resource requirements and offline capabilities.
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
**File**: [`spec-examples/edge-agent.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/spec-examples/edge-agent.yml)
|
|
216
|
-
|
|
217
|
-
```bash
|
|
218
|
-
ossa validate examples/spec-examples/edge-agent.yml
|
|
219
|
-
```
|
|
220
|
-
|
|
221
|
-
### FedRAMP Compliance Scanner
|
|
222
|
-
|
|
223
|
-
**Role**: `compliance`
|
|
224
|
-
|
|
225
|
-
Automated compliance scanning agent for FedRAMP Moderate environments.
|
|
226
|
-
Scans infrastructure, code, and configurations for security vulnerabilities
|
|
227
|
-
and compliance violations.
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
**File**: [`spec-examples/compliance-agent.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/spec-examples/compliance-agent.yml)
|
|
231
|
-
|
|
232
|
-
```bash
|
|
233
|
-
ossa validate examples/spec-examples/compliance-agent.yml
|
|
234
|
-
```
|
|
235
|
-
|
|
236
|
-
### Security Audit Agent
|
|
237
|
-
|
|
238
|
-
**Role**: `audit`
|
|
239
|
-
|
|
240
|
-
Automated security auditing agent that scans infrastructure,
|
|
241
|
-
detects vulnerabilities, and generates compliance reports.
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
**File**: [`spec-examples/audit-agent.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/spec-examples/audit-agent.yml)
|
|
245
|
-
|
|
246
|
-
```bash
|
|
247
|
-
ossa validate examples/spec-examples/audit-agent.yml
|
|
248
|
-
```
|
|
249
|
-
|
|
250
|
-
### Serverless Function Agent
|
|
251
|
-
|
|
252
|
-
**Role**: `custom`
|
|
253
|
-
|
|
254
|
-
Serverless agent optimized for AWS Lambda, Google Cloud Functions,
|
|
255
|
-
and Azure Functions with auto-scaling and cost optimization.
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
**File**: [`spec-examples/serverless-agent.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/spec-examples/serverless-agent.yml)
|
|
259
|
-
|
|
260
|
-
```bash
|
|
261
|
-
ossa validate examples/spec-examples/serverless-agent.yml
|
|
262
|
-
```
|
|
263
|
-
|
|
264
|
-
### System Health Monitoring Agent
|
|
265
|
-
|
|
266
|
-
**Role**: `monitoring`
|
|
267
|
-
|
|
268
|
-
Continuous system health monitoring with intelligent alerting
|
|
269
|
-
and auto-remediation capabilities.
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
**File**: [`spec-examples/monitoring-agent.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/spec-examples/monitoring-agent.yml)
|
|
273
|
-
|
|
274
|
-
```bash
|
|
275
|
-
ossa validate examples/spec-examples/monitoring-agent.yml
|
|
276
|
-
```
|
|
277
|
-
|
|
278
|
-
### Workflow Orchestration Agent
|
|
279
|
-
|
|
280
|
-
**Role**: `orchestration`
|
|
281
|
-
|
|
282
|
-
Advanced workflow orchestration agent that coordinates multi-step processes,
|
|
283
|
-
manages agent swarms, and provides intelligent task routing.
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
**File**: [`spec-examples/workflow-agent.yml`](https://github.com/blueflyio/openstandardagents/blob/main/examples/spec-examples/workflow-agent.yml)
|
|
287
|
-
|
|
288
|
-
```bash
|
|
289
|
-
ossa validate examples/spec-examples/workflow-agent.yml
|
|
290
|
-
```
|
|
291
|
-
|
|
292
|
-
## Usage
|
|
293
|
-
|
|
294
|
-
```bash
|
|
295
|
-
# Validate any example
|
|
296
|
-
ossa validate examples/<path>
|
|
297
|
-
|
|
298
|
-
# Run an example
|
|
299
|
-
ossa run examples/<path>
|
|
300
|
-
```
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: "Students Researchers"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# For Students & Researchers
|
|
6
|
-
|
|
7
|
-
OSSA provides a standard format for studying, comparing, and researching AI agent architectures.
|
|
8
|
-
|
|
9
|
-
## Why OSSA for Research?
|
|
10
|
-
|
|
11
|
-
### Standard Format Enables Comparison
|
|
12
|
-
|
|
13
|
-
Before OSSA, comparing agents across frameworks was difficult:
|
|
14
|
-
- Different code structures
|
|
15
|
-
- Framework-specific implementations
|
|
16
|
-
- No standard metrics
|
|
17
|
-
|
|
18
|
-
With OSSA:
|
|
19
|
-
- ✅ Standard format enables direct comparison
|
|
20
|
-
- ✅ Framework-agnostic research
|
|
21
|
-
- ✅ Reproducible experiments
|
|
22
|
-
- ✅ Academic paper support
|
|
23
|
-
|
|
24
|
-
## Research Use Cases
|
|
25
|
-
|
|
26
|
-
### 1. Agent Architecture Comparison
|
|
27
|
-
|
|
28
|
-
Compare agent designs across frameworks:
|
|
29
|
-
|
|
30
|
-
```yaml
|
|
31
|
-
# LangChain agent → OSSA
|
|
32
|
-
# Anthropic SDK agent → OSSA
|
|
33
|
-
# Custom framework → OSSA
|
|
34
|
-
# Compare capabilities, performance, cost
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
### 2. Multi-Agent System Research
|
|
38
|
-
|
|
39
|
-
Study agent orchestration patterns:
|
|
40
|
-
|
|
41
|
-
- Agent-to-agent communication
|
|
42
|
-
- Workflow patterns
|
|
43
|
-
- Failure recovery
|
|
44
|
-
- Cost optimization
|
|
45
|
-
|
|
46
|
-
### 3. Framework Migration Studies
|
|
47
|
-
|
|
48
|
-
Research migration patterns:
|
|
49
|
-
|
|
50
|
-
- Framework lock-in analysis
|
|
51
|
-
- Portability metrics
|
|
52
|
-
- Migration complexity
|
|
53
|
-
- Performance impact
|
|
54
|
-
|
|
55
|
-
## Academic Resources
|
|
56
|
-
|
|
57
|
-
### Papers & Publications
|
|
58
|
-
|
|
59
|
-
- OSSA Specification: [spec/v0.2.x/ossa-0.2.x.schema.json](https://github.com/blueflyio/openstandardagents/blob/main/spec/v0.2.6/ossa-0.2.6.schema.json) (latest v0.2.x schema)
|
|
60
|
-
- Examples Library: [examples/](https://github.com/blueflyio/openstandardagents/tree/main/examples)
|
|
61
|
-
|
|
62
|
-
### Research Questions
|
|
63
|
-
|
|
64
|
-
1. **How do different LLM providers affect agent performance?**
|
|
65
|
-
- Compare OpenAI, Anthropic, Google agents in OSSA format
|
|
66
|
-
- Measure latency, cost, accuracy
|
|
67
|
-
|
|
68
|
-
2. **What are optimal agent orchestration patterns?**
|
|
69
|
-
- Study multi-agent workflows
|
|
70
|
-
- Analyze failure recovery strategies
|
|
71
|
-
|
|
72
|
-
3. **How does framework choice impact agent portability?**
|
|
73
|
-
- Measure migration effort
|
|
74
|
-
- Compare runtime performance
|
|
75
|
-
|
|
76
|
-
## Getting Started for Research
|
|
77
|
-
|
|
78
|
-
### Step 1: Understand the Standard
|
|
79
|
-
|
|
80
|
-
Read the specification:
|
|
81
|
-
- [Specification Deep-Dive](../Technical/Specification-Deep-Dive)
|
|
82
|
-
- [Schema Reference](../Technical/Schema-Reference)
|
|
83
|
-
|
|
84
|
-
### Step 2: Study Examples
|
|
85
|
-
|
|
86
|
-
Review annotated examples:
|
|
87
|
-
- [Hello World Complete](https://github.com/blueflyio/openstandardagents/blob/main/examples/getting-started/hello-world-complete.ossa.yaml)
|
|
88
|
-
- [Integration Patterns](../Examples/Integration-Patterns)
|
|
89
|
-
|
|
90
|
-
### Step 3: Create Research Agents
|
|
91
|
-
|
|
92
|
-
Generate agents for your research:
|
|
93
|
-
|
|
94
|
-
```bash
|
|
95
|
-
ossa generate chat --name "research-agent-1"
|
|
96
|
-
ossa generate workflow --name "research-agent-2"
|
|
97
|
-
```
|
|
98
|
-
|
|
99
|
-
### Step 4: Compare & Analyze
|
|
100
|
-
|
|
101
|
-
Use OSSA format to:
|
|
102
|
-
- Compare agent designs
|
|
103
|
-
- Measure performance
|
|
104
|
-
- Analyze costs
|
|
105
|
-
- Study patterns
|
|
106
|
-
|
|
107
|
-
## Contributing Research
|
|
108
|
-
|
|
109
|
-
We welcome research contributions:
|
|
110
|
-
|
|
111
|
-
1. **Case Studies**: Document your research findings
|
|
112
|
-
2. **Pattern Analysis**: Share discovered patterns
|
|
113
|
-
3. **Performance Studies**: Contribute benchmarks
|
|
114
|
-
4. **Academic Papers**: Reference OSSA in publications
|
|
115
|
-
|
|
116
|
-
## Related Resources
|
|
117
|
-
|
|
118
|
-
- [Getting Started](../Getting-Started/5-Minute-Overview)
|
|
119
|
-
- [Technical Documentation](../Technical/Specification-Deep-Dive)
|
|
120
|
-
- [Examples & Patterns](../Examples/Getting-Started-Examples)
|
|
121
|
-
- [Repository](https://github.com/blueflyio/openstandardagents)
|
|
122
|
-
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: "Getting Started with OSSA"
|
|
3
|
-
description: "Quick start guide for building your first OSSA agent"
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Getting Started with OSSA
|
|
7
|
-
|
|
8
|
-
## What is OSSA?
|
|
9
|
-
|
|
10
|
-
OSSA (Open Standard for Scalable Agents) is a specification standard for AI agents, similar to how OpenAPI standardizes REST APIs.
|
|
11
|
-
|
|
12
|
-
**OSSA is NOT a framework** - it's a standard that defines the contract.
|
|
13
|
-
|
|
14
|
-
## Installation
|
|
15
|
-
|
|
16
|
-
```bash
|
|
17
|
-
npm install -g @bluefly/openstandardagents
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
## Quick Start
|
|
21
|
-
|
|
22
|
-
### 1. Initialize a New Agent
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
ossa init my-agent --type worker
|
|
26
|
-
cd .agents/my-agent
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
### 2. Edit Agent Manifest
|
|
30
|
-
|
|
31
|
-
Edit `agent.yml`:
|
|
32
|
-
|
|
33
|
-
```yaml
|
|
34
|
-
apiVersion: ossa/v{{version}}
|
|
35
|
-
|
|
36
|
-
agent:
|
|
37
|
-
id: my-agent
|
|
38
|
-
name: My Agent
|
|
39
|
-
version: "1.0.0"
|
|
40
|
-
role: worker
|
|
41
|
-
|
|
42
|
-
runtime:
|
|
43
|
-
type: docker
|
|
44
|
-
|
|
45
|
-
capabilities:
|
|
46
|
-
- name: process_data
|
|
47
|
-
description: Process incoming data
|
|
48
|
-
input_schema:
|
|
49
|
-
type: object
|
|
50
|
-
properties:
|
|
51
|
-
data:
|
|
52
|
-
type: string
|
|
53
|
-
output_schema:
|
|
54
|
-
type: object
|
|
55
|
-
properties:
|
|
56
|
-
result:
|
|
57
|
-
type: string
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
### 3. Validate
|
|
61
|
-
|
|
62
|
-
```bash
|
|
63
|
-
ossa validate agent.yml
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
### 4. Deploy
|
|
67
|
-
|
|
68
|
-
OSSA doesn't dictate deployment. Deploy to YOUR infrastructure:
|
|
69
|
-
- Docker / Kubernetes
|
|
70
|
-
- AWS / GCP / Azure
|
|
71
|
-
- On-premise
|
|
72
|
-
- Serverless
|
|
73
|
-
|
|
74
|
-
## CLI Commands
|
|
75
|
-
|
|
76
|
-
- `ossa init <name>` - Initialize new agent project
|
|
77
|
-
- `ossa validate <path>` - Validate against OSSA 1.0 schema
|
|
78
|
-
- `ossa generate <type>` - Generate from template
|
|
79
|
-
- `ossa migrate <source>` - Migrate v0.1.9 → 1.0
|
|
80
|
-
|
|
81
|
-
## Next Steps
|
|
82
|
-
|
|
83
|
-
- Review [Examples](/docs/examples/migration-guides)
|
|
84
|
-
- Read the [Schema Reference](/docs/schema-reference)
|
|
85
|
-
- Visit the [GitHub Repository](https://github.com/blueflyio/openstandardagents)
|
|
86
|
-
|
|
87
|
-
## Need More Features?
|
|
88
|
-
|
|
89
|
-
For production features like GitLab integration, Kubernetes deployment, and monitoring, see:
|
|
90
|
-
|
|
91
|
-
**[agent-buildkit](https://github.com/blueflyio/openstandardagents)** - Reference implementation with production tooling
|
|
92
|
-
|
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: "Installation"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Installation Guide
|
|
6
|
-
|
|
7
|
-
Install OSSA CLI and get ready to create your first agent.
|
|
8
|
-
|
|
9
|
-
## Prerequisites
|
|
10
|
-
|
|
11
|
-
- **Node.js** 18+ (for OSSA CLI)
|
|
12
|
-
- **npm** or **yarn** package manager
|
|
13
|
-
- Basic familiarity with YAML/JSON
|
|
14
|
-
|
|
15
|
-
## Installation Methods
|
|
16
|
-
|
|
17
|
-
### Method 1: Global Installation (Recommended)
|
|
18
|
-
|
|
19
|
-
Install OSSA CLI globally for use across all projects:
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
npm install -g @bluefly/open-standards-scalable-agents
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
Verify installation:
|
|
26
|
-
|
|
27
|
-
```bash
|
|
28
|
-
ossa --version
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
### Method 2: Local Installation
|
|
32
|
-
|
|
33
|
-
Install in a specific project:
|
|
34
|
-
|
|
35
|
-
```bash
|
|
36
|
-
npm install --save-dev @bluefly/open-standards-scalable-agents
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
Use via npx:
|
|
40
|
-
|
|
41
|
-
```bash
|
|
42
|
-
npx ossa --version
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
### Method 3: Using agent-buildkit (Production)
|
|
46
|
-
|
|
47
|
-
For production deployments with full features:
|
|
48
|
-
|
|
49
|
-
```bash
|
|
50
|
-
npm install -g @bluefly/agent-buildkit
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
This includes OSSA validation plus:
|
|
54
|
-
- GitLab integration
|
|
55
|
-
- Kubernetes deployment
|
|
56
|
-
- Production monitoring
|
|
57
|
-
- Compliance tooling
|
|
58
|
-
|
|
59
|
-
## Verify Installation
|
|
60
|
-
|
|
61
|
-
Check that OSSA CLI is working:
|
|
62
|
-
|
|
63
|
-
```bash
|
|
64
|
-
ossa --help
|
|
65
|
-
```
|
|
66
|
-
|
|
67
|
-
You should see:
|
|
68
|
-
|
|
69
|
-
```
|
|
70
|
-
OSSA CLI - Open Standard for Scalable Agents (The OpenAPI for AI Agents)
|
|
71
|
-
|
|
72
|
-
Usage: ossa [options] [command]
|
|
73
|
-
|
|
74
|
-
Options:
|
|
75
|
-
-V, --version output the version number
|
|
76
|
-
-h, --help display help for command
|
|
77
|
-
|
|
78
|
-
Commands:
|
|
79
|
-
validate <path> Validate OSSA agent manifest or OpenAPI spec
|
|
80
|
-
generate <type> Generate OSSA agent manifest from template
|
|
81
|
-
migrate <source> Migrate agent manifest between OSSA versions
|
|
82
|
-
help [command] display help for command
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
## What Gets Installed
|
|
86
|
-
|
|
87
|
-
### OSSA CLI Commands
|
|
88
|
-
|
|
89
|
-
- `ossa validate` - Validate agent manifests against JSON Schema
|
|
90
|
-
- `ossa generate` - Generate agent manifests from templates
|
|
91
|
-
- `ossa migrate` - Migrate between OSSA versions
|
|
92
|
-
|
|
93
|
-
### Package Contents
|
|
94
|
-
|
|
95
|
-
- **JSON Schema**: `spec/v0.2.x/ossa-0.2.x.schema.json` (see latest in `spec/v0.2.6/`)
|
|
96
|
-
- **TypeScript Types**: Available via package exports
|
|
97
|
-
- **CLI Tool**: `bin/ossa` executable
|
|
98
|
-
|
|
99
|
-
## Troubleshooting
|
|
100
|
-
|
|
101
|
-
### Command Not Found
|
|
102
|
-
|
|
103
|
-
If `ossa` command is not found:
|
|
104
|
-
|
|
105
|
-
```bash
|
|
106
|
-
# Check npm global bin path
|
|
107
|
-
npm config get prefix
|
|
108
|
-
|
|
109
|
-
# Add to PATH if needed
|
|
110
|
-
export PATH="$(npm config get prefix)/bin:$PATH"
|
|
111
|
-
```
|
|
112
|
-
|
|
113
|
-
### Permission Errors
|
|
114
|
-
|
|
115
|
-
On Linux/macOS, you may need sudo:
|
|
116
|
-
|
|
117
|
-
```bash
|
|
118
|
-
sudo npm install -g @bluefly/open-standards-scalable-agents
|
|
119
|
-
```
|
|
120
|
-
|
|
121
|
-
Or configure npm to use a different directory:
|
|
122
|
-
|
|
123
|
-
```bash
|
|
124
|
-
mkdir ~/.npm-global
|
|
125
|
-
npm config set prefix '~/.npm-global'
|
|
126
|
-
export PATH=~/.npm-global/bin:$PATH
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
### Version Conflicts
|
|
130
|
-
|
|
131
|
-
If you have multiple versions:
|
|
132
|
-
|
|
133
|
-
```bash
|
|
134
|
-
# List global packages
|
|
135
|
-
npm list -g --depth=0
|
|
136
|
-
|
|
137
|
-
# Uninstall old version
|
|
138
|
-
npm uninstall -g @bluefly/open-standards-scalable-agents
|
|
139
|
-
|
|
140
|
-
# Install latest
|
|
141
|
-
npm install -g @bluefly/open-standards-scalable-agents@latest
|
|
142
|
-
```
|
|
143
|
-
|
|
144
|
-
## Next Steps
|
|
145
|
-
|
|
146
|
-
1. ✅ Installation complete
|
|
147
|
-
2. → [Hello World Tutorial](Hello-World)
|
|
148
|
-
3. → [First Agent Creation](First-Agent)
|
|
149
|
-
|
|
150
|
-
## Related
|
|
151
|
-
|
|
152
|
-
- [5-Minute Overview](5-Minute-Overview)
|
|
153
|
-
- [Hello World Tutorial](Hello-World)
|
|
154
|
-
- [CLI Reference](../Technical/CLI-Reference)
|
|
155
|
-
|