@bluefly/openstandardagents 0.3.1 → 0.3.2
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 +87 -0
- package/.gitlab-ci-trigger +1 -0
- package/.wiki-config.json +24 -0
- package/CHANGELOG.md +212 -1
- package/README.md +31 -56
- package/dist/adapters/anthropic/runtime.js +2 -2
- package/dist/adapters/anthropic/runtime.js.map +1 -1
- package/dist/bot/architecture-validator-bot.d.ts +8 -0
- package/dist/bot/architecture-validator-bot.d.ts.map +1 -0
- package/dist/bot/architecture-validator-bot.js +15 -0
- package/dist/bot/architecture-validator-bot.js.map +1 -0
- package/dist/bot/ci-pipeline-bot.d.ts +7 -0
- package/dist/bot/ci-pipeline-bot.d.ts.map +1 -0
- package/dist/bot/ci-pipeline-bot.js +7 -0
- package/dist/bot/ci-pipeline-bot.js.map +1 -0
- package/dist/bot/compliance-bot.d.ts +56 -0
- package/dist/bot/compliance-bot.d.ts.map +1 -0
- package/dist/bot/compliance-bot.js +203 -0
- package/dist/bot/compliance-bot.js.map +1 -0
- package/dist/bot/dependency-updater-bot.d.ts +9 -0
- package/dist/bot/dependency-updater-bot.d.ts.map +1 -0
- package/dist/bot/dependency-updater-bot.js +9 -0
- package/dist/bot/dependency-updater-bot.js.map +1 -0
- package/dist/bot/security-scanner-bot.d.ts +11 -0
- package/dist/bot/security-scanner-bot.d.ts.map +1 -0
- package/dist/bot/security-scanner-bot.js +21 -0
- package/dist/bot/security-scanner-bot.js.map +1 -0
- package/dist/cli/commands/agent-card.command.d.ts +11 -0
- package/dist/cli/commands/agent-card.command.d.ts.map +1 -0
- package/dist/cli/commands/agent-card.command.js +285 -0
- package/dist/cli/commands/agent-card.command.js.map +1 -0
- package/dist/cli/commands/agents.command.d.ts +11 -0
- package/dist/cli/commands/agents.command.d.ts.map +1 -0
- package/dist/cli/commands/agents.command.js +326 -0
- package/dist/cli/commands/agents.command.js.map +1 -0
- package/dist/cli/commands/generate.command.d.ts +13 -2
- package/dist/cli/commands/generate.command.d.ts.map +1 -1
- package/dist/cli/commands/generate.command.js +204 -29
- package/dist/cli/commands/generate.command.js.map +1 -1
- package/dist/cli/commands/registry.command.d.ts +14 -0
- package/dist/cli/commands/registry.command.d.ts.map +1 -0
- package/dist/cli/commands/registry.command.js +428 -0
- package/dist/cli/commands/registry.command.js.map +1 -0
- package/dist/cli/commands/workspace.command.d.ts +14 -0
- package/dist/cli/commands/workspace.command.d.ts.map +1 -0
- package/dist/cli/commands/workspace.command.js +467 -0
- package/dist/cli/commands/workspace.command.js.map +1 -0
- package/dist/cli/index.js +9 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/di-container.d.ts.map +1 -1
- package/dist/di-container.js +20 -0
- package/dist/di-container.js.map +1 -1
- package/dist/services/codegen/codegen.service.d.ts +75 -0
- package/dist/services/codegen/codegen.service.d.ts.map +1 -0
- package/dist/services/codegen/codegen.service.js +136 -0
- package/dist/services/codegen/codegen.service.js.map +1 -0
- package/dist/services/codegen/generators/manifest.generator.d.ts +41 -0
- package/dist/services/codegen/generators/manifest.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/manifest.generator.js +178 -0
- package/dist/services/codegen/generators/manifest.generator.js.map +1 -0
- package/dist/services/codegen/generators/openapi.generator.d.ts +46 -0
- package/dist/services/codegen/generators/openapi.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/openapi.generator.js +157 -0
- package/dist/services/codegen/generators/openapi.generator.js.map +1 -0
- package/dist/services/codegen/generators/types.generator.d.ts +27 -0
- package/dist/services/codegen/generators/types.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/types.generator.js +97 -0
- package/dist/services/codegen/generators/types.generator.js.map +1 -0
- package/dist/services/codegen/generators/vscode.generator.d.ts +43 -0
- package/dist/services/codegen/generators/vscode.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/vscode.generator.js +163 -0
- package/dist/services/codegen/generators/vscode.generator.js.map +1 -0
- package/dist/services/codegen/generators/zod.generator.d.ts +31 -0
- package/dist/services/codegen/generators/zod.generator.d.ts.map +1 -0
- package/dist/services/codegen/generators/zod.generator.js +134 -0
- package/dist/services/codegen/generators/zod.generator.js.map +1 -0
- package/dist/services/codegen/index.d.ts +33 -0
- package/dist/services/codegen/index.d.ts.map +1 -0
- package/dist/services/codegen/index.js +36 -0
- package/dist/services/codegen/index.js.map +1 -0
- package/dist/spec/extensions/openapi/ossa-openapi-extensions.schema.json +804 -0
- package/dist/spec/v0.3.0/examples/drupal-content-writer.ossa.yaml +1 -1
- package/dist/spec/v0.3.0/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/dist/spec/v0.3.0/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/dist/spec/v0.3.0/runtime-bindings/anthropic.yaml +209 -0
- package/dist/spec/v0.3.1/examples/agent-with-identity.ossa.yaml +68 -0
- package/dist/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +236 -0
- package/dist/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/dist/spec/v0.3.1/extensions/agent-identity.yaml +594 -0
- package/dist/spec/v0.3.1/ossa-0.3.1.schema.json +300 -21
- package/dist/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +293 -0
- package/dist/spec/v0.3.2/UNIFIED-SCHEMA.md +120 -0
- package/dist/spec/v0.3.2/access_tiers.yaml +375 -0
- package/dist/spec/v0.3.2/adapters/drupal.md +541 -0
- package/dist/spec/v0.3.2/adapters/symfony.md +659 -0
- package/dist/spec/v0.3.2/agent-test.schema.json +75 -0
- package/dist/spec/v0.3.2/examples/access-tiers/README.md +106 -0
- package/dist/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +119 -0
- package/dist/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +234 -0
- package/dist/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +201 -0
- package/dist/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +117 -0
- package/dist/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +133 -0
- package/dist/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +68 -0
- package/dist/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +110 -0
- package/dist/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +96 -0
- package/dist/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +236 -0
- package/dist/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +144 -0
- package/dist/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +147 -0
- package/dist/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +125 -0
- package/dist/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +190 -0
- package/dist/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +247 -0
- package/dist/spec/v0.3.2/extensions/agent-identity.yaml +594 -0
- package/dist/spec/v0.3.2/extensions/drupal.md +417 -0
- package/dist/spec/v0.3.2/infrastructure/service-ports.yaml +324 -0
- package/dist/spec/{v0.3.1/ossa-0.3.0.schema.json → v0.3.2/ossa-0.3.2.schema.json} +563 -34
- package/dist/spec/v0.3.2/protocols/delegation.yaml +239 -0
- package/dist/spec/v0.3.2/protocols/sse.md +494 -0
- package/dist/spec/v0.3.2/protocols/webrtc.md +600 -0
- package/dist/spec/v0.3.2/protocols/websocket.md +362 -0
- package/dist/spec/v0.3.2/runtime/RUNTIME.md +457 -0
- package/dist/spec/v0.3.2/runtime/memory-model.yaml +871 -0
- package/dist/spec/v0.3.2/runtime/runtime.yaml +926 -0
- package/dist/spec/v0.3.2/schemas/agent-unified.yaml +165 -0
- package/dist/spec/v0.3.2/schemas/capabilities.yaml +102 -0
- package/dist/spec/v0.3.2/schemas/functions.yaml +75 -0
- package/dist/spec/v0.3.2/schemas/messaging/channel.schema.json +245 -0
- package/dist/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +192 -0
- package/dist/spec/v0.3.2/schemas/messaging/message.schema.json +205 -0
- package/dist/spec/v0.3.2/schemas/messaging/subscription.schema.json +214 -0
- package/dist/spec/v0.3.2/schemas/runtime.yaml +102 -0
- package/dist/spec/v0.3.2/schemas/taxonomy.yaml +533 -0
- package/dist/spec/v0.3.2/schemas/unified-llm.yaml +91 -0
- package/dist/spec/v0.3.2/taxonomy.yaml +363 -0
- package/dist/types/generated/ossa-0.3.2.types.d.ts +367 -0
- package/dist/types/generated/ossa-0.3.2.types.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.2.types.js +10 -0
- package/dist/types/generated/ossa-0.3.2.types.js.map +1 -0
- package/dist/types/generated/ossa-0.3.2.zod.d.ts +36 -0
- package/dist/types/generated/ossa-0.3.2.zod.d.ts.map +1 -0
- package/dist/types/generated/ossa-0.3.2.zod.js +25 -0
- package/dist/types/generated/ossa-0.3.2.zod.js.map +1 -0
- package/examples/adapters/drupal-eca-mapping.yaml +1 -1
- package/examples/adapters/drupal-eca-task.yaml +1 -1
- package/examples/adapters/drupal-flowdrop-mapping.yaml +1 -1
- package/examples/adapters/drupal-maestro-mapping.yaml +1 -1
- package/examples/adapters/mistral-agent.yaml +1 -1
- package/examples/adapters/symfony-messenger-task.yaml +1 -1
- package/examples/adapters/symfony-messenger-workflow.yaml +1 -1
- 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 +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/agents/architecture-healer-enterprise.yaml +1 -1
- package/examples/agents/dependency-healer-npm.yaml +1 -1
- package/examples/agents/spec-healer-openapi.yaml +1 -1
- package/examples/agents/wiki-healer-production.yaml +1 -1
- package/examples/agents-md/code-agent.ossa.json +36 -11
- package/examples/agents-md/monorepo-agent.ossa.yaml +1 -1
- package/examples/anthropic/claude-assistant.ossa.json +4 -4
- package/examples/autogen/multi-agent.ossa.json +2 -2
- package/examples/autonomous-evolution/self-evolving-agent.ossa.yaml +1 -1
- package/examples/claude-code/code-reviewer.ossa.yaml +1 -1
- package/examples/claude-code/ossa-validator.ossa.yaml +1 -1
- package/examples/common_npm/agent-router.ossa.yaml +1 -1
- package/examples/contracts/data-consumer.ossa.yaml +1 -1
- package/examples/contracts/data-producer-v2.ossa.yaml +1 -1
- package/examples/contracts/data-producer.ossa.yaml +1 -1
- package/examples/crewai/research-team.ossa.json +2 -2
- package/examples/cursor/code-review-agent.ossa.json +2 -2
- package/examples/drupal/ai_agents_ossa-module/.agents/example-agent/agent.ossa.yaml +1 -1
- package/examples/drupal/gitlab-ml-recommender.ossa.yaml +1 -1
- package/examples/extensions/agents-md-advanced.yml +1 -1
- package/examples/extensions/agents-md-basic.yml +1 -1
- package/examples/extensions/agents-md-sync.yml +1 -1
- package/examples/extensions/agents-md-v1.yml +1 -1
- package/examples/extensions/drupal-v1.yml +1 -1
- package/examples/extensions/encryption-multi-provider.yaml +4 -4
- package/examples/extensions/kagent-v1.yml +1 -1
- package/examples/extensions/knowledge-sources.yaml +1 -1
- package/examples/extensions/mcp-full-featured.yaml +1 -1
- package/examples/getting-started/01-minimal-agent.ossa.yaml +3 -3
- package/examples/getting-started/02-agent-with-tools.ossa.yaml +1 -1
- package/examples/getting-started/03-agent-with-safety.ossa.yaml +1 -1
- package/examples/getting-started/04-agent-with-messaging.ossa.yaml +2 -2
- package/examples/getting-started/05-workflow-composition.ossa.yaml +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 -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 +2 -2
- package/examples/langflow/workflow-agent.ossa.json +2 -2
- package/examples/langgraph/state-machine-agent.ossa.json +2 -2
- package/examples/llamaindex/rag-agent.ossa.json +2 -2
- package/examples/messaging/dependency-healer.ossa.yaml +1 -1
- package/examples/messaging/incident-responder.ossa.yaml +1 -1
- package/examples/messaging/routing-rules.ossa.yaml +3 -3
- package/examples/messaging/security-scanner.ossa.yaml +1 -1
- package/examples/migration-guides/from-langchain-to-ossa.yaml +4 -4
- package/examples/multi-agent/conditional-router.ossa.yaml +1 -1
- package/examples/multi-agent/parallel-execution.ossa.yaml +1 -1
- package/examples/multi-agent/sequential-pipeline.ossa.yaml +1 -1
- package/examples/observability/activity-stream-full.yaml +1 -1
- package/examples/openai/basic-agent.ossa.yaml +1 -1
- package/examples/openai/multi-tool-agent.ossa.json +2 -2
- package/examples/openai/swarm-agent.ossa.json +2 -2
- package/examples/production/document-analyzer-openai.yml +1 -1
- package/examples/quickstart/support-agent.ossa.yaml +1 -1
- package/examples/real-world/gitlab-cicd-optimizer.ossa.yaml +1 -1
- package/examples/real-world/rag-documentation-assistant.ossa.yaml +1 -1
- package/examples/runtime-adapters/bedrock-claude-example.ossa.yaml +1 -1
- package/examples/schema/reusable-components.yaml +1 -1
- package/examples/showcase/ci-pipeline.ossa.yaml +59 -0
- package/examples/showcase/code-assistant.ossa.yaml +118 -0
- package/examples/showcase/code-reviewer.ossa.yaml +61 -0
- package/examples/showcase/compliance-validator.ossa.yaml +62 -0
- package/examples/showcase/content-writer.ossa.yaml +67 -0
- package/examples/showcase/data-transformer.ossa.yaml +78 -0
- package/examples/showcase/doc-generator.ossa.yaml +68 -0
- package/examples/showcase/security-scanner.ossa.yaml +65 -0
- package/examples/showcase/test-generator.ossa.yaml +63 -0
- package/examples/showcase/workflow-orchestrator.ossa.yaml +129 -0
- package/examples/tasks/batch-email-sender.yaml +1 -1
- package/examples/tasks/data-transform.yaml +1 -1
- package/examples/tasks/publish-content.yaml +1 -1
- package/examples/templates/ossa-compliance.yaml +1 -1
- package/examples/unified/security-scanner.ossa.yaml +1 -1
- package/examples/vercel/edge-agent.ossa.json +2 -2
- package/examples/workflows/batch-email-campaign.yaml +1 -1
- package/examples/workflows/content-review-publish.yaml +1 -1
- package/examples/workflows/simple-etl.yaml +1 -1
- package/llms-ctx-full.txt +39 -0
- package/llms-ctx.txt +39 -0
- package/openapi/agent-communication.yaml +1 -1
- package/openapi/agent-crud.yaml +8 -8
- package/openapi/agent-discovery.yaml +2 -2
- package/openapi/agent-identity.yaml +8 -8
- package/openapi/cli-commands.openapi.yaml +231 -0
- package/openapi/core/ossa-core-api.openapi.yaml +1 -1
- package/openapi/core/ossa-registry-api.openapi.yaml +1 -1
- package/openapi/core/ossa-registry.openapi.yaml +1 -1
- package/openapi/core/unified-agent-gateway.openapi.yaml +1 -1
- package/openapi/github-sync.yaml +1 -1
- package/openapi/protocols/sse-streams.yaml +1 -1
- package/openapi/protocols/websocket-events.yaml +2 -2
- package/openapi/reference-implementations/aiflow-bridge-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/compliance-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/crewai-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/critic-agent-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/document-analyzer-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/drupal-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/getting-started-hello-world-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/gitlab-ml-recommender-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/governor-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/helm-generator.openapi.yaml +1 -1
- package/openapi/reference-implementations/integrator-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/judge-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/k8s-troubleshooter-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/langchain-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/monitor-agent-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/orchestrator-agent-api.openapi.yaml +1 -1
- package/openapi/reference-implementations/quickstart-support-agent-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/self-evolving-ecosystem.openapi.yaml +1 -1
- package/openapi/reference-implementations/worker-agent-api.openapi.yaml +2 -2
- package/openapi/reference-implementations/workflow-orchestrator-api.openapi.yaml +1 -1
- package/package.json +13 -3
- package/spec/extensions/openapi/ossa-openapi-extensions.schema.json +804 -0
- package/spec/v0.3.0/examples/drupal-content-writer.ossa.yaml +1 -1
- package/spec/v0.3.0/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/spec/v0.3.0/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/spec/v0.3.0/runtime-bindings/anthropic.yaml +209 -0
- package/spec/v0.3.1/examples/agent-with-identity.ossa.yaml +68 -0
- package/spec/v0.3.1/examples/drupal-content-writer.ossa.yaml +1 -1
- package/spec/v0.3.1/examples/drupal-moderation-assistant.ossa.yaml +1 -1
- package/spec/v0.3.1/examples/multi-provider-identity.ossa.yaml +236 -0
- package/spec/v0.3.1/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +1 -1
- package/spec/v0.3.1/extensions/agent-identity.yaml +594 -0
- package/spec/v0.3.1/ossa-0.3.1.schema.json +300 -21
- package/spec/v0.3.2/MIGRATION-v0.3.1-to-v0.3.2.md +293 -0
- package/spec/v0.3.2/UNIFIED-SCHEMA.md +120 -0
- package/spec/v0.3.2/access_tiers.yaml +375 -0
- package/spec/v0.3.2/adapters/drupal.md +541 -0
- package/spec/v0.3.2/adapters/symfony.md +659 -0
- package/spec/v0.3.2/agent-test.schema.json +75 -0
- package/spec/v0.3.2/examples/access-tiers/README.md +106 -0
- package/spec/v0.3.2/examples/access-tiers/code-critic.ossa.yaml +119 -0
- package/spec/v0.3.2/examples/access-tiers/compliance-governor.ossa.yaml +234 -0
- package/spec/v0.3.2/examples/access-tiers/deployment-operator.ossa.yaml +201 -0
- package/spec/v0.3.2/examples/access-tiers/doc-generator.ossa.yaml +117 -0
- package/spec/v0.3.2/examples/access-tiers/security-scanner.ossa.yaml +133 -0
- package/spec/v0.3.2/examples/agent-with-identity.ossa.yaml +68 -0
- package/spec/v0.3.2/examples/drupal-content-writer.ossa.yaml +110 -0
- package/spec/v0.3.2/examples/drupal-moderation-assistant.ossa.yaml +96 -0
- package/spec/v0.3.2/examples/multi-provider-identity.ossa.yaml +236 -0
- package/spec/v0.3.2/examples/quick-wins/complete-agent-with-quick-wins.ossa.yaml +144 -0
- package/spec/v0.3.2/examples/tasks/data-transform.ossa.yaml +147 -0
- package/spec/v0.3.2/examples/tasks/publish-content.ossa.yaml +125 -0
- package/spec/v0.3.2/examples/workflows/content-publishing.ossa.yaml +190 -0
- package/spec/v0.3.2/examples/workflows/deployment-pipeline.ossa.yaml +247 -0
- package/spec/v0.3.2/extensions/agent-identity.yaml +594 -0
- package/spec/v0.3.2/extensions/drupal.md +417 -0
- package/spec/v0.3.2/infrastructure/service-ports.yaml +324 -0
- package/spec/{v0.3.1/ossa-0.3.0.schema.json → v0.3.2/ossa-0.3.2.schema.json} +563 -34
- package/spec/v0.3.2/protocols/delegation.yaml +239 -0
- package/spec/v0.3.2/protocols/sse.md +494 -0
- package/spec/v0.3.2/protocols/webrtc.md +600 -0
- package/spec/v0.3.2/protocols/websocket.md +362 -0
- package/spec/v0.3.2/runtime/RUNTIME.md +457 -0
- package/spec/v0.3.2/runtime/memory-model.yaml +871 -0
- package/spec/v0.3.2/runtime/runtime.yaml +926 -0
- package/spec/v0.3.2/schemas/agent-unified.yaml +165 -0
- package/spec/v0.3.2/schemas/capabilities.yaml +102 -0
- package/spec/v0.3.2/schemas/functions.yaml +75 -0
- package/spec/v0.3.2/schemas/messaging/channel.schema.json +245 -0
- package/spec/v0.3.2/schemas/messaging/delivery-receipt.schema.json +192 -0
- package/spec/v0.3.2/schemas/messaging/message.schema.json +205 -0
- package/spec/v0.3.2/schemas/messaging/subscription.schema.json +214 -0
- package/spec/v0.3.2/schemas/runtime.yaml +102 -0
- package/spec/v0.3.2/schemas/taxonomy.yaml +533 -0
- package/spec/v0.3.2/schemas/unified-llm.yaml +91 -0
- package/spec/v0.3.2/taxonomy.yaml +363 -0
- package/examples/common_npm/agent-router.v0.2.2.ossa.yaml +0 -60
- package/examples/drupal/gitlab-ml-recommender.v0.2.2.ossa.yaml +0 -68
- package/examples/kagent/k8s-troubleshooter-v1.v0.2.2.ossa.yaml +0 -106
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
# OSSA MANIFEST (After):
|
|
51
51
|
# ----------------------------------------------------------------------------
|
|
52
52
|
|
|
53
|
-
apiVersion: ossa/v0.3.
|
|
53
|
+
apiVersion: ossa/v0.3.2
|
|
54
54
|
kind: Agent
|
|
55
55
|
|
|
56
56
|
metadata:
|
|
@@ -117,7 +117,7 @@ spec:
|
|
|
117
117
|
# ----------------------------------------------------------------------------
|
|
118
118
|
|
|
119
119
|
---
|
|
120
|
-
apiVersion: ossa/v0.3.
|
|
120
|
+
apiVersion: ossa/v0.3.2
|
|
121
121
|
kind: Agent
|
|
122
122
|
|
|
123
123
|
metadata:
|
|
@@ -185,7 +185,7 @@ spec:
|
|
|
185
185
|
# ----------------------------------------------------------------------------
|
|
186
186
|
|
|
187
187
|
---
|
|
188
|
-
apiVersion: ossa/v0.3.
|
|
188
|
+
apiVersion: ossa/v0.3.2
|
|
189
189
|
kind: Agent
|
|
190
190
|
|
|
191
191
|
metadata:
|
|
@@ -215,7 +215,7 @@ spec:
|
|
|
215
215
|
endpoint: https://api.academic.com/search
|
|
216
216
|
|
|
217
217
|
---
|
|
218
|
-
apiVersion: ossa/v0.3.
|
|
218
|
+
apiVersion: ossa/v0.3.2
|
|
219
219
|
kind: Agent
|
|
220
220
|
|
|
221
221
|
metadata:
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# ============================================================================
|
|
2
|
+
# OSSA Power Agent: CI Pipeline
|
|
3
|
+
# ============================================================================
|
|
4
|
+
# CI/CD automation agent for build, test, deploy, and release workflows.
|
|
5
|
+
# Integrates with GitLab CI, GitHub Actions, and other CI systems.
|
|
6
|
+
#
|
|
7
|
+
# Showcases: Runtime integration, messaging, GitLab extension
|
|
8
|
+
# ============================================================================
|
|
9
|
+
|
|
10
|
+
apiVersion: ossa/v0.3.2
|
|
11
|
+
kind: Agent
|
|
12
|
+
metadata:
|
|
13
|
+
name: ci-pipeline
|
|
14
|
+
version: 1.0.0
|
|
15
|
+
description: CI/CD automation agent for pipeline management
|
|
16
|
+
labels:
|
|
17
|
+
ossa.dev/category: devops
|
|
18
|
+
ossa.dev/tier: power-agent
|
|
19
|
+
ossa.dev/runtime: gitlab-ci
|
|
20
|
+
annotations:
|
|
21
|
+
ossa.dev/documentation: https://openstandardagents.org/agents/ci-pipeline
|
|
22
|
+
|
|
23
|
+
spec:
|
|
24
|
+
capabilities:
|
|
25
|
+
- type: function
|
|
26
|
+
name: ci.trigger
|
|
27
|
+
description: Trigger CI/CD pipeline runs
|
|
28
|
+
- type: function
|
|
29
|
+
name: ci.monitor
|
|
30
|
+
description: Monitor pipeline status and jobs
|
|
31
|
+
- type: function
|
|
32
|
+
name: ci.fix
|
|
33
|
+
description: Analyze and fix pipeline failures
|
|
34
|
+
- type: function
|
|
35
|
+
name: ci.optimize
|
|
36
|
+
description: Optimize pipeline performance
|
|
37
|
+
|
|
38
|
+
role: |
|
|
39
|
+
You are a CI/CD automation specialist responsible for managing build, test,
|
|
40
|
+
and deployment pipelines. You can trigger pipelines, monitor their status,
|
|
41
|
+
diagnose failures, and optimize performance.
|
|
42
|
+
|
|
43
|
+
Pipeline management:
|
|
44
|
+
1. Trigger appropriate pipelines based on changes
|
|
45
|
+
2. Monitor job status and detect failures early
|
|
46
|
+
3. Analyze failure logs and suggest fixes
|
|
47
|
+
4. Optimize pipeline DAGs for faster execution
|
|
48
|
+
5. Manage deployment approvals and rollbacks
|
|
49
|
+
|
|
50
|
+
llm:
|
|
51
|
+
provider: anthropic
|
|
52
|
+
model: claude-sonnet-4
|
|
53
|
+
temperature: 0.2
|
|
54
|
+
maxTokens: 8192
|
|
55
|
+
|
|
56
|
+
tools:
|
|
57
|
+
- type: function
|
|
58
|
+
name: gitlab.pipeline.trigger
|
|
59
|
+
description: Trigger a GitLab CI pipeline
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
# ============================================================================
|
|
2
|
+
# OSSA Power Agent: Code Assistant
|
|
3
|
+
# ============================================================================
|
|
4
|
+
# Universal IDE integration agent supporting Claude Code, Cursor, Copilot,
|
|
5
|
+
# VSCode, JetBrains, Windsurf, Kiro, and Cody.
|
|
6
|
+
#
|
|
7
|
+
# Showcases: Tool definitions, LLM configuration, IDE extensions
|
|
8
|
+
# ============================================================================
|
|
9
|
+
|
|
10
|
+
apiVersion: ossa/v0.3.2
|
|
11
|
+
kind: Agent
|
|
12
|
+
metadata:
|
|
13
|
+
name: code-assistant
|
|
14
|
+
version: 1.0.0
|
|
15
|
+
description: Universal AI coding assistant for all major IDEs
|
|
16
|
+
labels:
|
|
17
|
+
ossa.dev/category: development
|
|
18
|
+
ossa.dev/tier: power-agent
|
|
19
|
+
ossa.dev/ide: universal
|
|
20
|
+
annotations:
|
|
21
|
+
ossa.dev/documentation: https://openstandardagents.org/agents/code-assistant
|
|
22
|
+
|
|
23
|
+
spec:
|
|
24
|
+
capabilities:
|
|
25
|
+
- type: function
|
|
26
|
+
name: code.complete
|
|
27
|
+
description: Intelligent code completion with context awareness
|
|
28
|
+
- type: function
|
|
29
|
+
name: code.refactor
|
|
30
|
+
description: Automated refactoring with safety checks
|
|
31
|
+
- type: function
|
|
32
|
+
name: code.explain
|
|
33
|
+
description: Explain code functionality and architecture
|
|
34
|
+
- type: function
|
|
35
|
+
name: code.generate
|
|
36
|
+
description: Generate code from natural language descriptions
|
|
37
|
+
- type: function
|
|
38
|
+
name: code.debug
|
|
39
|
+
description: Identify and suggest fixes for bugs
|
|
40
|
+
|
|
41
|
+
role: |
|
|
42
|
+
You are a universal AI coding assistant integrated across all major IDEs.
|
|
43
|
+
Your capabilities span code completion, refactoring, explanation, generation,
|
|
44
|
+
and debugging across all programming languages.
|
|
45
|
+
|
|
46
|
+
Key behaviors:
|
|
47
|
+
1. Context-aware completions based on project patterns
|
|
48
|
+
2. Safe refactoring with preview and undo support
|
|
49
|
+
3. Clear explanations with examples
|
|
50
|
+
4. Idiomatic code generation following project conventions
|
|
51
|
+
5. Root cause analysis for debugging
|
|
52
|
+
|
|
53
|
+
llm:
|
|
54
|
+
provider: anthropic
|
|
55
|
+
model: claude-sonnet-4
|
|
56
|
+
temperature: 0.3
|
|
57
|
+
maxTokens: 8192
|
|
58
|
+
|
|
59
|
+
tools:
|
|
60
|
+
- type: function
|
|
61
|
+
name: file.read
|
|
62
|
+
description: Read file contents with line numbers
|
|
63
|
+
|
|
64
|
+
- type: function
|
|
65
|
+
name: file.edit
|
|
66
|
+
description: Edit file with diff preview
|
|
67
|
+
|
|
68
|
+
- type: function
|
|
69
|
+
name: search.code
|
|
70
|
+
description: Search codebase with regex
|
|
71
|
+
|
|
72
|
+
- type: function
|
|
73
|
+
name: search.files
|
|
74
|
+
description: Find files by glob pattern
|
|
75
|
+
|
|
76
|
+
- type: function
|
|
77
|
+
name: terminal.run
|
|
78
|
+
description: Execute terminal commands
|
|
79
|
+
|
|
80
|
+
safety:
|
|
81
|
+
constraints:
|
|
82
|
+
- Never execute destructive commands without confirmation
|
|
83
|
+
- Never expose secrets or credentials in responses
|
|
84
|
+
- Respect .gitignore and security policies
|
|
85
|
+
policies:
|
|
86
|
+
- policy: read-only-by-default
|
|
87
|
+
description: All file operations require explicit approval
|
|
88
|
+
|
|
89
|
+
extensions:
|
|
90
|
+
claude-code:
|
|
91
|
+
hooks:
|
|
92
|
+
before_execute: validate_permissions
|
|
93
|
+
after_execute: log_action
|
|
94
|
+
keyboard_shortcuts:
|
|
95
|
+
toggle: Cmd+Shift+A
|
|
96
|
+
explain: Cmd+Shift+E
|
|
97
|
+
|
|
98
|
+
cursor:
|
|
99
|
+
composer_integration: true
|
|
100
|
+
inline_suggestions: true
|
|
101
|
+
|
|
102
|
+
copilot:
|
|
103
|
+
suggestions:
|
|
104
|
+
enabled: true
|
|
105
|
+
debounce_ms: 300
|
|
106
|
+
|
|
107
|
+
vscode:
|
|
108
|
+
extension_id: ossa.code-assistant
|
|
109
|
+
commands:
|
|
110
|
+
- ossa.explain
|
|
111
|
+
- ossa.refactor
|
|
112
|
+
- ossa.generate
|
|
113
|
+
|
|
114
|
+
jetbrains:
|
|
115
|
+
plugin_id: org.ossa.code-assistant
|
|
116
|
+
actions:
|
|
117
|
+
- OSSAExplainAction
|
|
118
|
+
- OSSARefactorAction
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# ============================================================================
|
|
2
|
+
# OSSA Power Agent: Code Reviewer
|
|
3
|
+
# ============================================================================
|
|
4
|
+
# Automated code review agent for pull/merge requests with quality checks,
|
|
5
|
+
# style enforcement, and constructive feedback.
|
|
6
|
+
#
|
|
7
|
+
# Showcases: Identity, access tiers, contracts
|
|
8
|
+
# ============================================================================
|
|
9
|
+
|
|
10
|
+
apiVersion: ossa/v0.3.2
|
|
11
|
+
kind: Agent
|
|
12
|
+
metadata:
|
|
13
|
+
name: code-reviewer
|
|
14
|
+
version: 1.0.0
|
|
15
|
+
description: Automated code review agent with quality analysis
|
|
16
|
+
labels:
|
|
17
|
+
ossa.dev/category: development
|
|
18
|
+
ossa.dev/tier: power-agent
|
|
19
|
+
ossa.dev/access-tier: standard
|
|
20
|
+
annotations:
|
|
21
|
+
ossa.dev/documentation: https://openstandardagents.org/agents/code-reviewer
|
|
22
|
+
|
|
23
|
+
spec:
|
|
24
|
+
capabilities:
|
|
25
|
+
- type: function
|
|
26
|
+
name: review.analyze
|
|
27
|
+
description: Analyze code changes for issues
|
|
28
|
+
- type: function
|
|
29
|
+
name: review.comment
|
|
30
|
+
description: Add review comments on specific lines
|
|
31
|
+
- type: function
|
|
32
|
+
name: review.approve
|
|
33
|
+
description: Approve merge requests (requires elevated access)
|
|
34
|
+
- type: function
|
|
35
|
+
name: review.request-changes
|
|
36
|
+
description: Request changes with specific feedback
|
|
37
|
+
|
|
38
|
+
role: |
|
|
39
|
+
You are a code reviewer responsible for maintaining code quality standards.
|
|
40
|
+
Review merge requests for:
|
|
41
|
+
|
|
42
|
+
1. Code correctness and potential bugs
|
|
43
|
+
2. Security vulnerabilities
|
|
44
|
+
3. Performance implications
|
|
45
|
+
4. Code style and conventions
|
|
46
|
+
5. Test coverage
|
|
47
|
+
6. Documentation completeness
|
|
48
|
+
|
|
49
|
+
Provide constructive, actionable feedback. Be specific about issues and
|
|
50
|
+
suggest concrete improvements. Acknowledge good patterns and practices.
|
|
51
|
+
|
|
52
|
+
llm:
|
|
53
|
+
provider: anthropic
|
|
54
|
+
model: claude-sonnet-4
|
|
55
|
+
temperature: 0.3
|
|
56
|
+
maxTokens: 16384
|
|
57
|
+
|
|
58
|
+
tools:
|
|
59
|
+
- type: function
|
|
60
|
+
name: mr.diff
|
|
61
|
+
description: Get merge request diff
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# ============================================================================
|
|
2
|
+
# OSSA Power Agent: Compliance Validator
|
|
3
|
+
# ============================================================================
|
|
4
|
+
# OSSA specification compliance validation agent. Validates agent manifests,
|
|
5
|
+
# ensures schema compliance, and enforces organizational policies.
|
|
6
|
+
#
|
|
7
|
+
# Showcases: Contract validation, schema enforcement, policy DSL
|
|
8
|
+
# ============================================================================
|
|
9
|
+
|
|
10
|
+
apiVersion: ossa/v0.3.2
|
|
11
|
+
kind: Agent
|
|
12
|
+
metadata:
|
|
13
|
+
name: compliance-validator
|
|
14
|
+
version: 1.0.0
|
|
15
|
+
description: OSSA compliance validation and policy enforcement agent
|
|
16
|
+
labels:
|
|
17
|
+
ossa.dev/category: compliance
|
|
18
|
+
ossa.dev/tier: power-agent
|
|
19
|
+
annotations:
|
|
20
|
+
ossa.dev/documentation: https://openstandardagents.org/agents/compliance-validator
|
|
21
|
+
|
|
22
|
+
spec:
|
|
23
|
+
capabilities:
|
|
24
|
+
- type: function
|
|
25
|
+
name: validate.manifest
|
|
26
|
+
description: Validate OSSA manifest against schema
|
|
27
|
+
- type: function
|
|
28
|
+
name: validate.contract
|
|
29
|
+
description: Validate agent contracts
|
|
30
|
+
- type: function
|
|
31
|
+
name: validate.policy
|
|
32
|
+
description: Enforce organizational policies
|
|
33
|
+
- type: function
|
|
34
|
+
name: validate.migration
|
|
35
|
+
description: Validate migration compatibility
|
|
36
|
+
|
|
37
|
+
role: |
|
|
38
|
+
You are the OSSA compliance validator responsible for ensuring all agent
|
|
39
|
+
manifests comply with the OSSA specification and organizational policies.
|
|
40
|
+
|
|
41
|
+
Validation scope:
|
|
42
|
+
1. Schema Compliance - Validate against OSSA JSON Schema
|
|
43
|
+
2. Contract Validation - Verify input/output contracts
|
|
44
|
+
3. Policy Enforcement - Apply organizational policies
|
|
45
|
+
4. Migration Checks - Ensure backward compatibility
|
|
46
|
+
|
|
47
|
+
Report all violations with:
|
|
48
|
+
- Severity level (error, warning, info)
|
|
49
|
+
- Location in manifest
|
|
50
|
+
- Specific violation description
|
|
51
|
+
- Remediation guidance
|
|
52
|
+
|
|
53
|
+
llm:
|
|
54
|
+
provider: anthropic
|
|
55
|
+
model: claude-sonnet-4
|
|
56
|
+
temperature: 0.1 # Very low for consistent validation
|
|
57
|
+
maxTokens: 8192
|
|
58
|
+
|
|
59
|
+
tools:
|
|
60
|
+
- type: function
|
|
61
|
+
name: schema.validate
|
|
62
|
+
description: Validate manifest against JSON Schema
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# ============================================================================
|
|
2
|
+
# OSSA Power Agent: Content Writer
|
|
3
|
+
# ============================================================================
|
|
4
|
+
# CMS content generation agent for Drupal and other content management systems.
|
|
5
|
+
# Handles content creation, translation, moderation, and SEO optimization.
|
|
6
|
+
#
|
|
7
|
+
# Showcases: Drupal extension, async processing (Messenger), ECA integration
|
|
8
|
+
# ============================================================================
|
|
9
|
+
|
|
10
|
+
apiVersion: ossa/v0.3.2
|
|
11
|
+
kind: Agent
|
|
12
|
+
metadata:
|
|
13
|
+
name: content-writer
|
|
14
|
+
version: 1.0.0
|
|
15
|
+
description: CMS content generation agent with Drupal integration
|
|
16
|
+
labels:
|
|
17
|
+
ossa.dev/category: content
|
|
18
|
+
ossa.dev/tier: power-agent
|
|
19
|
+
ossa.dev/runtime: drupal
|
|
20
|
+
annotations:
|
|
21
|
+
ossa.dev/documentation: https://openstandardagents.org/agents/content-writer
|
|
22
|
+
|
|
23
|
+
spec:
|
|
24
|
+
capabilities:
|
|
25
|
+
- type: function
|
|
26
|
+
name: content.create
|
|
27
|
+
description: Create CMS content entities
|
|
28
|
+
- type: function
|
|
29
|
+
name: content.translate
|
|
30
|
+
description: Translate content to multiple languages
|
|
31
|
+
- type: function
|
|
32
|
+
name: content.moderate
|
|
33
|
+
description: Review and moderate content
|
|
34
|
+
- type: function
|
|
35
|
+
name: content.optimize
|
|
36
|
+
description: Optimize content for SEO
|
|
37
|
+
|
|
38
|
+
role: |
|
|
39
|
+
You are a content writer agent specialized in CMS content generation.
|
|
40
|
+
You create high-quality articles, translate content, handle moderation
|
|
41
|
+
workflows, and optimize for SEO.
|
|
42
|
+
|
|
43
|
+
Content workflow:
|
|
44
|
+
1. Analyze content brief and target audience
|
|
45
|
+
2. Research topic and gather information
|
|
46
|
+
3. Generate structured content (headings, paragraphs, lists)
|
|
47
|
+
4. Optimize for SEO (meta, keywords, readability)
|
|
48
|
+
5. Select media assets
|
|
49
|
+
6. Submit for moderation or publish
|
|
50
|
+
|
|
51
|
+
Content guidelines:
|
|
52
|
+
- Write for the target audience's expertise level
|
|
53
|
+
- Use clear, scannable formatting
|
|
54
|
+
- Include relevant internal/external links
|
|
55
|
+
- Optimize images with alt text
|
|
56
|
+
- Follow brand voice guidelines
|
|
57
|
+
|
|
58
|
+
llm:
|
|
59
|
+
provider: anthropic
|
|
60
|
+
model: claude-sonnet-4
|
|
61
|
+
temperature: 0.7
|
|
62
|
+
maxTokens: 8192
|
|
63
|
+
|
|
64
|
+
tools:
|
|
65
|
+
- type: function
|
|
66
|
+
name: drupal.node.create
|
|
67
|
+
description: Create Drupal content node
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
# ============================================================================
|
|
2
|
+
# OSSA Power Agent: Data Transformer
|
|
3
|
+
# ============================================================================
|
|
4
|
+
# Data pipeline and transformation agent for ETL operations, format
|
|
5
|
+
# conversion, validation, and data quality checks.
|
|
6
|
+
#
|
|
7
|
+
# Showcases: Task kind (deterministic), batch processing, data contracts
|
|
8
|
+
# ============================================================================
|
|
9
|
+
|
|
10
|
+
apiVersion: ossa/v0.3.2
|
|
11
|
+
kind: Task
|
|
12
|
+
metadata:
|
|
13
|
+
name: data-transformer
|
|
14
|
+
version: 1.0.0
|
|
15
|
+
description: Data transformation and ETL pipeline agent
|
|
16
|
+
labels:
|
|
17
|
+
ossa.dev/category: data
|
|
18
|
+
ossa.dev/tier: power-agent
|
|
19
|
+
ossa.dev/execution: deterministic
|
|
20
|
+
annotations:
|
|
21
|
+
ossa.dev/documentation: https://openstandardagents.org/agents/data-transformer
|
|
22
|
+
|
|
23
|
+
spec:
|
|
24
|
+
# Task-specific execution configuration
|
|
25
|
+
execution:
|
|
26
|
+
type: deterministic
|
|
27
|
+
runtime: any # Can run on any runtime
|
|
28
|
+
batch:
|
|
29
|
+
enabled: true
|
|
30
|
+
parallelism: 10
|
|
31
|
+
chunk_size: 1000
|
|
32
|
+
retry:
|
|
33
|
+
max_attempts: 3
|
|
34
|
+
backoff: exponential
|
|
35
|
+
|
|
36
|
+
capabilities:
|
|
37
|
+
- type: function
|
|
38
|
+
name: data.extract
|
|
39
|
+
description: Extract data from various sources
|
|
40
|
+
- type: function
|
|
41
|
+
name: data.transform
|
|
42
|
+
description: Transform data between formats
|
|
43
|
+
- type: function
|
|
44
|
+
name: data.validate
|
|
45
|
+
description: Validate data against schemas
|
|
46
|
+
- type: function
|
|
47
|
+
name: data.load
|
|
48
|
+
description: Load data to destination
|
|
49
|
+
|
|
50
|
+
role: |
|
|
51
|
+
You are a data transformation specialist responsible for ETL pipelines,
|
|
52
|
+
format conversion, and data quality validation.
|
|
53
|
+
|
|
54
|
+
ETL workflow:
|
|
55
|
+
1. Extract - Read from sources (API, database, files)
|
|
56
|
+
2. Transform - Convert, clean, normalize, enrich
|
|
57
|
+
3. Validate - Check against schemas, business rules
|
|
58
|
+
4. Load - Write to destination systems
|
|
59
|
+
|
|
60
|
+
Data quality checks:
|
|
61
|
+
- Schema compliance
|
|
62
|
+
- Null/empty value detection
|
|
63
|
+
- Type validation
|
|
64
|
+
- Range/boundary checks
|
|
65
|
+
- Referential integrity
|
|
66
|
+
- Duplicate detection
|
|
67
|
+
|
|
68
|
+
# Note: Tasks may not need LLM for deterministic operations
|
|
69
|
+
llm:
|
|
70
|
+
provider: anthropic
|
|
71
|
+
model: ${OSSA_LLM_MODEL:-claude-haiku-3-5} # Faster model for data tasks
|
|
72
|
+
temperature: 0.0 # Deterministic
|
|
73
|
+
maxTokens: 4096
|
|
74
|
+
|
|
75
|
+
tools:
|
|
76
|
+
- type: function
|
|
77
|
+
name: data.read.json
|
|
78
|
+
description: Read JSON data
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
# ============================================================================
|
|
2
|
+
# OSSA Power Agent: Doc Generator
|
|
3
|
+
# ============================================================================
|
|
4
|
+
# Documentation generation agent for API docs, READMEs, changelogs,
|
|
5
|
+
# and technical documentation.
|
|
6
|
+
#
|
|
7
|
+
# Showcases: Multi-provider LLM, template system
|
|
8
|
+
# ============================================================================
|
|
9
|
+
|
|
10
|
+
apiVersion: ossa/v0.3.2
|
|
11
|
+
kind: Agent
|
|
12
|
+
metadata:
|
|
13
|
+
name: doc-generator
|
|
14
|
+
version: 1.0.0
|
|
15
|
+
description: Automated documentation generation agent
|
|
16
|
+
labels:
|
|
17
|
+
ossa.dev/category: documentation
|
|
18
|
+
ossa.dev/tier: power-agent
|
|
19
|
+
annotations:
|
|
20
|
+
ossa.dev/documentation: https://openstandardagents.org/agents/doc-generator
|
|
21
|
+
|
|
22
|
+
spec:
|
|
23
|
+
capabilities:
|
|
24
|
+
- type: function
|
|
25
|
+
name: docs.api
|
|
26
|
+
description: Generate API documentation from code
|
|
27
|
+
- type: function
|
|
28
|
+
name: docs.readme
|
|
29
|
+
description: Generate or update README files
|
|
30
|
+
- type: function
|
|
31
|
+
name: docs.changelog
|
|
32
|
+
description: Generate changelog from commits
|
|
33
|
+
- type: function
|
|
34
|
+
name: docs.technical
|
|
35
|
+
description: Generate technical documentation
|
|
36
|
+
|
|
37
|
+
role: |
|
|
38
|
+
You are a technical documentation specialist responsible for generating
|
|
39
|
+
and maintaining project documentation.
|
|
40
|
+
|
|
41
|
+
Documentation types:
|
|
42
|
+
1. API Documentation - Generate from code, OpenAPI specs, or schemas
|
|
43
|
+
2. README - Project overview, installation, usage, examples
|
|
44
|
+
3. Changelog - Semantic versioning, conventional commits
|
|
45
|
+
4. Technical Docs - Architecture, design decisions, guides
|
|
46
|
+
|
|
47
|
+
Always:
|
|
48
|
+
- Use clear, concise language
|
|
49
|
+
- Include code examples where appropriate
|
|
50
|
+
- Follow project documentation conventions
|
|
51
|
+
- Keep documentation in sync with code
|
|
52
|
+
|
|
53
|
+
llm:
|
|
54
|
+
provider: anthropic
|
|
55
|
+
model: claude-sonnet-4
|
|
56
|
+
temperature: 0.5
|
|
57
|
+
maxTokens: 16384
|
|
58
|
+
# Fallback providers for high availability
|
|
59
|
+
fallback:
|
|
60
|
+
- provider: openai
|
|
61
|
+
model: gpt-4o
|
|
62
|
+
- provider: google
|
|
63
|
+
model: gemini-2.0-flash
|
|
64
|
+
|
|
65
|
+
tools:
|
|
66
|
+
- type: function
|
|
67
|
+
name: code.analyze
|
|
68
|
+
description: Analyze code structure for documentation
|