@bluefly/openstandardagents 0.2.5-RC → 0.2.7
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/.github/ISSUE_TEMPLATE/bug_report.yml +63 -0
- package/.github/ISSUE_TEMPLATE/feature_request.yml +40 -0
- package/.github/workflows/dependabot-comment.yml +34 -0
- package/.github/workflows/pr-comment.yml +33 -0
- package/.husky/pre-commit +5 -0
- package/.kiro/config.json +21 -0
- package/.kiro/settings/mcp.json +61 -0
- package/.kiro/specs/scripts-migration-api-first/design.md +883 -0
- package/.kiro/specs/scripts-migration-api-first/requirements.md +165 -0
- package/.kiro/specs/scripts-migration-api-first/tasks.md +539 -0
- package/.kiro/specs/{website-design-audit → website-brand-identity}/design.md +381 -0
- package/.kiro/specs/{website-design-audit → website-brand-identity}/requirements.md +88 -0
- package/.kiro/specs/website-brand-identity/tasks.md +981 -0
- package/CHANGELOG.md +23 -0
- package/README.md +12 -3
- package/bin/ossa-dev +42 -0
- package/bin/ossa-export +32 -0
- package/bin/ossa-generate +60 -0
- package/bin/ossa-health +40 -0
- package/bin/ossa-init +26 -0
- package/dist/repositories/schema.repository.d.ts.map +1 -1
- package/dist/repositories/schema.repository.js +15 -10
- package/dist/repositories/schema.repository.js.map +1 -1
- package/dist/services/github-sync/github-client.d.ts +14 -0
- package/dist/services/github-sync/github-client.d.ts.map +1 -0
- package/dist/services/github-sync/github-client.js +41 -0
- package/dist/services/github-sync/github-client.js.map +1 -0
- package/dist/services/github-sync/gitlab-client.d.ts +17 -0
- package/dist/services/github-sync/gitlab-client.d.ts.map +1 -0
- package/dist/services/github-sync/gitlab-client.js +42 -0
- package/dist/services/github-sync/gitlab-client.js.map +1 -0
- package/dist/services/github-sync/schemas.d.ts +46 -0
- package/dist/services/github-sync/schemas.d.ts.map +1 -0
- package/dist/services/github-sync/schemas.js +36 -0
- package/dist/services/github-sync/schemas.js.map +1 -0
- package/dist/services/github-sync/sync.service.d.ts +27 -0
- package/dist/services/github-sync/sync.service.d.ts.map +1 -0
- package/dist/services/github-sync/sync.service.js +99 -0
- package/dist/services/github-sync/sync.service.js.map +1 -0
- package/dist/services/runtime/claude/capability-mapper.d.ts +84 -0
- package/dist/services/runtime/claude/capability-mapper.d.ts.map +1 -0
- package/dist/services/runtime/claude/capability-mapper.js +245 -0
- package/dist/services/runtime/claude/capability-mapper.js.map +1 -0
- package/dist/services/runtime/claude/claude-adapter.d.ts +80 -0
- package/dist/services/runtime/claude/claude-adapter.d.ts.map +1 -0
- package/dist/services/runtime/claude/claude-adapter.js +287 -0
- package/dist/services/runtime/claude/claude-adapter.js.map +1 -0
- package/dist/services/runtime/claude/manifest-parser.d.ts +77 -0
- package/dist/services/runtime/claude/manifest-parser.d.ts.map +1 -0
- package/dist/services/runtime/claude/manifest-parser.js +169 -0
- package/dist/services/runtime/claude/manifest-parser.js.map +1 -0
- package/dist/services/runtime/claude/types.d.ts +115 -0
- package/dist/services/runtime/claude/types.d.ts.map +1 -0
- package/dist/services/runtime/claude/types.js +6 -0
- package/dist/services/runtime/claude/types.js.map +1 -0
- package/dist/services/validation.service.d.ts.map +1 -1
- package/dist/services/validation.service.js +12 -1
- package/dist/services/validation.service.js.map +1 -1
- package/dist/spec/v0.2.4/ossa-0.2.4.schema.json +85 -208
- package/dist/spec/v0.2.6/CHANGELOG.md +401 -0
- package/dist/spec/v0.2.6/README.md +72 -0
- package/dist/spec/v0.2.6/migrations/v0.2.3-to-v0.2.4.md +599 -0
- package/dist/spec/v0.2.6/migrations/v0.2.5-RC-to-v0.2.6.md +65 -0
- package/dist/spec/v0.2.6/ossa-0.2.6.schema.json +1786 -0
- package/dist/spec/v0.2.6/ossa-0.2.6.yaml +581 -0
- package/dist/spec/v0.2.6-dev/CHANGELOG.md +164 -0
- package/dist/spec/v0.2.6-dev/README.md +75 -0
- package/dist/spec/v0.2.6-dev/migrations/v0.2.2-to-v0.2.3.md +343 -0
- package/dist/spec/v0.2.6-dev/migrations/v0.2.3-to-v0.2.4.md +599 -0
- package/dist/spec/{v0.2.4/ossa-0.2.4-dev.schema.json → v0.2.6-dev/ossa-0.2.5.schema.json} +9 -9
- package/dist/spec/v0.2.6-dev/ossa-0.2.5.yaml +581 -0
- package/{spec/v0.2.4/ossa-0.2.4-dev.schema.json → dist/spec/v0.2.6-dev/ossa-0.2.6-dev.schema.json} +9 -9
- package/dist/spec/v0.2.6-dev/ossa-0.2.6-dev.yaml +448 -0
- package/dist/spec/v0.2.7/core/agentgraph.md +324 -0
- package/dist/spec/v0.2.7/resources/agentgraph.yaml +135 -0
- package/docs/brand-guide/01-brand-overview.md +37 -0
- package/docs/brand-guide/02-logo-usage.md +43 -0
- package/docs/brand-guide/03-color-palette.md +70 -0
- package/docs/brand-guide/04-typography.md +82 -0
- package/docs/brand-guide/05-voice-and-tone.md +108 -0
- package/docs/brand-guide/06-visual-elements.md +137 -0
- package/docs/brand-guide/07-application-examples.md +153 -0
- package/docs/brand-guide/OssaLogo/OssA_Logo.svg +21 -0
- package/docs/brand-guide/OssaLogo/brand.af +0 -0
- package/docs/brand-guide/README.md +107 -0
- package/docs/comparison.md +315 -0
- package/docs/operations/automation-roadmap.md +245 -0
- package/docs/operations/github-sync-strategy.md +357 -0
- package/examples/anthropic/claude-assistant.ossa.json +5 -4
- package/examples/autogen/multi-agent.ossa.json +6 -4
- package/examples/crewai/research-team.ossa.json +14 -5
- package/examples/cursor/code-review-agent.ossa.json +21 -6
- package/examples/langchain/chain-agent.ossa.json +21 -5
- package/examples/langflow/workflow-agent.ossa.json +2 -3
- package/examples/langgraph/state-machine-agent.ossa.json +2 -3
- package/examples/llamaindex/rag-agent.ossa.json +2 -3
- package/examples/openai/multi-tool-agent.ossa.json +32 -9
- package/examples/openai/swarm-agent.ossa.json +18 -5
- package/examples/vercel/edge-agent.ossa.json +5 -4
- package/openapi/github-sync.yaml +115 -0
- package/package.json +25 -4
- package/scripts/README.md +103 -0
- package/scripts/auto-rebase-mrs.ts +106 -0
- package/scripts/batch-dependabot.sh +57 -0
- package/scripts/configure-gitlab-branch-protection.ts +95 -0
- package/scripts/create-issue-helper.ts +238 -0
- package/scripts/create-milestone-issue.ts +73 -0
- package/scripts/fix-schema-formats.js +82 -0
- package/scripts/generate-agents-catalog.ts +77 -0
- package/scripts/generate-api-docs.ts +218 -0
- package/scripts/generate-cli-docs.ts +410 -0
- package/scripts/generate-config-docs.ts +109 -0
- package/scripts/generate-errors-docs.ts +76 -0
- package/scripts/generate-examples-docs.ts +99 -0
- package/scripts/generate-schema-docs.ts +296 -0
- package/scripts/generate-types-docs.ts +48 -0
- package/scripts/lowercase-docs.ts +43 -0
- package/scripts/manage-milestone-mrs.ts +279 -0
- package/scripts/rebase-all-mrs.sh +75 -0
- package/scripts/sync-github-pr.sh +48 -0
- package/scripts/sync-version.js +40 -0
- package/scripts/sync-wiki.sh +50 -0
- package/scripts/validate-all.js +127 -0
- package/spec/v0.2.4/ossa-0.2.4.schema.json +85 -208
- package/spec/v0.2.6/CHANGELOG.md +401 -0
- package/spec/v0.2.6/README.md +72 -0
- package/spec/v0.2.6/migrations/v0.2.3-to-v0.2.4.md +599 -0
- package/spec/v0.2.6/migrations/v0.2.5-RC-to-v0.2.6.md +65 -0
- package/spec/v0.2.6/ossa-0.2.6.schema.json +1786 -0
- package/spec/v0.2.6/ossa-0.2.6.yaml +581 -0
- package/spec/v0.2.6-dev/CHANGELOG.md +164 -0
- package/spec/v0.2.6-dev/README.md +75 -0
- package/spec/v0.2.6-dev/migrations/v0.2.2-to-v0.2.3.md +343 -0
- package/spec/v0.2.6-dev/migrations/v0.2.3-to-v0.2.4.md +599 -0
- package/spec/v0.2.6-dev/ossa-0.2.5.schema.json +1696 -0
- package/spec/v0.2.6-dev/ossa-0.2.5.yaml +581 -0
- package/spec/v0.2.6-dev/ossa-0.2.6-dev.schema.json +1696 -0
- package/spec/v0.2.6-dev/ossa-0.2.6-dev.yaml +448 -0
- package/spec/v0.2.7/core/agentgraph.md +324 -0
- package/spec/v0.2.7/resources/agentgraph.yaml +135 -0
- package/website/DESIGN_SYSTEM_IMPLEMENTATION.md +445 -0
- package/website/app/about/page.tsx +53 -44
- package/website/app/ecosystem/page.tsx +146 -111
- package/website/app/globals.scss +256 -21
- package/website/app/page.tsx +394 -182
- package/website/app/page.tsx.bak +679 -0
- package/website/app/page.tsx.bak2 +649 -0
- package/website/app/schema/page.tsx +3 -3
- package/website/app/specification/page.tsx +1 -1
- package/website/components/layout/Header.tsx +27 -23
- package/website/components/ui/Badge.tsx +82 -0
- package/website/components/ui/Button.tsx +116 -0
- package/website/components/ui/Card.tsx +167 -0
- package/website/components/ui/Checkbox.tsx +141 -0
- package/website/components/ui/Input.tsx +169 -0
- package/website/components/ui/Radio.tsx +141 -0
- package/website/components/ui/Select.tsx +182 -0
- package/website/components/ui/Tag.tsx +158 -0
- package/website/components/ui/Textarea.tsx +195 -0
- package/website/components/ui/index.ts +11 -0
- package/website/content/docs/{00-HOME.md → 00-home.md} +1 -1
- package/website/content/docs/agents/catalog.md +28 -0
- package/website/content/docs/{AIFlow-Framework-Integration-with-OSSA.md → aiflow-framework-integration-with-ossa.md} +2 -2
- package/website/content/docs/api-reference/index.md +38 -0
- package/website/content/docs/api-reference/ossa-core-api.md +634 -0
- package/website/content/docs/api-reference/ossa-registry-api.md +515 -0
- package/website/content/docs/api-reference/unified-agent-gateway.md +599 -0
- package/website/content/docs/cli-reference/index.md +111 -0
- package/website/content/docs/cli-reference/ossa-agents.md +70 -0
- package/website/content/docs/cli-reference/ossa-export.md +56 -0
- package/website/content/docs/cli-reference/ossa-generate.md +66 -0
- package/website/content/docs/cli-reference/ossa-gitlab-agent.md +57 -0
- package/website/content/docs/cli-reference/ossa-import.md +56 -0
- package/website/content/docs/cli-reference/ossa-init.md +57 -0
- package/website/content/docs/cli-reference/ossa-migrate.md +62 -0
- package/website/content/docs/cli-reference/ossa-run.md +66 -0
- package/website/content/docs/cli-reference/ossa-schema.md +57 -0
- package/website/content/docs/cli-reference/ossa-setup.md +57 -0
- package/website/content/docs/cli-reference/ossa-validate.md +66 -0
- package/website/content/docs/configuration/index.md +97 -0
- package/website/content/docs/deployment/github-mirroring.md +924 -0
- package/website/content/docs/documentation.md +100 -0
- package/website/content/docs/ecosystem/framework-support.md +551 -9
- package/website/content/docs/errors/index.md +10 -0
- package/website/content/docs/examples/{AIFlow-Framework-Integration-with-OSSA.md → aiflow-framework-integration-with-ossa.md} +2 -2
- package/website/content/docs/examples/catalog.md +300 -0
- package/website/content/docs/for-audiences/{Students-Researchers.md → students-researchers.md} +1 -1
- package/website/content/docs/getting-started/{Installation.md → installation.md} +1 -1
- package/website/content/docs/getting-started.md +1 -1
- package/website/content/docs/integrations/aiflow.md +2 -2
- package/website/content/docs/migration-guides/anthropic-mcp-to-ossa.md +5 -5
- package/website/content/docs/migration-guides/crewai-to-ossa.md +3 -3
- package/website/content/docs/migration-guides/drupal-eca-to-ossa.md +7 -7
- package/website/content/docs/migration-guides/langchain-to-ossa.md +4 -4
- package/website/content/docs/openapi-extensions/index.md +1 -1
- package/website/content/docs/ossa-compliant-badge.md +1 -1
- package/website/content/docs/pre-release/index.md +5 -5
- package/website/content/docs/releases/v0.2.6.md +99 -0
- package/website/content/docs/schema-reference/agent-capabilities.md +50 -0
- package/website/content/docs/schema-reference/agent-id.md +52 -0
- package/website/content/docs/schema-reference/agent-name.md +50 -0
- package/website/content/docs/schema-reference/agent-role.md +54 -0
- package/website/content/docs/schema-reference/agent-version.md +50 -0
- package/website/content/docs/schema-reference/index.md +26 -157
- package/website/content/docs/types-reference/index.md +105 -0
- package/website/content/docs/versioning.md +3 -3
- package/website/dev.sh +53 -0
- package/website/docker-compose.dev.yml +36 -0
- package/website/lib/version.ts +1 -1
- package/website/lib/versions.json +45 -20
- package/website/package.json +1 -1
- package/website/styles/_spacing.scss +453 -0
- package/website/styles/_tokens.scss +245 -0
- package/website/styles/_typography.scss +361 -0
- package/website/styles/_variables.scss +270 -19
- package/website/tailwind.config.ts +113 -79
- package/.kiro/specs/agent-buildkit-templates/design.md +0 -495
- package/.kiro/specs/agent-buildkit-templates/requirements.md +0 -165
- package/.kiro/specs/kiro-ide-supercharger/README.md +0 -202
- package/.kiro/specs/kiro-ide-supercharger/design.md +0 -1005
- package/.kiro/specs/kiro-ide-supercharger/requirements.md +0 -141
- package/.kiro/specs/kiro-ide-supercharger/tasks.md +0 -507
- package/docs/issue-19-completion-summary.md +0 -648
- package/docs/issue-19-validation.md +0 -351
- package/website/content/docs/Examples.md +0 -71
- package/website/content/docs/OpenAPI-Extensions.md +0 -934
- package/website/content/docs/core-concepts/Project-Structure.md +0 -348
- package/website/content/docs/examples/Migration-Guides.md +0 -214
- package/website/content/docs/for-audiences/Architects.md +0 -224
- package/website/content/docs/for-audiences/Developers.md +0 -220
- package/website/content/docs/for-audiences/Enterprises.md +0 -256
- package/website/content/docs/getting-started/5-Minute-Overview.md +0 -85
- package/website/content/docs/getting-started/First-Agent.md +0 -196
- package/website/content/docs/getting-started/Hello-World.md +0 -184
- package/website/content/docs/migration-guides/00-INDEX.md +0 -76
- package/website/content/docs/migration-guides/README.md +0 -133
- /package/dist/spec/v0.2.4/{ossa-0.2.4-dev.yaml → ossa-0.2.4.yaml} +0 -0
- /package/spec/v0.2.4/{ossa-0.2.4-dev.yaml → ossa-0.2.4.yaml} +0 -0
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: "5 Minute Overview"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# 5-Minute Overview
|
|
6
|
-
|
|
7
|
-
Get up to speed on OSSA in 5 minutes.
|
|
8
|
-
|
|
9
|
-
## What is OSSA?
|
|
10
|
-
|
|
11
|
-
**OSSA (Open Standard for Scalable Agents)** is like OpenAPI, but for AI agents.
|
|
12
|
-
|
|
13
|
-
- **OpenAPI** = Standard format for REST APIs
|
|
14
|
-
- **OSSA** = Standard format for AI agents
|
|
15
|
-
|
|
16
|
-
## Why Does This Matter?
|
|
17
|
-
|
|
18
|
-
### Before OSSA
|
|
19
|
-
- Agents built with LangChain couldn't work with Anthropic SDK agents
|
|
20
|
-
- Moving agents between teams required rewriting
|
|
21
|
-
- No standard way to validate agent correctness
|
|
22
|
-
- Framework lock-in everywhere
|
|
23
|
-
|
|
24
|
-
### With OSSA
|
|
25
|
-
- ✅ Agents work across any framework
|
|
26
|
-
- ✅ Move agents between teams/organizations easily
|
|
27
|
-
- ✅ Validate agents before deployment
|
|
28
|
-
- ✅ No vendor lock-in
|
|
29
|
-
|
|
30
|
-
## Core Concept
|
|
31
|
-
|
|
32
|
-
OSSA defines agents using a **declarative YAML/JSON format**:
|
|
33
|
-
|
|
34
|
-
```yaml
|
|
35
|
-
apiVersion: ossa/v0.2.x
|
|
36
|
-
kind: Agent
|
|
37
|
-
|
|
38
|
-
metadata:
|
|
39
|
-
name: my-agent
|
|
40
|
-
version: 1.0.0
|
|
41
|
-
description: My first OSSA agent
|
|
42
|
-
|
|
43
|
-
spec:
|
|
44
|
-
role: You are a helpful assistant
|
|
45
|
-
llm:
|
|
46
|
-
provider: openai
|
|
47
|
-
model: gpt-3.5-turbo
|
|
48
|
-
tools:
|
|
49
|
-
- type: function
|
|
50
|
-
name: greet_user
|
|
51
|
-
description: Greet a user by name
|
|
52
|
-
```
|
|
53
|
-
|
|
54
|
-
## Key Components
|
|
55
|
-
|
|
56
|
-
| Component | What It Does |
|
|
57
|
-
|-----------|--------------|
|
|
58
|
-
| **Specification** | JSON Schema that defines the standard |
|
|
59
|
-
| **CLI** | Validates and generates agent manifests |
|
|
60
|
-
| **Examples** | Reference implementations for learning |
|
|
61
|
-
| **agent-buildkit** | Reference implementation with production features |
|
|
62
|
-
|
|
63
|
-
## What OSSA Is NOT
|
|
64
|
-
|
|
65
|
-
- ❌ **Not a framework** - It's a standard
|
|
66
|
-
- ❌ **Not a runtime** - It's a specification
|
|
67
|
-
- ❌ **Not an orchestration tool** - It's a contract definition
|
|
68
|
-
|
|
69
|
-
## Next Steps
|
|
70
|
-
|
|
71
|
-
1. **Install OSSA CLI**: `npm install -g @bluefly/open-standards-scalable-agents`
|
|
72
|
-
2. **Try the Hello World example**: See [Hello World Tutorial](Hello-World)
|
|
73
|
-
3. **Create your first agent**: See [First Agent Creation](First-Agent)
|
|
74
|
-
4. **Explore examples**: Check out [Examples & Patterns](../Examples/Getting-Started-Examples)
|
|
75
|
-
|
|
76
|
-
## Learn More
|
|
77
|
-
|
|
78
|
-
- [Installation Guide](Installation)
|
|
79
|
-
- [Hello World Tutorial](Hello-World)
|
|
80
|
-
- [Full Documentation](../Technical/Specification-Deep-Dive)
|
|
81
|
-
|
|
82
|
-
---
|
|
83
|
-
|
|
84
|
-
**Time to next level**: ~15 minutes → [Hello World Tutorial](Hello-World)
|
|
85
|
-
|
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: "First Agent"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# First Agent Creation
|
|
6
|
-
|
|
7
|
-
Build your first real OSSA agent with capabilities.
|
|
8
|
-
|
|
9
|
-
## Overview
|
|
10
|
-
|
|
11
|
-
In this guide, you'll create a complete agent with:
|
|
12
|
-
- Multiple tools/capabilities
|
|
13
|
-
- LLM configuration
|
|
14
|
-
- Observability setup
|
|
15
|
-
- Constraints and limits
|
|
16
|
-
|
|
17
|
-
## Step 1: Choose Your Agent Type
|
|
18
|
-
|
|
19
|
-
OSSA supports various agent types:
|
|
20
|
-
|
|
21
|
-
- **chat** - Conversational agent
|
|
22
|
-
- **workflow** - Workflow orchestration
|
|
23
|
-
- **compliance** - Compliance checking
|
|
24
|
-
- **monitoring** - System monitoring
|
|
25
|
-
- **worker** - Task processing
|
|
26
|
-
|
|
27
|
-
For this tutorial, we'll create a **chat** agent with web search capability.
|
|
28
|
-
|
|
29
|
-
## Step 2: Generate Base Agent
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
ossa generate chat \
|
|
33
|
-
--name "Research Assistant" \
|
|
34
|
-
--description "An agent that can search the web and answer questions" \
|
|
35
|
-
--output research-assistant.ossa.yaml
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
## Step 3: Add Tools
|
|
39
|
-
|
|
40
|
-
Edit `research-assistant.ossa.yaml` to add a web search tool:
|
|
41
|
-
|
|
42
|
-
```yaml
|
|
43
|
-
spec:
|
|
44
|
-
role: |
|
|
45
|
-
You are a research assistant. Your job is to:
|
|
46
|
-
1. Search the web for current information
|
|
47
|
-
2. Synthesize information from multiple sources
|
|
48
|
-
3. Provide accurate, well-sourced answers
|
|
49
|
-
|
|
50
|
-
Always cite your sources and verify information.
|
|
51
|
-
|
|
52
|
-
llm:
|
|
53
|
-
provider: openai
|
|
54
|
-
model: gpt-4
|
|
55
|
-
temperature: 0.3 # Lower for factual accuracy
|
|
56
|
-
|
|
57
|
-
tools:
|
|
58
|
-
- type: http
|
|
59
|
-
name: web_search
|
|
60
|
-
description: Search the web for current information
|
|
61
|
-
endpoint: https://api.search-service.com/search
|
|
62
|
-
config:
|
|
63
|
-
method: POST
|
|
64
|
-
timeout: 10
|
|
65
|
-
auth:
|
|
66
|
-
type: apikey
|
|
67
|
-
credentials: SEARCH_API_KEY
|
|
68
|
-
```
|
|
69
|
-
|
|
70
|
-
## Step 4: Add Observability
|
|
71
|
-
|
|
72
|
-
Add observability configuration:
|
|
73
|
-
|
|
74
|
-
```yaml
|
|
75
|
-
spec:
|
|
76
|
-
# ... existing config ...
|
|
77
|
-
|
|
78
|
-
observability:
|
|
79
|
-
tracing:
|
|
80
|
-
enabled: true
|
|
81
|
-
exporter: otlp
|
|
82
|
-
endpoint: http://localhost:4318
|
|
83
|
-
metrics:
|
|
84
|
-
enabled: true
|
|
85
|
-
exporter: prometheus
|
|
86
|
-
endpoint: http://localhost:9090/metrics
|
|
87
|
-
logging:
|
|
88
|
-
level: info
|
|
89
|
-
format: json
|
|
90
|
-
```
|
|
91
|
-
|
|
92
|
-
## Step 5: Add Constraints
|
|
93
|
-
|
|
94
|
-
Add cost and performance constraints:
|
|
95
|
-
|
|
96
|
-
```yaml
|
|
97
|
-
spec:
|
|
98
|
-
# ... existing config ...
|
|
99
|
-
|
|
100
|
-
constraints:
|
|
101
|
-
cost:
|
|
102
|
-
maxTokensPerDay: 100000
|
|
103
|
-
maxCostPerDay: 10.00
|
|
104
|
-
currency: USD
|
|
105
|
-
performance:
|
|
106
|
-
maxLatencySeconds: 5.0
|
|
107
|
-
maxConcurrentRequests: 10
|
|
108
|
-
timeoutSeconds: 30
|
|
109
|
-
```
|
|
110
|
-
|
|
111
|
-
## Step 6: Validate
|
|
112
|
-
|
|
113
|
-
Validate your complete agent:
|
|
114
|
-
|
|
115
|
-
```bash
|
|
116
|
-
ossa validate research-assistant.ossa.yaml --verbose
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
## Complete Example
|
|
120
|
-
|
|
121
|
-
Your final agent should look like:
|
|
122
|
-
|
|
123
|
-
```yaml
|
|
124
|
-
apiVersion: ossa/v0.2.x
|
|
125
|
-
kind: Agent
|
|
126
|
-
|
|
127
|
-
metadata:
|
|
128
|
-
name: research-assistant
|
|
129
|
-
version: 1.0.0
|
|
130
|
-
description: An agent that can search the web and answer questions
|
|
131
|
-
labels:
|
|
132
|
-
environment: development
|
|
133
|
-
team: research
|
|
134
|
-
|
|
135
|
-
spec:
|
|
136
|
-
role: |
|
|
137
|
-
You are a research assistant. Your job is to:
|
|
138
|
-
1. Search the web for current information
|
|
139
|
-
2. Synthesize information from multiple sources
|
|
140
|
-
3. Provide accurate, well-sourced answers
|
|
141
|
-
|
|
142
|
-
Always cite your sources and verify information.
|
|
143
|
-
|
|
144
|
-
llm:
|
|
145
|
-
provider: openai
|
|
146
|
-
model: gpt-4
|
|
147
|
-
temperature: 0.3
|
|
148
|
-
maxTokens: 2000
|
|
149
|
-
|
|
150
|
-
tools:
|
|
151
|
-
- type: http
|
|
152
|
-
name: web_search
|
|
153
|
-
description: Search the web for current information
|
|
154
|
-
endpoint: https://api.search-service.com/search
|
|
155
|
-
config:
|
|
156
|
-
method: POST
|
|
157
|
-
timeout: 10
|
|
158
|
-
auth:
|
|
159
|
-
type: apikey
|
|
160
|
-
credentials: SEARCH_API_KEY
|
|
161
|
-
|
|
162
|
-
constraints:
|
|
163
|
-
cost:
|
|
164
|
-
maxTokensPerDay: 100000
|
|
165
|
-
maxCostPerDay: 10.00
|
|
166
|
-
currency: USD
|
|
167
|
-
performance:
|
|
168
|
-
maxLatencySeconds: 5.0
|
|
169
|
-
maxConcurrentRequests: 10
|
|
170
|
-
|
|
171
|
-
observability:
|
|
172
|
-
tracing:
|
|
173
|
-
enabled: true
|
|
174
|
-
exporter: otlp
|
|
175
|
-
endpoint: http://localhost:4318
|
|
176
|
-
metrics:
|
|
177
|
-
enabled: true
|
|
178
|
-
exporter: prometheus
|
|
179
|
-
logging:
|
|
180
|
-
level: info
|
|
181
|
-
format: json
|
|
182
|
-
```
|
|
183
|
-
|
|
184
|
-
## Next Steps
|
|
185
|
-
|
|
186
|
-
1. ✅ First agent created
|
|
187
|
-
2. → [Integration Patterns](../Examples/Integration-Patterns) - Connect multiple agents
|
|
188
|
-
3. → [Migration Guides](../Examples/Migration-Guides) - Migrate from other frameworks
|
|
189
|
-
4. → [Advanced Patterns](../Examples/Advanced-Patterns) - Enterprise patterns
|
|
190
|
-
|
|
191
|
-
## Related
|
|
192
|
-
|
|
193
|
-
- [Hello World Tutorial](Hello-World)
|
|
194
|
-
- [Schema Reference](../Technical/Schema-Reference)
|
|
195
|
-
- [Complete Examples](../Examples/Getting-Started-Examples)
|
|
196
|
-
|
|
@@ -1,184 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: "Hello World"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Hello World Tutorial
|
|
6
|
-
|
|
7
|
-
Create your first OSSA agent in 10 minutes.
|
|
8
|
-
|
|
9
|
-
## Overview
|
|
10
|
-
|
|
11
|
-
In this tutorial, you'll:
|
|
12
|
-
1. Generate a minimal OSSA agent
|
|
13
|
-
2. Understand the agent structure
|
|
14
|
-
3. Validate the agent
|
|
15
|
-
4. Learn what each field means
|
|
16
|
-
|
|
17
|
-
## Step 1: Generate Your First Agent
|
|
18
|
-
|
|
19
|
-
Use the OSSA CLI to generate a chat agent:
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
ossa generate chat --name "Hello World Agent" --output hello-world.ossa.yaml
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
This creates a minimal, valid OSSA agent manifest.
|
|
26
|
-
|
|
27
|
-
## Step 2: Examine the Generated Agent
|
|
28
|
-
|
|
29
|
-
Open `hello-world.ossa.yaml`:
|
|
30
|
-
|
|
31
|
-
```yaml
|
|
32
|
-
apiVersion: ossa/v0.2.x
|
|
33
|
-
kind: Agent
|
|
34
|
-
|
|
35
|
-
metadata:
|
|
36
|
-
name: hello-world-agent
|
|
37
|
-
version: 0.1.0
|
|
38
|
-
description: Hello World Agent
|
|
39
|
-
|
|
40
|
-
spec:
|
|
41
|
-
role: |
|
|
42
|
-
You are a helpful chat assistant.
|
|
43
|
-
Answer questions clearly and concisely.
|
|
44
|
-
|
|
45
|
-
llm:
|
|
46
|
-
provider: openai
|
|
47
|
-
model: gpt-3.5-turbo
|
|
48
|
-
temperature: 0.7
|
|
49
|
-
|
|
50
|
-
tools: []
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
## Step 3: Understand the Structure
|
|
54
|
-
|
|
55
|
-
### apiVersion & kind
|
|
56
|
-
|
|
57
|
-
```yaml
|
|
58
|
-
apiVersion: ossa/v0.2.x
|
|
59
|
-
kind: Agent
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
- **apiVersion**: OSSA specification version
|
|
63
|
-
- **kind**: Resource type (currently only "Agent")
|
|
64
|
-
|
|
65
|
-
### metadata
|
|
66
|
-
|
|
67
|
-
```yaml
|
|
68
|
-
metadata:
|
|
69
|
-
name: hello-world-agent
|
|
70
|
-
version: 0.1.0
|
|
71
|
-
description: Hello World Agent
|
|
72
|
-
```
|
|
73
|
-
|
|
74
|
-
- **name**: Agent identifier (DNS-1123 format)
|
|
75
|
-
- **version**: Semantic version
|
|
76
|
-
- **description**: Human-readable description
|
|
77
|
-
|
|
78
|
-
### spec
|
|
79
|
-
|
|
80
|
-
```yaml
|
|
81
|
-
spec:
|
|
82
|
-
role: |
|
|
83
|
-
You are a helpful chat assistant.
|
|
84
|
-
Answer questions clearly and concisely.
|
|
85
|
-
|
|
86
|
-
llm:
|
|
87
|
-
provider: openai
|
|
88
|
-
model: gpt-3.5-turbo
|
|
89
|
-
temperature: 0.7
|
|
90
|
-
|
|
91
|
-
tools: []
|
|
92
|
-
```
|
|
93
|
-
|
|
94
|
-
- **role**: System prompt/instructions for the agent
|
|
95
|
-
- **llm**: Language model configuration
|
|
96
|
-
- **tools**: Available capabilities (empty for basic chat)
|
|
97
|
-
|
|
98
|
-
## Step 4: Validate Your Agent
|
|
99
|
-
|
|
100
|
-
Validate the agent against the OSSA schema:
|
|
101
|
-
|
|
102
|
-
```bash
|
|
103
|
-
ossa validate hello-world.ossa.yaml
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
You should see:
|
|
107
|
-
|
|
108
|
-
```
|
|
109
|
-
✓ Agent manifest is valid OSSA v0.2.x
|
|
110
|
-
```
|
|
111
|
-
|
|
112
|
-
## Step 5: Add a Tool (Optional)
|
|
113
|
-
|
|
114
|
-
Edit `hello-world.ossa.yaml` to add a greeting tool:
|
|
115
|
-
|
|
116
|
-
```yaml
|
|
117
|
-
spec:
|
|
118
|
-
role: |
|
|
119
|
-
You are a helpful chat assistant.
|
|
120
|
-
Answer questions clearly and concisely.
|
|
121
|
-
|
|
122
|
-
llm:
|
|
123
|
-
provider: openai
|
|
124
|
-
model: gpt-3.5-turbo
|
|
125
|
-
temperature: 0.7
|
|
126
|
-
|
|
127
|
-
tools:
|
|
128
|
-
- type: function
|
|
129
|
-
name: greet_user
|
|
130
|
-
description: Generate a personalized greeting
|
|
131
|
-
config:
|
|
132
|
-
handler: greet_handler
|
|
133
|
-
```
|
|
134
|
-
|
|
135
|
-
Validate again:
|
|
136
|
-
|
|
137
|
-
```bash
|
|
138
|
-
ossa validate hello-world.ossa.yaml
|
|
139
|
-
```
|
|
140
|
-
|
|
141
|
-
## Understanding the Complete Example
|
|
142
|
-
|
|
143
|
-
For a fully annotated example with extensive comments, see:
|
|
144
|
-
|
|
145
|
-
[examples/getting-started/hello-world-complete.ossa.yaml](https://github.com/blueflyio/openstandardagents/blob/main/examples/getting-started/hello-world-complete.ossa.yaml)
|
|
146
|
-
|
|
147
|
-
This example includes:
|
|
148
|
-
- Detailed comments for every field
|
|
149
|
-
- All optional fields explained
|
|
150
|
-
- Best practices
|
|
151
|
-
- Usage examples
|
|
152
|
-
|
|
153
|
-
## What You've Learned
|
|
154
|
-
|
|
155
|
-
✅ OSSA agents are defined in YAML/JSON
|
|
156
|
-
✅ Agents have metadata (name, version, description)
|
|
157
|
-
✅ Agents have a spec (role, LLM, tools)
|
|
158
|
-
✅ OSSA CLI can validate agent correctness
|
|
159
|
-
✅ Tools extend agent capabilities
|
|
160
|
-
|
|
161
|
-
## Next Steps
|
|
162
|
-
|
|
163
|
-
1. ✅ Hello World complete
|
|
164
|
-
2. → [First Agent Creation](First-Agent) - Build a real agent
|
|
165
|
-
3. → [Examples & Patterns](../Examples/Getting-Started-Examples) - See more examples
|
|
166
|
-
4. → [Schema Reference](../Technical/Schema-Reference) - Deep dive into the spec
|
|
167
|
-
|
|
168
|
-
## Common Questions
|
|
169
|
-
|
|
170
|
-
**Q: Can I use a different LLM provider?**
|
|
171
|
-
A: Yes! OSSA supports OpenAI, Anthropic, Google, Azure, Ollama, and custom providers.
|
|
172
|
-
|
|
173
|
-
**Q: What if I don't have tools?**
|
|
174
|
-
A: Tools are optional. A basic chat agent can have an empty tools array.
|
|
175
|
-
|
|
176
|
-
**Q: How do I deploy this agent?**
|
|
177
|
-
A: OSSA is just a standard. Use agent-buildkit or your own deployment system.
|
|
178
|
-
|
|
179
|
-
## Related
|
|
180
|
-
|
|
181
|
-
- [5-Minute Overview](5-Minute-Overview)
|
|
182
|
-
- [First Agent Creation](First-Agent)
|
|
183
|
-
- [Complete Annotated Example](https://github.com/blueflyio/openstandardagents/blob/main/examples/getting-started/hello-world-complete.ossa.yaml)
|
|
184
|
-
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Migration Guides
|
|
3
|
-
description: Migrate from existing AI frameworks to OSSA
|
|
4
|
-
weight: 1
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Migration Guides
|
|
8
|
-
|
|
9
|
-
Comprehensive guides for migrating from popular AI agent frameworks to OSSA (Open Standard for Scalable Agents).
|
|
10
|
-
|
|
11
|
-
## Available Guides
|
|
12
|
-
|
|
13
|
-
### 🤖 Framework Migrations
|
|
14
|
-
|
|
15
|
-
- **[Anthropic MCP to OSSA](./anthropic-mcp-to-ossa.md)** - Extend MCP servers with OSSA for production features
|
|
16
|
-
- **[CrewAI to OSSA](./crewai-to-ossa.md)** - Migrate CrewAI crews to OSSA orchestration
|
|
17
|
-
- **[LangChain to OSSA](./langchain-to-ossa.md)** - Convert LangChain agents to OSSA agents
|
|
18
|
-
- **[Langflow to OSSA](./langflow-to-ossa.md)** - Transform visual flows into OSSA manifests
|
|
19
|
-
- **[OpenAI to OSSA](./openai-to-ossa.md)** - Migrate OpenAI Assistants API to OSSA
|
|
20
|
-
|
|
21
|
-
### 🔧 Platform Migrations
|
|
22
|
-
|
|
23
|
-
- **[Drupal ECA to OSSA](./drupal-eca-to-ossa.md)** - Convert Drupal automation rules to OSSA agents
|
|
24
|
-
|
|
25
|
-
## Migration Overview
|
|
26
|
-
|
|
27
|
-
All OSSA migrations share common patterns:
|
|
28
|
-
|
|
29
|
-
### 1. Assessment Phase
|
|
30
|
-
- Inventory existing agents/workflows
|
|
31
|
-
- Map components to OSSA equivalents
|
|
32
|
-
- Identify production requirements
|
|
33
|
-
|
|
34
|
-
### 2. Design Phase
|
|
35
|
-
- Create OSSA agent manifests
|
|
36
|
-
- Define capability schemas
|
|
37
|
-
- Plan workflow execution
|
|
38
|
-
|
|
39
|
-
### 3. Implementation Phase
|
|
40
|
-
- Implement agent logic
|
|
41
|
-
- Add monitoring and policies
|
|
42
|
-
- Configure deployment
|
|
43
|
-
|
|
44
|
-
### 4. Testing Phase
|
|
45
|
-
- Unit test capabilities
|
|
46
|
-
- Integration test workflows
|
|
47
|
-
- Validate performance
|
|
48
|
-
|
|
49
|
-
### 5. Deployment Phase
|
|
50
|
-
- Deploy to target environment
|
|
51
|
-
- Configure monitoring
|
|
52
|
-
- Run smoke tests
|
|
53
|
-
|
|
54
|
-
## Why Migrate to OSSA?
|
|
55
|
-
|
|
56
|
-
### Production Features
|
|
57
|
-
- ✅ **Multi-Protocol Support** - HTTP, gRPC, WebSocket, MCP, A2A
|
|
58
|
-
- ✅ **Enterprise Monitoring** - Traces, metrics, logs, health checks
|
|
59
|
-
- ✅ **Kubernetes Native** - Deploy and scale on K8s
|
|
60
|
-
- ✅ **OpenAPI Integration** - REST APIs for all agents
|
|
61
|
-
- ✅ **Compliance Ready** - ISO42001, SOC2, GDPR support
|
|
62
|
-
|
|
63
|
-
### Framework Advantages
|
|
64
|
-
- 🔓 **No Vendor Lock-in** - Use any LLM provider
|
|
65
|
-
- 🌐 **Multi-Runtime** - Local, Docker, K8s, serverless
|
|
66
|
-
- 🔌 **Interoperable** - Works with existing frameworks
|
|
67
|
-
- 📊 **Observable** - Built-in monitoring and tracing
|
|
68
|
-
- 🔒 **Secure** - Enterprise security and policies
|
|
69
|
-
|
|
70
|
-
## Getting Help
|
|
71
|
-
|
|
72
|
-
- **Documentation**: [OSSA Wiki](https://github.com/blueflyio/openstandardagents/wiki/home)
|
|
73
|
-
- **Issues**: [GitHub Issues](https://github.com/blueflyio/openstandardagents/issues)
|
|
74
|
-
- **Discord**: [OSSA Community](https://github.com/blueflyio/openstandardagents/discussions)
|
|
75
|
-
|
|
76
|
-
Ready to migrate? Choose your framework above and get started!
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: "README"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Migration Guides
|
|
6
|
-
|
|
7
|
-
Comprehensive guides for migrating to or extending with OSSA (Open Standards for Scalable Agents).
|
|
8
|
-
|
|
9
|
-
## Available Guides
|
|
10
|
-
|
|
11
|
-
### 1. [Anthropic MCP to OSSA](./Anthropic-MCP-to-OSSA.md)
|
|
12
|
-
**Extend Anthropic Model Context Protocol servers with OSSA**
|
|
13
|
-
|
|
14
|
-
- **Target Audience:** MCP server developers, Claude Desktop users
|
|
15
|
-
- **Complexity:** Intermediate
|
|
16
|
-
- **Time to Complete:** 2-4 hours
|
|
17
|
-
- **Key Benefits:**
|
|
18
|
-
- Keep MCP compatibility
|
|
19
|
-
- Add HTTP/REST API support
|
|
20
|
-
- Enable production monitoring
|
|
21
|
-
- Deploy to Kubernetes
|
|
22
|
-
- Multi-protocol access (MCP + OpenAPI + A2A)
|
|
23
|
-
|
|
24
|
-
**Topics Covered:**
|
|
25
|
-
- MCP servers → OSSA agents
|
|
26
|
-
- MCP tools → OSSA capabilities
|
|
27
|
-
- MCP resources → OSSA data sources
|
|
28
|
-
- Dual-mode implementation (stdio + HTTP)
|
|
29
|
-
- Integration patterns
|
|
30
|
-
- 3 complete before/after examples
|
|
31
|
-
|
|
32
|
-
---
|
|
33
|
-
|
|
34
|
-
### 2. [LangChain to OSSA](./LangChain-to-OSSA.md)
|
|
35
|
-
**Migrate Python LangChain agents to OSSA specification**
|
|
36
|
-
|
|
37
|
-
- **Target Audience:** LangChain developers, Python AI engineers
|
|
38
|
-
- **Complexity:** Intermediate to Advanced
|
|
39
|
-
- **Time to Complete:** 4-8 hours
|
|
40
|
-
- **Key Benefits:**
|
|
41
|
-
- Language-agnostic deployment
|
|
42
|
-
- Better orchestration
|
|
43
|
-
- Production-ready infrastructure
|
|
44
|
-
- Multi-framework support
|
|
45
|
-
|
|
46
|
-
---
|
|
47
|
-
|
|
48
|
-
## Quick Decision Guide
|
|
49
|
-
|
|
50
|
-
**Choose the right guide based on your current stack:**
|
|
51
|
-
|
|
52
|
-
```
|
|
53
|
-
Have MCP servers? → Use "Anthropic MCP to OSSA"
|
|
54
|
-
├─ Already working in Claude Desktop?
|
|
55
|
-
│ └─ Keep MCP, add OSSA for production features
|
|
56
|
-
│
|
|
57
|
-
Have LangChain agents? → Use "LangChain to OSSA"
|
|
58
|
-
├─ Python-based AI workflows?
|
|
59
|
-
│ └─ Migrate to OSSA for better orchestration
|
|
60
|
-
│
|
|
61
|
-
Starting fresh? → Check Getting Started guide
|
|
62
|
-
└─ Use OSSA from day one
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
## Common Scenarios
|
|
66
|
-
|
|
67
|
-
### Scenario 1: "I have MCP servers for Claude Desktop"
|
|
68
|
-
→ **Use:** [Anthropic MCP to OSSA](./Anthropic-MCP-to-OSSA.md)
|
|
69
|
-
- Extend with HTTP API
|
|
70
|
-
- Add monitoring/metrics
|
|
71
|
-
- Deploy to production
|
|
72
|
-
|
|
73
|
-
### Scenario 2: "I have LangChain Python agents"
|
|
74
|
-
→ **Use:** [LangChain to OSSA](./LangChain-to-OSSA.md)
|
|
75
|
-
- Migrate to TypeScript/Node.js
|
|
76
|
-
- Add multi-protocol support
|
|
77
|
-
- Enable agent orchestration
|
|
78
|
-
|
|
79
|
-
### Scenario 3: "I want to expose my agent via multiple protocols"
|
|
80
|
-
→ **Use:** [Anthropic MCP to OSSA](./Anthropic-MCP-to-OSSA.md)
|
|
81
|
-
- MCP for Claude Desktop
|
|
82
|
-
- OpenAPI for REST clients
|
|
83
|
-
- A2A for agent-to-agent communication
|
|
84
|
-
|
|
85
|
-
## Migration Roadmap
|
|
86
|
-
|
|
87
|
-
```
|
|
88
|
-
1. Assessment (1-2 hours)
|
|
89
|
-
├─ Inventory existing agents/servers
|
|
90
|
-
├─ Identify required features
|
|
91
|
-
└─ Choose migration guide
|
|
92
|
-
|
|
93
|
-
2. Planning (2-4 hours)
|
|
94
|
-
├─ Map existing functionality to OSSA
|
|
95
|
-
├─ Design agent manifest
|
|
96
|
-
└─ Plan deployment strategy
|
|
97
|
-
|
|
98
|
-
3. Implementation (4-8 hours)
|
|
99
|
-
├─ Create OSSA agent structure
|
|
100
|
-
├─ Migrate business logic
|
|
101
|
-
├─ Configure bridges (MCP, OpenAPI, etc.)
|
|
102
|
-
└─ Add monitoring
|
|
103
|
-
|
|
104
|
-
4. Testing (2-4 hours)
|
|
105
|
-
├─ Test all protocols
|
|
106
|
-
├─ Verify backward compatibility
|
|
107
|
-
└─ Load testing
|
|
108
|
-
|
|
109
|
-
5. Deployment (2-4 hours)
|
|
110
|
-
├─ Deploy to target environment
|
|
111
|
-
├─ Configure monitoring
|
|
112
|
-
└─ Update client configurations
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
## Support
|
|
116
|
-
|
|
117
|
-
- **Documentation:** `/Users/flux423/Sites/LLM/agent-buildkit/docs/`
|
|
118
|
-
- **Examples:** `/Users/flux423/Sites/LLM/agent-buildkit/.agents/`
|
|
119
|
-
- **OSSA Spec:** [OSSA Complete Reference](../OSSA-COMPLETE-AGENT-REFERENCE.md)
|
|
120
|
-
- **BuildKit CLI:** `buildkit agents --help`
|
|
121
|
-
|
|
122
|
-
## Contributing
|
|
123
|
-
|
|
124
|
-
Found an issue or want to add a migration guide?
|
|
125
|
-
|
|
126
|
-
1. Create an issue: [GitLab Issues](https://github.com/blueflyio/documentation/-/issues)
|
|
127
|
-
2. Submit a merge request with your guide
|
|
128
|
-
3. Follow the existing structure and format
|
|
129
|
-
|
|
130
|
-
---
|
|
131
|
-
|
|
132
|
-
**Last Updated:** 2025-11-10
|
|
133
|
-
**Maintained By:** Agent BuildKit Team
|
|
File without changes
|
|
File without changes
|