@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,246 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: "Changelog"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Changelog
|
|
6
|
-
|
|
7
|
-
All notable changes to OSSA (Open Standards Scalable Agents) will be documented in this file.
|
|
8
|
-
|
|
9
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
10
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
11
|
-
|
|
12
|
-
## [0.2.1] - 2025-10-14
|
|
13
|
-
|
|
14
|
-
### 🧹 Cleanup & Maintenance Release
|
|
15
|
-
|
|
16
|
-
This release represents a complete transformation of OSSA into an enterprise-grade specification standard, positioned for industry-wide adoption comparable to OpenAPI, Kubernetes, or Terraform.
|
|
17
|
-
|
|
18
|
-
### Added
|
|
19
|
-
- **Apache 2.0 LICENSE** - Full open source license for enterprise legal review
|
|
20
|
-
- **.npmrc Configuration** - Proper npm registry configuration for publishing
|
|
21
|
-
- **npm Publishing Pipeline** - Manual GitLab CI job for controlled releases to npmjs.org
|
|
22
|
-
- **Enterprise Transformation Plan** - Comprehensive roadmap for industry adoption
|
|
23
|
-
- **Streamlined Documentation** - Clean, professional docs structure (6 files vs 119)
|
|
24
|
-
- **Getting Started Guide** - Clear, technical quick-start documentation
|
|
25
|
-
|
|
26
|
-
### Changed
|
|
27
|
-
- **Package Name Standardized** - Now `@bluefly/open-standards-scalable-agents` (consistent with npm)
|
|
28
|
-
- **Version Unified to 1.0.0** - Aligned package.json, schema, and documentation versions
|
|
29
|
-
- **Dependencies Minimized** - Reduced from 8 to 4 deps, removed runtime services (qdrant, redis, pg, zod)
|
|
30
|
-
- **Before**: 12MB+ with runtime dependencies
|
|
31
|
-
- **After**: ~1MB with validation-only dependencies
|
|
32
|
-
- **Impact**: Restored "lightweight standard" core value proposition
|
|
33
|
-
- **Documentation Structure** - Moved 113 files to `docs-to-migrate/` for GitLab Wiki
|
|
34
|
-
- Removed branding, planning, marketing fluff
|
|
35
|
-
- Kept only specification-focused technical docs
|
|
36
|
-
- Professional, Google/GitLab/OpenAI documentation standards
|
|
37
|
-
- **README Updated** - Fixed badges, links, and npm package references
|
|
38
|
-
- **GitLab CI Enhanced** - Added separate `release:gitlab` and `release:npm` manual jobs
|
|
39
|
-
|
|
40
|
-
### Fixed
|
|
41
|
-
- **npm Publishing** - Can now publish to npmjs.org (requires NPM_TOKEN env var)
|
|
42
|
-
- **Version Consistency** - No more confusion between 0.1.9, 0.2.0, and 1.0
|
|
43
|
-
- **Package Identity** - Clear, consistent naming across all platforms
|
|
44
|
-
- **Dependency Bloat** - Removed inappropriate runtime dependencies from specification package
|
|
45
|
-
|
|
46
|
-
### Removed
|
|
47
|
-
- 113 markdown files moved to `docs-to-migrate/` for GitLab Wiki migration
|
|
48
|
-
- Branding guides (6 files)
|
|
49
|
-
- Planning documents (10 files)
|
|
50
|
-
- Architecture guides (7 files → Wiki)
|
|
51
|
-
- Deployment guides (6 files → Wiki)
|
|
52
|
-
- Reference docs (10 files → Wiki)
|
|
53
|
-
- Integration docs (moved to Wiki)
|
|
54
|
-
- Marketing analysis (not needed)
|
|
55
|
-
- Empty `__DELETE_LATER/` directory
|
|
56
|
-
- YAML framework files (AUTOMATED_WORKFLOWS_FRAMEWORK.yaml, etc.)
|
|
57
|
-
- Audit and bridge documentation
|
|
58
|
-
|
|
59
|
-
### Technical Debt Addressed
|
|
60
|
-
- ✅ Legal foundation (LICENSE)
|
|
61
|
-
- ✅ Dependency hygiene (minimal deps)
|
|
62
|
-
- ✅ Version alignment (1.0.0)
|
|
63
|
-
- ✅ Package naming consistency
|
|
64
|
-
- ✅ Documentation organization
|
|
65
|
-
- ✅ Publishing pipeline
|
|
66
|
-
- ⏳ CLI TypeScript migration (planned for v1.1.0)
|
|
67
|
-
|
|
68
|
-
### Enterprise Readiness Checklist
|
|
69
|
-
- ✅ Apache 2.0 License
|
|
70
|
-
- ✅ Semantic Versioning
|
|
71
|
-
- ✅ Minimal Dependencies
|
|
72
|
-
- ✅ Clear Documentation
|
|
73
|
-
- ✅ Publishing Pipeline
|
|
74
|
-
- ✅ Professional Presentation
|
|
75
|
-
- ⏳ Security Policy (SECURITY.md) - Planned
|
|
76
|
-
- ⏳ Backwards Compatibility Guarantee - Planned
|
|
77
|
-
- ⏳ Certification Program - Planned
|
|
78
|
-
|
|
79
|
-
### Migration Notes
|
|
80
|
-
|
|
81
|
-
**For npm users**:
|
|
82
|
-
```bash
|
|
83
|
-
# Old (not published)
|
|
84
|
-
npm install -g @ossa/standard
|
|
85
|
-
|
|
86
|
-
# New (v1.0.0+)
|
|
87
|
-
npm install -g @bluefly/open-standards-scalable-agents
|
|
88
|
-
```
|
|
89
|
-
|
|
90
|
-
**For developers**:
|
|
91
|
-
- CLI commands unchanged (`ossa validate`, `ossa init`, etc.)
|
|
92
|
-
- Schema location unchanged (`spec/ossa-1.0.schema.json`)
|
|
93
|
-
- Examples unchanged (`examples/`)
|
|
94
|
-
|
|
95
|
-
**For documentation**:
|
|
96
|
-
- Comprehensive guides → GitLab Wiki (https://github.com/blueflyio/openstandardagents/wiki/home)
|
|
97
|
-
- Core specification docs → `docs/` directory
|
|
98
|
-
- API documentation → GitLab Pages (automated)
|
|
99
|
-
|
|
100
|
-
### What's Next (v1.1.0)
|
|
101
|
-
- CLI TypeScript migration
|
|
102
|
-
- Enhanced validation error messages
|
|
103
|
-
- VSCode extension
|
|
104
|
-
- Python reference implementation
|
|
105
|
-
- OSSA Certification Program
|
|
106
|
-
|
|
107
|
-
---
|
|
108
|
-
|
|
109
|
-
## [0.2.0] - 2025-10-11
|
|
110
|
-
|
|
111
|
-
### 🎯 Major Consolidation & Standards Compliance Release
|
|
112
|
-
|
|
113
|
-
This release represents a significant cleanup and consolidation of the OSSA specification repository, focusing on production-readiness and professional presentation for enterprise adoption.
|
|
114
|
-
|
|
115
|
-
### Added
|
|
116
|
-
- **Standard GitLab CI/CD Pipeline** - Production-grade continuous integration without custom components
|
|
117
|
-
- **Organized OpenAPI Specifications** - All specs consolidated under `openapi/` directory for clarity
|
|
118
|
-
- **Enhanced Type Safety** - Improved TypeScript configuration with ESM interoperability
|
|
119
|
-
|
|
120
|
-
### Changed
|
|
121
|
-
- **Repository Structure** - Streamlined to specification-focused architecture
|
|
122
|
-
- Removed emoji usage throughout codebase (professional presentation)
|
|
123
|
-
- Eliminated backup files and temporary artifacts
|
|
124
|
-
- Consolidated duplicate configuration files
|
|
125
|
-
- **Documentation Organization** - Clean separation of specification vs implementation docs
|
|
126
|
-
- **CI Configuration** - Standardized pipeline stages with proper failure handling
|
|
127
|
-
|
|
128
|
-
### Fixed
|
|
129
|
-
- **Merge Conflicts Resolved** - Consolidated 7+ feature branches:
|
|
130
|
-
- `feature/redis-event-bus-v0.1.9`
|
|
131
|
-
- `feature/pure-ossa`
|
|
132
|
-
- `feature/automated-import-fixer`
|
|
133
|
-
- `feature/adk-integration`
|
|
134
|
-
- `feature/architecture-visualization`
|
|
135
|
-
- `chore/ossa-cleanup-schema-only`
|
|
136
|
-
- **TypeScript Compilation** - Resolved external reference issues
|
|
137
|
-
- **Schema Validation** - Fixed type safety issues in test suite
|
|
138
|
-
|
|
139
|
-
### Removed
|
|
140
|
-
- Emoji usage across documentation and code
|
|
141
|
-
- Duplicate and backup configuration files
|
|
142
|
-
- Temporary artifacts and merge conflict markers
|
|
143
|
-
|
|
144
|
-
### Technical Details
|
|
145
|
-
- **122 commits consolidated** from multiple feature branches
|
|
146
|
-
- **Schema-only principle** enforced for specification repository
|
|
147
|
-
- **Production-ready CI/CD** with validation, testing, and documentation stages
|
|
148
|
-
|
|
149
|
-
---
|
|
150
|
-
|
|
151
|
-
## [0.1.2] - 2025-09-29
|
|
152
|
-
|
|
153
|
-
### 🎉 Enhancement Release - Production Ready OpenAPI 3.1 Implementation
|
|
154
|
-
|
|
155
|
-
This release represents a complete transformation of OSSA into the industry's most comprehensive OpenAPI 3.1 specification framework for AI agent orchestration.
|
|
156
|
-
|
|
157
|
-
### Added
|
|
158
|
-
- **15 OpenAPI 3.1 Specifications** across core, project, MCP, and legacy domains
|
|
159
|
-
- 6 Core specifications including ACDL and Voice Agent support
|
|
160
|
-
- 4 Project domain specifications for orchestration and discovery
|
|
161
|
-
- 4 MCP infrastructure specifications for Model Context Protocol
|
|
162
|
-
- 1 Legacy/testing specification
|
|
163
|
-
- **Advanced OpenAPI 3.1 Features**
|
|
164
|
-
- JSON Schema Draft 2020-12 with conditional schemas
|
|
165
|
-
- Discriminator mapping for polymorphic agent types
|
|
166
|
-
- Webhooks for event-driven architecture
|
|
167
|
-
- Callbacks for asynchronous operations
|
|
168
|
-
- HATEOAS links for API navigation
|
|
169
|
-
- Content encoding for binary data
|
|
170
|
-
- **Custom OSSA Validator** - 400+ lines of TypeScript validation logic
|
|
171
|
-
- **Universal Agent Protocol (UAP)** - Complete implementation of RASP, ACAP, UADP, CPC
|
|
172
|
-
- **Enterprise Security** - OAuth 2.1 PKCE, mTLS, API key management
|
|
173
|
-
- **Comprehensive Documentation** - Professional README, API docs, migration guides
|
|
174
|
-
- **Infrastructure Standardization** - Complete template for 23-project ecosystem
|
|
175
|
-
- Docker, Kubernetes, Helm chart templates
|
|
176
|
-
- Port management system (3000-5999 range allocation)
|
|
177
|
-
- Service registry for federated orchestration
|
|
178
|
-
- Three deployment profiles (core, dev, full)
|
|
179
|
-
- Standardized Makefile with dev/prod/status commands
|
|
180
|
-
- **Agent Class Naming Convention Fix** - Bulk rename to PascalCase
|
|
181
|
-
- 51 handler files converted from kebab-case to PascalCase
|
|
182
|
-
- 45+ test files updated with correct imports
|
|
183
|
-
- Fixed Jest configuration (moduleNameMapper)
|
|
184
|
-
|
|
185
|
-
### Changed
|
|
186
|
-
- **Complete Documentation Overhaul**
|
|
187
|
-
- README.md rewritten with executive summary, architecture, and benchmarks
|
|
188
|
-
- API documentation with all 15 specifications detailed
|
|
189
|
-
- Redocly configuration with navigation and theming
|
|
190
|
-
- **Project Structure Optimization**
|
|
191
|
-
- Consistent `.openapi.yml` naming convention
|
|
192
|
-
- Logical organization: core/, project/, mcp/, legacy/
|
|
193
|
-
- All file paths updated in package.json
|
|
194
|
-
- **File Organization**
|
|
195
|
-
- Moved ACDL specification from legacy/ to core/
|
|
196
|
-
- Renamed inconsistent files for uniformity
|
|
197
|
-
- Standardized all OpenAPI file extensions
|
|
198
|
-
|
|
199
|
-
### Fixed
|
|
200
|
-
- Package.json scripts now reference correct file paths
|
|
201
|
-
- Redocly configuration includes all 15 specifications
|
|
202
|
-
- TypeScript client generation working perfectly
|
|
203
|
-
- Build process completing successfully
|
|
204
|
-
- Main specification validates with only 7 warnings
|
|
205
|
-
|
|
206
|
-
### Technical Improvements
|
|
207
|
-
- **Performance**: <3s startup, <256MB memory, <5% CPU idle
|
|
208
|
-
- **Validation**: All specs pass basic OpenAPI 3.1 validation
|
|
209
|
-
- **Type Safety**: Complete TypeScript type generation
|
|
210
|
-
- **Documentation**: Interactive API docs with Redocly
|
|
211
|
-
- **Testing**: Comprehensive validation commands
|
|
212
|
-
|
|
213
|
-
### Migration Notes
|
|
214
|
-
- All API paths updated from `src/api/` to organized subdirectories
|
|
215
|
-
- ACDL specification promoted to core component
|
|
216
|
-
- Voice agent specification added to core
|
|
217
|
-
- Legacy specifications isolated in legacy/ directory
|
|
218
|
-
|
|
219
|
-
### Known Issues
|
|
220
|
-
- 7 warnings in main specification (non-blocking)
|
|
221
|
-
- Some legacy specs need security definitions
|
|
222
|
-
- Webhook operations missing operationIds (cosmetic)
|
|
223
|
-
|
|
224
|
-
## [0.1.9] - 2025-09-12
|
|
225
|
-
|
|
226
|
-
### Overview
|
|
227
|
-
Enhanced OSSA v0.1.9 release with master orchestrator capabilities, multi-agent coordination, and GitLab CI/CD integration.
|
|
228
|
-
|
|
229
|
-
### Added
|
|
230
|
-
- **OSSA Master Orchestrator**: Enhanced orchestrator with multi-agent coordination
|
|
231
|
-
- **CLI Enhancements**: New OSSA orchestrator commands
|
|
232
|
-
- **API-First Development**: OpenAPI 3.1.0 compliance
|
|
233
|
-
- **GitLab CI/CD Integration**: Golden component v0.1.0
|
|
234
|
-
- **Infrastructure Support**: Kubernetes, Helm, OrbStack deployment
|
|
235
|
-
|
|
236
|
-
## [0.1.8] - 2024-09-10
|
|
237
|
-
|
|
238
|
-
### Added
|
|
239
|
-
- Initial OSSA foundation and core architecture
|
|
240
|
-
- Basic agent specification and registry
|
|
241
|
-
- CLI tools prototype
|
|
242
|
-
|
|
243
|
-
---
|
|
244
|
-
|
|
245
|
-
For detailed migration instructions, see [MIGRATION.md](docs/MIGRATION.md)
|
|
246
|
-
For release procedures, see [RELEASE.md](RELEASE.md)
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
# CLI Reference
|
|
2
|
-
|
|
3
|
-
The OSSA CLI provides commands for managing AI agents throughout their lifecycle.
|
|
4
|
-
|
|
5
|
-
## Installation
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
npm install -g @bluefly/openstandardagents
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Quick Start
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
# Validate an agent manifest
|
|
15
|
-
ossa validate agent.ossa.yaml
|
|
16
|
-
|
|
17
|
-
# Generate a new agent
|
|
18
|
-
ossa generate worker --name "My Agent"
|
|
19
|
-
|
|
20
|
-
# Run an agent locally
|
|
21
|
-
ossa run agent.ossa.yaml
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
## Commands
|
|
25
|
-
|
|
26
|
-
### [ossa validate](./ossa-validate.md)
|
|
27
|
-
|
|
28
|
-
Validate OSSA agent manifests against the schema
|
|
29
|
-
|
|
30
|
-
### [ossa generate](./ossa-generate.md)
|
|
31
|
-
|
|
32
|
-
Generate OSSA agent manifests from templates
|
|
33
|
-
|
|
34
|
-
### [ossa migrate](./ossa-migrate.md)
|
|
35
|
-
|
|
36
|
-
Migrate agent manifests between OSSA versions
|
|
37
|
-
|
|
38
|
-
### [ossa run](./ossa-run.md)
|
|
39
|
-
|
|
40
|
-
Run an OSSA agent locally
|
|
41
|
-
|
|
42
|
-
### [ossa init](./ossa-init.md)
|
|
43
|
-
|
|
44
|
-
Initialize a new OSSA project
|
|
45
|
-
|
|
46
|
-
### [ossa setup](./ossa-setup.md)
|
|
47
|
-
|
|
48
|
-
Set up OSSA development environment
|
|
49
|
-
|
|
50
|
-
### [ossa export](./ossa-export.md)
|
|
51
|
-
|
|
52
|
-
Export agent manifest to different formats
|
|
53
|
-
|
|
54
|
-
### [ossa import](./ossa-import.md)
|
|
55
|
-
|
|
56
|
-
Import agents from other frameworks
|
|
57
|
-
|
|
58
|
-
### [ossa schema](./ossa-schema.md)
|
|
59
|
-
|
|
60
|
-
View and manage OSSA schemas
|
|
61
|
-
|
|
62
|
-
### [ossa gitlab-agent](./ossa-gitlab-agent.md)
|
|
63
|
-
|
|
64
|
-
Manage GitLab agent integration
|
|
65
|
-
|
|
66
|
-
### [ossa agents](./ossa-agents.md)
|
|
67
|
-
|
|
68
|
-
Manage OSSA agents
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
## Global Options
|
|
72
|
-
|
|
73
|
-
- `--help` - Show help for any command
|
|
74
|
-
- `--version` - Show OSSA CLI version
|
|
75
|
-
- `--config <path>` - Path to config file
|
|
76
|
-
- `--verbose` - Enable verbose logging
|
|
77
|
-
- `--quiet` - Suppress output
|
|
78
|
-
|
|
79
|
-
## Configuration
|
|
80
|
-
|
|
81
|
-
The OSSA CLI can be configured via:
|
|
82
|
-
|
|
83
|
-
1. **Config file**: `.ossarc.json` or `.ossarc.yaml`
|
|
84
|
-
2. **Environment variables**: `OSSA_*`
|
|
85
|
-
3. **Command-line flags**
|
|
86
|
-
|
|
87
|
-
Example `.ossarc.json`:
|
|
88
|
-
|
|
89
|
-
```json
|
|
90
|
-
{
|
|
91
|
-
"registry": "https://registry.ossa.dev",
|
|
92
|
-
"defaultVersion": "0.2.5-RC",
|
|
93
|
-
"validation": {
|
|
94
|
-
"strict": true
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
```
|
|
98
|
-
|
|
99
|
-
## Environment Variables
|
|
100
|
-
|
|
101
|
-
- `OSSA_REGISTRY` - Agent registry URL
|
|
102
|
-
- `OSSA_API_KEY` - API authentication key
|
|
103
|
-
- `OSSA_VERSION` - Default OSSA version
|
|
104
|
-
- `OSSA_DEBUG` - Enable debug mode
|
|
105
|
-
|
|
106
|
-
## Related Documentation
|
|
107
|
-
|
|
108
|
-
- [API Reference](../api-reference/index.md)
|
|
109
|
-
- [Schema Reference](../schema-reference/index.md)
|
|
110
|
-
- [Getting Started](../getting-started/index.md)
|
|
111
|
-
- [Guides](../guides/index.md)
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
# ossa agents
|
|
2
|
-
|
|
3
|
-
**Purpose**: Manage OSSA agents
|
|
4
|
-
|
|
5
|
-
## Synopsis
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
ossa agents <action> [options]
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Description
|
|
12
|
-
|
|
13
|
-
Manage OSSA agents
|
|
14
|
-
|
|
15
|
-
## Arguments
|
|
16
|
-
|
|
17
|
-
- `<action>` (required) - Action: list, get, create, update, delete
|
|
18
|
-
|
|
19
|
-
## Options
|
|
20
|
-
|
|
21
|
-
- `--id <id>` - Agent ID
|
|
22
|
-
- `--role <role>` - Filter by role
|
|
23
|
-
- `--status <status>` - Filter by status
|
|
24
|
-
- `--format <format>` - Output format: json, yaml, table (default: table)
|
|
25
|
-
|
|
26
|
-
## Examples
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
ossa agents list
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
```bash
|
|
33
|
-
ossa agents list --role worker
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
```bash
|
|
37
|
-
ossa agents get --id my-agent
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
```bash
|
|
41
|
-
ossa agents create agent.ossa.yaml
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
```bash
|
|
45
|
-
ossa agents delete --id my-agent
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
## API Endpoint Connection
|
|
49
|
-
|
|
50
|
-
This command uses the following API endpoint:
|
|
51
|
-
- `GET /api/v1/agents` - [API Reference](../api-reference/index.md)
|
|
52
|
-
|
|
53
|
-
## Exit Codes
|
|
54
|
-
|
|
55
|
-
- `0` - Success
|
|
56
|
-
- `1` - General error
|
|
57
|
-
- `2` - Invalid arguments
|
|
58
|
-
- `3` - File not found
|
|
59
|
-
|
|
60
|
-
## Related Commands
|
|
61
|
-
|
|
62
|
-
- [ossa validate](./ossa-validate.md)
|
|
63
|
-
- [ossa generate](./ossa-generate.md)
|
|
64
|
-
- [ossa migrate](./ossa-migrate.md)
|
|
65
|
-
|
|
66
|
-
## Related Documentation
|
|
67
|
-
|
|
68
|
-
- [API Reference](../api-reference/index.md)
|
|
69
|
-
- [Schema Reference](../schema-reference/index.md)
|
|
70
|
-
- [Getting Started](../getting-started/index.md)
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
# ossa export
|
|
2
|
-
|
|
3
|
-
**Purpose**: Export agent manifest to different formats
|
|
4
|
-
|
|
5
|
-
## Synopsis
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
ossa export <manifest> [options]
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Description
|
|
12
|
-
|
|
13
|
-
Export agent manifest to different formats
|
|
14
|
-
|
|
15
|
-
## Arguments
|
|
16
|
-
|
|
17
|
-
- `<manifest>` (required) - Path to agent manifest
|
|
18
|
-
|
|
19
|
-
## Options
|
|
20
|
-
|
|
21
|
-
- `--format <format>` - Export format: json, yaml, openapi, k8s (default: json)
|
|
22
|
-
- `--output <path>` - Output file path
|
|
23
|
-
- `--pretty` - Pretty print output
|
|
24
|
-
|
|
25
|
-
## Examples
|
|
26
|
-
|
|
27
|
-
```bash
|
|
28
|
-
ossa export agent.ossa.yaml --format json
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
ossa export agent.ossa.yaml --format k8s --output deployment.yaml
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
```bash
|
|
36
|
-
ossa export agent.ossa.yaml --format openapi --pretty
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
## Exit Codes
|
|
40
|
-
|
|
41
|
-
- `0` - Success
|
|
42
|
-
- `1` - General error
|
|
43
|
-
- `2` - Invalid arguments
|
|
44
|
-
- `3` - File not found
|
|
45
|
-
|
|
46
|
-
## Related Commands
|
|
47
|
-
|
|
48
|
-
- [ossa validate](./ossa-validate.md)
|
|
49
|
-
- [ossa generate](./ossa-generate.md)
|
|
50
|
-
- [ossa migrate](./ossa-migrate.md)
|
|
51
|
-
|
|
52
|
-
## Related Documentation
|
|
53
|
-
|
|
54
|
-
- [API Reference](../api-reference/index.md)
|
|
55
|
-
- [Schema Reference](../schema-reference/index.md)
|
|
56
|
-
- [Getting Started](../getting-started/index.md)
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
# ossa generate
|
|
2
|
-
|
|
3
|
-
**Purpose**: Generate OSSA agent manifests from templates
|
|
4
|
-
|
|
5
|
-
## Synopsis
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
ossa generate <type> [options]
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Description
|
|
12
|
-
|
|
13
|
-
Generate OSSA agent manifests from templates
|
|
14
|
-
|
|
15
|
-
## Arguments
|
|
16
|
-
|
|
17
|
-
- `<type>` (required) - Agent type: worker, orchestrator, compliance, chat
|
|
18
|
-
|
|
19
|
-
## Options
|
|
20
|
-
|
|
21
|
-
- `--name <name>` - Agent name (default: My Agent)
|
|
22
|
-
- `--id <id>` - Agent ID (DNS-1123 format)
|
|
23
|
-
- `--output <path>` - Output file path (default: agent.ossa.yaml)
|
|
24
|
-
- `--interactive` - Interactive mode with prompts
|
|
25
|
-
|
|
26
|
-
## Examples
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
ossa generate worker --name "Data Processor"
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
```bash
|
|
33
|
-
ossa generate orchestrator --id my-orchestrator
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
```bash
|
|
37
|
-
ossa generate compliance --interactive
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
```bash
|
|
41
|
-
ossa generate chat --output chat-agent.yaml
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
## API Endpoint Connection
|
|
45
|
-
|
|
46
|
-
This command uses the following API endpoint:
|
|
47
|
-
- `POST /api/v1/agents/generate` - [API Reference](../api-reference/index.md)
|
|
48
|
-
|
|
49
|
-
## Exit Codes
|
|
50
|
-
|
|
51
|
-
- `0` - Success
|
|
52
|
-
- `1` - General error
|
|
53
|
-
- `2` - Invalid arguments
|
|
54
|
-
- `3` - File not found
|
|
55
|
-
|
|
56
|
-
## Related Commands
|
|
57
|
-
|
|
58
|
-
- [ossa validate](./ossa-validate.md)
|
|
59
|
-
- [ossa migrate](./ossa-migrate.md)
|
|
60
|
-
- [ossa run](./ossa-run.md)
|
|
61
|
-
|
|
62
|
-
## Related Documentation
|
|
63
|
-
|
|
64
|
-
- [API Reference](../api-reference/index.md)
|
|
65
|
-
- [Schema Reference](../schema-reference/index.md)
|
|
66
|
-
- [Getting Started](../getting-started/index.md)
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
# ossa gitlab-agent
|
|
2
|
-
|
|
3
|
-
**Purpose**: Manage GitLab agent integration
|
|
4
|
-
|
|
5
|
-
## Synopsis
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
ossa gitlab-agent [options]
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Description
|
|
12
|
-
|
|
13
|
-
Manage GitLab agent integration
|
|
14
|
-
|
|
15
|
-
## Options
|
|
16
|
-
|
|
17
|
-
- `--configure` - Configure GitLab agent
|
|
18
|
-
- `--deploy` - Deploy agent to GitLab
|
|
19
|
-
- `--status` - Check agent status
|
|
20
|
-
- `--logs` - View agent logs
|
|
21
|
-
|
|
22
|
-
## Examples
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
ossa gitlab-agent --configure
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
ossa gitlab-agent --deploy
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
```bash
|
|
33
|
-
ossa gitlab-agent --status
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
```bash
|
|
37
|
-
ossa gitlab-agent --logs
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
## Exit Codes
|
|
41
|
-
|
|
42
|
-
- `0` - Success
|
|
43
|
-
- `1` - General error
|
|
44
|
-
- `2` - Invalid arguments
|
|
45
|
-
- `3` - File not found
|
|
46
|
-
|
|
47
|
-
## Related Commands
|
|
48
|
-
|
|
49
|
-
- [ossa validate](./ossa-validate.md)
|
|
50
|
-
- [ossa generate](./ossa-generate.md)
|
|
51
|
-
- [ossa migrate](./ossa-migrate.md)
|
|
52
|
-
|
|
53
|
-
## Related Documentation
|
|
54
|
-
|
|
55
|
-
- [API Reference](../api-reference/index.md)
|
|
56
|
-
- [Schema Reference](../schema-reference/index.md)
|
|
57
|
-
- [Getting Started](../getting-started/index.md)
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
# ossa import
|
|
2
|
-
|
|
3
|
-
**Purpose**: Import agents from other frameworks
|
|
4
|
-
|
|
5
|
-
## Synopsis
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
ossa import <source> [options]
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Description
|
|
12
|
-
|
|
13
|
-
Import agents from other frameworks
|
|
14
|
-
|
|
15
|
-
## Arguments
|
|
16
|
-
|
|
17
|
-
- `<source>` (required) - Source file or URL
|
|
18
|
-
|
|
19
|
-
## Options
|
|
20
|
-
|
|
21
|
-
- `--from <framework>` - Source framework: langchain, crewai, openai, mcp
|
|
22
|
-
- `--output <path>` - Output file path (default: agent.ossa.yaml)
|
|
23
|
-
- `--validate` - Validate after import
|
|
24
|
-
|
|
25
|
-
## Examples
|
|
26
|
-
|
|
27
|
-
```bash
|
|
28
|
-
ossa import langchain-agent.py --from langchain
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
ossa import crew.yaml --from crewai --validate
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
```bash
|
|
36
|
-
ossa import https://example.com/agent.json --from openai
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
## Exit Codes
|
|
40
|
-
|
|
41
|
-
- `0` - Success
|
|
42
|
-
- `1` - General error
|
|
43
|
-
- `2` - Invalid arguments
|
|
44
|
-
- `3` - File not found
|
|
45
|
-
|
|
46
|
-
## Related Commands
|
|
47
|
-
|
|
48
|
-
- [ossa validate](./ossa-validate.md)
|
|
49
|
-
- [ossa generate](./ossa-generate.md)
|
|
50
|
-
- [ossa migrate](./ossa-migrate.md)
|
|
51
|
-
|
|
52
|
-
## Related Documentation
|
|
53
|
-
|
|
54
|
-
- [API Reference](../api-reference/index.md)
|
|
55
|
-
- [Schema Reference](../schema-reference/index.md)
|
|
56
|
-
- [Getting Started](../getting-started/index.md)
|