@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
|
@@ -0,0 +1,679 @@
|
|
|
1
|
+
import Link from 'next/link';
|
|
2
|
+
import type { Metadata } from 'next';
|
|
3
|
+
import { Logo } from '@/components/Logo';
|
|
4
|
+
import { Card, CardHeader, CardTitle, CardContent } from '@/components/ui/Card';
|
|
5
|
+
import fs from 'fs';
|
|
6
|
+
import path from 'path';
|
|
7
|
+
|
|
8
|
+
// Get version dynamically
|
|
9
|
+
function getVersion(): string {
|
|
10
|
+
try {
|
|
11
|
+
const pkgPath = path.join(process.cwd(), '../package.json');
|
|
12
|
+
if (fs.existsSync(pkgPath)) {
|
|
13
|
+
const pkg = JSON.parse(fs.readFileSync(pkgPath, 'utf8'));
|
|
14
|
+
return pkg.version;
|
|
15
|
+
}
|
|
16
|
+
} catch (error) {
|
|
17
|
+
console.error('Failed to load version:', error);
|
|
18
|
+
}
|
|
19
|
+
return '0.2.6';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export const metadata: Metadata = {
|
|
23
|
+
title: 'Open Standard Agents - Industry Standard for Agent Orchestration',
|
|
24
|
+
description: 'The vendor-neutral specification for multi-agent systems. Write once, deploy anywhere. Zero vendor lock-in.',
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default function HomePage() {
|
|
28
|
+
const version = getVersion();
|
|
29
|
+
|
|
30
|
+
return (
|
|
31
|
+
<div className="flex flex-col">
|
|
32
|
+
{/* Hero Section */}
|
|
33
|
+
<section className="bg-gradient-to-br from-secondary via-primary to-accent text-white py-24 px-4">
|
|
34
|
+
<div className="container mx-auto max-w-7xl text-center">
|
|
35
|
+
<div className="mb-6 flex flex-col items-center">
|
|
36
|
+
<span className="inline-block px-4 py-2 bg-white/20 backdrop-blur-sm rounded-full text-sm font-medium mb-4">
|
|
37
|
+
The OpenAPI for AI Agents (v{version})
|
|
38
|
+
</span>
|
|
39
|
+
</div>
|
|
40
|
+
<h1 className="text-4xl md:text-6xl lg:text-7xl font-bold mb-6 leading-tight">
|
|
41
|
+
Open Standard for AI Agents
|
|
42
|
+
</h1>
|
|
43
|
+
<p className="text-2xl md:text-3xl lg:text-4xl mb-6 font-bold">
|
|
44
|
+
Vendor-neutral, compliance-ready, enterprise-grade
|
|
45
|
+
</p>
|
|
46
|
+
<div className="max-w-4xl mx-auto mb-8 space-y-3">
|
|
47
|
+
<p className="text-lg md:text-xl text-gray-100 flex items-center justify-center gap-2">
|
|
48
|
+
<svg className="w-5 h-5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
49
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
50
|
+
</svg>
|
|
51
|
+
Switch between AI providers without code changes
|
|
52
|
+
</p>
|
|
53
|
+
<p className="text-lg md:text-xl text-gray-100 flex items-center justify-center gap-2">
|
|
54
|
+
<svg className="w-5 h-5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
55
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
56
|
+
</svg>
|
|
57
|
+
Built-in compliance and security frameworks
|
|
58
|
+
</p>
|
|
59
|
+
<p className="text-lg md:text-xl text-gray-100 flex items-center justify-center gap-2">
|
|
60
|
+
<svg className="w-5 h-5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
61
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
62
|
+
</svg>
|
|
63
|
+
Standardized agent lifecycle and governance
|
|
64
|
+
</p>
|
|
65
|
+
<p className="text-lg md:text-xl text-gray-100 flex items-center justify-center gap-2">
|
|
66
|
+
<svg className="w-5 h-5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
67
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
68
|
+
</svg>
|
|
69
|
+
Multi-runtime support (Node.js, Python, more)
|
|
70
|
+
</p>
|
|
71
|
+
</div>
|
|
72
|
+
<div className="flex flex-col sm:flex-row gap-4 justify-center mb-12">
|
|
73
|
+
<Link href="#get-started" className="text-lg px-8 py-4 bg-[#3224c9] text-white font-bold rounded-lg shadow-xl hover:shadow-2xl transform hover:scale-105 transition-all border-2 border-white hover:bg-white hover:text-[#3224c9]">
|
|
74
|
+
Get Started
|
|
75
|
+
</Link>
|
|
76
|
+
<Link href="https://github.com/blueflyio/openstandardagents" className="btn-outline border-white text-white hover:bg-white hover:text-primary text-lg px-8 py-4" target="_blank" rel="noopener noreferrer">
|
|
77
|
+
View on GitHub
|
|
78
|
+
</Link>
|
|
79
|
+
<Link href="/schema/" className="btn-outline border-white text-white hover:bg-white hover:text-primary text-lg px-8 py-4">
|
|
80
|
+
View Schema
|
|
81
|
+
</Link>
|
|
82
|
+
</div>
|
|
83
|
+
<div className="flex flex-wrap justify-center gap-6 text-sm text-gray-300">
|
|
84
|
+
<div className="flex items-center gap-2">
|
|
85
|
+
<svg className="w-5 h-5 text-orange-400" fill="currentColor" viewBox="0 0 20 20">
|
|
86
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
87
|
+
</svg>
|
|
88
|
+
<span className="text-orange-400 font-bold">Vendor-Neutral</span>
|
|
89
|
+
</div>
|
|
90
|
+
<div className="flex items-center gap-2">
|
|
91
|
+
<svg className="w-5 h-5 text-orange-400" fill="currentColor" viewBox="0 0 20 20">
|
|
92
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
93
|
+
</svg>
|
|
94
|
+
<span className="text-orange-400 font-bold">Framework-Agnostic</span>
|
|
95
|
+
</div>
|
|
96
|
+
<div className="flex items-center gap-2">
|
|
97
|
+
<svg className="w-5 h-5 text-orange-400" fill="currentColor" viewBox="0 0 20 20">
|
|
98
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
99
|
+
</svg>
|
|
100
|
+
<span className="text-orange-400 font-bold">Open Source</span>
|
|
101
|
+
</div>
|
|
102
|
+
<div className="flex items-center gap-2">
|
|
103
|
+
<svg className="w-5 h-5 text-orange-400" fill="currentColor" viewBox="0 0 20 20">
|
|
104
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
105
|
+
</svg>
|
|
106
|
+
<span className="text-orange-400 font-bold">JSON Schema Validated</span>
|
|
107
|
+
</div>
|
|
108
|
+
</div>
|
|
109
|
+
</div>
|
|
110
|
+
</section>
|
|
111
|
+
|
|
112
|
+
{/* What is OSSA Section */}
|
|
113
|
+
<section className="py-20 px-4 bg-white">
|
|
114
|
+
<div className="container mx-auto max-w-7xl">
|
|
115
|
+
<div className="text-center mb-16">
|
|
116
|
+
<h2 className="text-5xl font-bold mb-6">What is Open Standard Agents?</h2>
|
|
117
|
+
<p className="text-xl text-gray-600 max-w-3xl mx-auto">
|
|
118
|
+
Open Standard Agents (OSSA) is an open, vendor-neutral specification for defining AI agents,
|
|
119
|
+
similar to how OpenAPI standardizes REST APIs. It enables interoperability across frameworks,
|
|
120
|
+
runtimes, and organizations.
|
|
121
|
+
</p>
|
|
122
|
+
</div>
|
|
123
|
+
|
|
124
|
+
<div className="grid md:grid-cols-3 gap-8 mb-12">
|
|
125
|
+
<Card variant="default" padding="lg" elevation={1} hover>
|
|
126
|
+
<CardHeader>
|
|
127
|
+
<CardTitle className="text-primary">Specification Standard</CardTitle>
|
|
128
|
+
</CardHeader>
|
|
129
|
+
<CardContent>
|
|
130
|
+
<p className="text-gray-700 mb-4">
|
|
131
|
+
OSSA is <strong>NOT a framework</strong> - it's a specification that defines the contract
|
|
132
|
+
for agent definition, deployment, and management.
|
|
133
|
+
</p>
|
|
134
|
+
<p className="text-gray-700">
|
|
135
|
+
Just like OpenAPI doesn't implement APIs, OSSA doesn't implement agents.
|
|
136
|
+
It provides the standard that implementations follow.
|
|
137
|
+
</p>
|
|
138
|
+
</CardContent>
|
|
139
|
+
</Card>
|
|
140
|
+
<Card variant="default" padding="lg" elevation={1} hover>
|
|
141
|
+
<CardHeader>
|
|
142
|
+
<CardTitle className="text-primary">Framework-Agnostic</CardTitle>
|
|
143
|
+
</CardHeader>
|
|
144
|
+
<CardContent>
|
|
145
|
+
<p className="text-gray-700 mb-4">
|
|
146
|
+
Works seamlessly with any LLM framework or SDK - LangChain, Anthropic, OpenAI,
|
|
147
|
+
CrewAI, Langflow, AutoGen, and more.
|
|
148
|
+
</p>
|
|
149
|
+
<p className="text-gray-700">
|
|
150
|
+
Deploy to Kubernetes, Docker, serverless, or on-premise. OSSA is infrastructure-agnostic.
|
|
151
|
+
</p>
|
|
152
|
+
</CardContent>
|
|
153
|
+
</Card>
|
|
154
|
+
<Card variant="default" padding="lg" elevation={1} hover>
|
|
155
|
+
<CardHeader>
|
|
156
|
+
<CardTitle className="text-primary">Vendor-Neutral</CardTitle>
|
|
157
|
+
</CardHeader>
|
|
158
|
+
<CardContent>
|
|
159
|
+
<p className="text-gray-700 mb-4">
|
|
160
|
+
No vendor lock-in. Write once, deploy anywhere. Move agents between teams,
|
|
161
|
+
organizations, and infrastructures without rewriting code.
|
|
162
|
+
</p>
|
|
163
|
+
<p className="text-gray-700">
|
|
164
|
+
Maintained by the open source community, ensuring long-term viability and innovation.
|
|
165
|
+
</p>
|
|
166
|
+
</CardContent>
|
|
167
|
+
</Card>
|
|
168
|
+
</div>
|
|
169
|
+
|
|
170
|
+
{/* OpenAPI Comparison */}
|
|
171
|
+
<div className="bg-gradient-to-br from-blue-50 via-indigo-50 to-purple-50 rounded-2xl p-8 md:p-12 mt-16 border-2 border-blue-100 shadow-xl">
|
|
172
|
+
<div className="text-center mb-12">
|
|
173
|
+
<h3 className="text-4xl md:text-5xl font-bold mb-4 bg-gradient-to-r from-primary via-secondary to-primary bg-clip-text text-transparent">
|
|
174
|
+
The OpenAPI for Agents
|
|
175
|
+
</h3>
|
|
176
|
+
<div className="w-24 h-1 bg-gradient-to-r from-primary to-secondary mx-auto rounded-full"></div>
|
|
177
|
+
</div>
|
|
178
|
+
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-6 max-w-7xl mx-auto">
|
|
179
|
+
<Card variant="default" padding="md" elevation={2} hover className="border-2 border-blue-100">
|
|
180
|
+
<h4 className="text-xl font-bold mb-5 text-primary pb-3 border-b-2 border-blue-100">OpenAPI for REST APIs</h4>
|
|
181
|
+
<ul className="space-y-3 text-gray-700">
|
|
182
|
+
<li className="flex items-start gap-3">
|
|
183
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
184
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
185
|
+
</svg>
|
|
186
|
+
<span className="font-medium">Standardizes REST API contracts</span>
|
|
187
|
+
</li>
|
|
188
|
+
<li className="flex items-start gap-3">
|
|
189
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
190
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
191
|
+
</svg>
|
|
192
|
+
<span className="font-medium">Enables API interoperability</span>
|
|
193
|
+
</li>
|
|
194
|
+
<li className="flex items-start gap-3">
|
|
195
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
196
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
197
|
+
</svg>
|
|
198
|
+
<span className="font-medium">Vendor-neutral specification</span>
|
|
199
|
+
</li>
|
|
200
|
+
<li className="flex items-start gap-3">
|
|
201
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
202
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
203
|
+
</svg>
|
|
204
|
+
<span className="font-medium">JSON Schema validation</span>
|
|
205
|
+
</li>
|
|
206
|
+
</ul>
|
|
207
|
+
</Card>
|
|
208
|
+
<Card variant="default" padding="md" elevation={2} hover className="border-2 border-blue-100">
|
|
209
|
+
<h4 className="text-xl font-bold mb-5 text-secondary pb-3 border-b-2 border-cyan-100">OSSA for AI Agents</h4>
|
|
210
|
+
<ul className="space-y-3 text-gray-700">
|
|
211
|
+
<li className="flex items-start gap-3">
|
|
212
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
213
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
214
|
+
</svg>
|
|
215
|
+
<span className="font-medium">Standardizes AI agent contracts</span>
|
|
216
|
+
</li>
|
|
217
|
+
<li className="flex items-start gap-3">
|
|
218
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
219
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
220
|
+
</svg>
|
|
221
|
+
<span className="font-medium">Enables agent interoperability</span>
|
|
222
|
+
</li>
|
|
223
|
+
<li className="flex items-start gap-3">
|
|
224
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
225
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
226
|
+
</svg>
|
|
227
|
+
<span className="font-medium">Vendor-neutral specification</span>
|
|
228
|
+
</li>
|
|
229
|
+
<li className="flex items-start gap-3">
|
|
230
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
231
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
232
|
+
</svg>
|
|
233
|
+
<span className="font-medium">JSON Schema validation</span>
|
|
234
|
+
</li>
|
|
235
|
+
</ul>
|
|
236
|
+
</Card>
|
|
237
|
+
<Card variant="default" padding="md" elevation={2} hover className="border-2 border-blue-100">
|
|
238
|
+
<h4 className="text-xl font-bold mb-5 text-primary pb-3 border-b-2 border-blue-100">OpenAPI Integration</h4>
|
|
239
|
+
<ul className="space-y-3 text-gray-700">
|
|
240
|
+
<li className="flex items-start gap-3">
|
|
241
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
242
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
243
|
+
</svg>
|
|
244
|
+
<span className="font-medium">Seamless OpenAPI compatibility</span>
|
|
245
|
+
</li>
|
|
246
|
+
<li className="flex items-start gap-3">
|
|
247
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
248
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
249
|
+
</svg>
|
|
250
|
+
<span className="font-medium">Import existing OpenAPI specs</span>
|
|
251
|
+
</li>
|
|
252
|
+
<li className="flex items-start gap-3">
|
|
253
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
254
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
255
|
+
</svg>
|
|
256
|
+
<span className="font-medium">Export agents as OpenAPI</span>
|
|
257
|
+
</li>
|
|
258
|
+
<li className="flex items-start gap-3">
|
|
259
|
+
<svg className="w-5 h-5 text-primary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
260
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
261
|
+
</svg>
|
|
262
|
+
<span className="font-medium">Unified API and agent standards</span>
|
|
263
|
+
</li>
|
|
264
|
+
</ul>
|
|
265
|
+
</Card>
|
|
266
|
+
<Card variant="default" padding="md" elevation={2} hover className="border-2 border-blue-100">
|
|
267
|
+
<h4 className="text-xl font-bold mb-5 text-secondary pb-3 border-b-2 border-cyan-100">API-to-Agent Bridge</h4>
|
|
268
|
+
<ul className="space-y-3 text-gray-700">
|
|
269
|
+
<li className="flex items-start gap-3">
|
|
270
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
271
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
272
|
+
</svg>
|
|
273
|
+
<span className="font-medium">Connect REST APIs to agents</span>
|
|
274
|
+
</li>
|
|
275
|
+
<li className="flex items-start gap-3">
|
|
276
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
277
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
278
|
+
</svg>
|
|
279
|
+
<span className="font-medium">Use OpenAPI as agent tools</span>
|
|
280
|
+
</li>
|
|
281
|
+
<li className="flex items-start gap-3">
|
|
282
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
283
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
284
|
+
</svg>
|
|
285
|
+
<span className="font-medium">Automatic API discovery</span>
|
|
286
|
+
</li>
|
|
287
|
+
<li className="flex items-start gap-3">
|
|
288
|
+
<svg className="w-5 h-5 text-secondary mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
|
|
289
|
+
<path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" />
|
|
290
|
+
</svg>
|
|
291
|
+
<span className="font-medium">Bidirectional integration</span>
|
|
292
|
+
</li>
|
|
293
|
+
</ul>
|
|
294
|
+
</Card>
|
|
295
|
+
</div>
|
|
296
|
+
</div>
|
|
297
|
+
</div>
|
|
298
|
+
</section>
|
|
299
|
+
|
|
300
|
+
{/* Why OSSA - The Problem Section */}
|
|
301
|
+
<section className="py-16 px-4 bg-white">
|
|
302
|
+
<div className="container mx-auto max-w-5xl">
|
|
303
|
+
<div className="text-center mb-12">
|
|
304
|
+
<h2 className="text-4xl md:text-5xl font-bold mb-4 text-gray-900">Why Does This Matter?</h2>
|
|
305
|
+
<p className="text-xl text-gray-600">Leading with portability, regulatory compliance, and vendor independence</p>
|
|
306
|
+
</div>
|
|
307
|
+
<div className="grid grid-cols-1 md:grid-cols-3 gap-6 mb-8">
|
|
308
|
+
<Card variant="default" padding="lg" elevation={1}>
|
|
309
|
+
<h3 className="text-2xl font-bold mb-3 text-gray-900">Portability: Avoid Vendor Lock-in</h3>
|
|
310
|
+
<p className="text-lg text-gray-700 leading-relaxed">
|
|
311
|
+
Switch between AI providers (OpenAI, Anthropic, Azure) without rewriting code. Define your agent once in OSSA format,
|
|
312
|
+
deploy anywhere. No more complete rewrites when changing frameworks.
|
|
313
|
+
</p>
|
|
314
|
+
</Card>
|
|
315
|
+
<Card variant="default" padding="lg" elevation={1}>
|
|
316
|
+
<h3 className="text-2xl font-bold mb-3 text-gray-900">Regulatory Compliance: Built-in Frameworks</h3>
|
|
317
|
+
<p className="text-lg text-gray-700 leading-relaxed">
|
|
318
|
+
Meet SOC2, FedRAMP, HIPAA, and GDPR requirements with standardized security models, audit trails,
|
|
319
|
+
and data boundary controls. Compliance-ready from day one.
|
|
320
|
+
</p>
|
|
321
|
+
</Card>
|
|
322
|
+
<Card variant="default" padding="lg" elevation={1}>
|
|
323
|
+
<h3 className="text-2xl font-bold mb-3 text-gray-900">Vendor Independence: True Interoperability</h3>
|
|
324
|
+
<p className="text-lg text-gray-700 leading-relaxed">
|
|
325
|
+
Community-driven standard, not controlled by any single company. Works with LangChain, CrewAI, AutoGen,
|
|
326
|
+
and any framework. Your agents, your choice.
|
|
327
|
+
</p>
|
|
328
|
+
</Card>
|
|
329
|
+
</div>
|
|
330
|
+
<Card variant="featured" padding="lg" elevation={3}>
|
|
331
|
+
<p className="text-2xl text-gray-900 font-bold mb-4">
|
|
332
|
+
OSSA solves this for AI agents.
|
|
333
|
+
</p>
|
|
334
|
+
<p className="text-xl text-gray-700">
|
|
335
|
+
<strong>One standard. Any framework. True portability.</strong> Define your agent once in OSSA format,
|
|
336
|
+
then deploy it with LangChain, CrewAI, Anthropic, OpenAI, or any other framework. Just like OpenAPI
|
|
337
|
+
unified REST APIs, OSSA unifies AI agents.
|
|
338
|
+
</p>
|
|
339
|
+
</Card>
|
|
340
|
+
</div>
|
|
341
|
+
</section>
|
|
342
|
+
|
|
343
|
+
{/* Comparison Matrix Section */}
|
|
344
|
+
<section className="py-20 px-4 bg-gradient-to-br from-gray-50 to-blue-50">
|
|
345
|
+
<div className="container mx-auto max-w-7xl">
|
|
346
|
+
<div className="text-center mb-12">
|
|
347
|
+
<h2 className="text-4xl md:text-5xl font-bold mb-4">How OSSA Compares</h2>
|
|
348
|
+
<p className="text-xl text-gray-600 max-w-3xl mx-auto">
|
|
349
|
+
OSSA is a specification standard, not a framework. See how it enables true interoperability.
|
|
350
|
+
</p>
|
|
351
|
+
</div>
|
|
352
|
+
|
|
353
|
+
{/* Desktop Table */}
|
|
354
|
+
<div className="hidden lg:block overflow-x-auto">
|
|
355
|
+
<table className="w-full bg-white rounded-lg shadow-lg overflow-hidden">
|
|
356
|
+
<thead className="bg-gradient-to-r from-primary to-secondary text-white">
|
|
357
|
+
<tr>
|
|
358
|
+
<th className="px-6 py-4 text-left font-bold">Feature</th>
|
|
359
|
+
<th className="px-6 py-4 text-center font-bold">OSSA</th>
|
|
360
|
+
<th className="px-6 py-4 text-center font-bold">LangChain</th>
|
|
361
|
+
<th className="px-6 py-4 text-center font-bold">AutoGen</th>
|
|
362
|
+
<th className="px-6 py-4 text-center font-bold">MCP</th>
|
|
363
|
+
<th className="px-6 py-4 text-center font-bold">Semantic Kernel</th>
|
|
364
|
+
</tr>
|
|
365
|
+
</thead>
|
|
366
|
+
<tbody className="divide-y divide-gray-200">
|
|
367
|
+
<tr className="hover:bg-gray-50">
|
|
368
|
+
<td className="px-6 py-4 font-medium text-gray-900">Vendor Neutral<br/><span className="text-sm font-normal text-gray-600">Not controlled by any single company</span></td>
|
|
369
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" /></svg></td>
|
|
370
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
371
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
372
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
373
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
374
|
+
</tr>
|
|
375
|
+
<tr className="hover:bg-gray-50 bg-blue-50">
|
|
376
|
+
<td className="px-6 py-4 font-medium text-gray-900">Formal Standard<br/><span className="text-sm font-normal text-gray-600">JSON Schema validated specification</span></td>
|
|
377
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" /></svg></td>
|
|
378
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
379
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
380
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" /></svg></td>
|
|
381
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
382
|
+
</tr>
|
|
383
|
+
<tr className="hover:bg-gray-50">
|
|
384
|
+
<td className="px-6 py-4 font-medium text-gray-900">Multi-runtime<br/><span className="text-sm font-normal text-gray-600">Works across Node.js, Python, and more</span></td>
|
|
385
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" /></svg></td>
|
|
386
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
387
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
388
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" /></svg></td>
|
|
389
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
390
|
+
</tr>
|
|
391
|
+
<tr className="hover:bg-gray-50 bg-blue-50">
|
|
392
|
+
<td className="px-6 py-4 font-medium text-gray-900">Enterprise Governance<br/><span className="text-sm font-normal text-gray-600">Built-in audit trails and policy controls</span></td>
|
|
393
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" /></svg></td>
|
|
394
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
395
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
396
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
397
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
398
|
+
</tr>
|
|
399
|
+
<tr className="hover:bg-gray-50">
|
|
400
|
+
<td className="px-6 py-4 font-medium text-gray-900">Compliance Ready<br/><span className="text-sm font-normal text-gray-600">SOC2, FedRAMP, HIPAA, GDPR frameworks</span></td>
|
|
401
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" /></svg></td>
|
|
402
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
403
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
404
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
405
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-red-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z" clipRule="evenodd" /></svg></td>
|
|
406
|
+
</tr>
|
|
407
|
+
<tr className="hover:bg-gray-50 bg-blue-50">
|
|
408
|
+
<td className="px-6 py-4 font-medium text-gray-900">Open Source<br/><span className="text-sm font-normal text-gray-600">Community-driven development</span></td>
|
|
409
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" /></svg></td>
|
|
410
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" /></svg></td>
|
|
411
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" /></svg></td>
|
|
412
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" /></svg></td>
|
|
413
|
+
<td className="px-6 py-4 text-center"><svg className="w-6 h-6 mx-auto text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fillRule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clipRule="evenodd" /></svg></td>
|
|
414
|
+
</tr>
|
|
415
|
+
</tbody>
|
|
416
|
+
</table>
|
|
417
|
+
</div>
|
|
418
|
+
|
|
419
|
+
{/* Mobile Cards */}
|
|
420
|
+
<div className="lg:hidden space-y-4">
|
|
421
|
+
<Card variant="featured" padding="lg" elevation={2}>
|
|
422
|
+
<h3 className="text-xl font-bold mb-4 text-primary">OSSA</h3>
|
|
423
|
+
<div className="space-y-2 text-sm">
|
|
424
|
+
<div className="flex justify-between"><span>Vendor Neutral</span><span className="text-xl">✅</span></div>
|
|
425
|
+
<div className="flex justify-between"><span>Formal Standard</span><span className="text-xl">✅</span></div>
|
|
426
|
+
<div className="flex justify-between"><span>Multi-runtime</span><span className="text-xl">✅</span></div>
|
|
427
|
+
<div className="flex justify-between"><span>Enterprise Governance</span><span className="text-xl">✅</span></div>
|
|
428
|
+
<div className="flex justify-between"><span>Compliance Ready</span><span className="text-xl">✅</span></div>
|
|
429
|
+
<div className="flex justify-between"><span>Open Source</span><span className="text-xl">✅</span></div>
|
|
430
|
+
</div>
|
|
431
|
+
</Card>
|
|
432
|
+
<Card variant="default" padding="md" elevation={1}>
|
|
433
|
+
<h3 className="text-lg font-bold mb-3">LangChain / AutoGen / Semantic Kernel</h3>
|
|
434
|
+
<p className="text-sm text-gray-600">Framework-specific implementations. Open source but vendor-controlled.</p>
|
|
435
|
+
</Card>
|
|
436
|
+
<Card variant="default" padding="md" elevation={1}>
|
|
437
|
+
<h3 className="text-lg font-bold mb-3">MCP (Model Context Protocol)</h3>
|
|
438
|
+
<p className="text-sm text-gray-600">Formal standard with multi-runtime support. Focused on context, not full agent lifecycle.</p>
|
|
439
|
+
</Card>
|
|
440
|
+
</div>
|
|
441
|
+
</div>
|
|
442
|
+
</section>
|
|
443
|
+
|
|
444
|
+
{/* Quick Start Section */}
|
|
445
|
+
<section id="get-started" className="py-20 px-4 bg-gray-50 scroll-mt-20">
|
|
446
|
+
<div className="container mx-auto max-w-7xl">
|
|
447
|
+
<div className="text-center mb-12">
|
|
448
|
+
<h2 className="text-5xl font-bold mb-6">Get Started in Minutes</h2>
|
|
449
|
+
<p className="text-xl text-gray-600 max-w-3xl mx-auto">
|
|
450
|
+
Install the CLI, create your first agent, and start building with Open Standard Agents.
|
|
451
|
+
</p>
|
|
452
|
+
</div>
|
|
453
|
+
|
|
454
|
+
<div className="grid md:grid-cols-2 gap-8 max-w-5xl mx-auto mb-12">
|
|
455
|
+
<Card variant="default" padding="lg" elevation={2}>
|
|
456
|
+
<CardHeader>
|
|
457
|
+
<CardTitle className="text-primary">1. Install CLI</CardTitle>
|
|
458
|
+
</CardHeader>
|
|
459
|
+
<CardContent>
|
|
460
|
+
<div className="bg-code-bg rounded-lg p-4">
|
|
461
|
+
<pre className="text-code-text text-sm overflow-x-auto">
|
|
462
|
+
<code>npm install -g @bluefly/openstandardagents</code>
|
|
463
|
+
</pre>
|
|
464
|
+
</div>
|
|
465
|
+
</CardContent>
|
|
466
|
+
</Card>
|
|
467
|
+
<Card variant="default" padding="lg" elevation={2}>
|
|
468
|
+
<CardHeader>
|
|
469
|
+
<CardTitle className="text-primary">2. Create Agent</CardTitle>
|
|
470
|
+
</CardHeader>
|
|
471
|
+
<CardContent>
|
|
472
|
+
<div className="bg-code-bg rounded-lg p-4">
|
|
473
|
+
<pre className="text-code-text text-sm overflow-x-auto">
|
|
474
|
+
<code>{`osa init my-agent
|
|
475
|
+
cd my-agent`}</code>
|
|
476
|
+
</pre>
|
|
477
|
+
</div>
|
|
478
|
+
</CardContent>
|
|
479
|
+
</Card>
|
|
480
|
+
<Card variant="default" padding="lg" elevation={2}>
|
|
481
|
+
<CardHeader>
|
|
482
|
+
<CardTitle className="text-primary">3. Validate</CardTitle>
|
|
483
|
+
</CardHeader>
|
|
484
|
+
<CardContent>
|
|
485
|
+
<div className="bg-code-bg rounded-lg p-4">
|
|
486
|
+
<pre className="text-code-text text-sm overflow-x-auto">
|
|
487
|
+
<code>osa validate my-agent.ossa.yaml</code>
|
|
488
|
+
</pre>
|
|
489
|
+
</div>
|
|
490
|
+
</CardContent>
|
|
491
|
+
</Card>
|
|
492
|
+
<Card variant="default" padding="lg" elevation={2}>
|
|
493
|
+
<CardHeader>
|
|
494
|
+
<CardTitle className="text-primary">4. Export</CardTitle>
|
|
495
|
+
</CardHeader>
|
|
496
|
+
<CardContent>
|
|
497
|
+
<div className="bg-code-bg rounded-lg p-4">
|
|
498
|
+
<pre className="text-code-text text-sm overflow-x-auto">
|
|
499
|
+
<code>{`osa export --to cursor
|
|
500
|
+
osa export --to langchain`}</code>
|
|
501
|
+
</pre>
|
|
502
|
+
</div>
|
|
503
|
+
</CardContent>
|
|
504
|
+
</Card>
|
|
505
|
+
</div>
|
|
506
|
+
|
|
507
|
+
<div className="text-center">
|
|
508
|
+
<Link href="/docs/getting-started/5-minute-overview/" className="btn-primary text-lg px-8 py-4">
|
|
509
|
+
Read Full Getting Started Guide
|
|
510
|
+
</Link>
|
|
511
|
+
</div>
|
|
512
|
+
</div>
|
|
513
|
+
</section>
|
|
514
|
+
|
|
515
|
+
{/* Integrations & Adoption Section */}
|
|
516
|
+
<section className="py-16 px-4 bg-gray-50">
|
|
517
|
+
<div className="container mx-auto max-w-7xl">
|
|
518
|
+
<div className="text-center mb-12">
|
|
519
|
+
<h2 className="text-4xl font-bold mb-4">Works With Your Favorite Tools</h2>
|
|
520
|
+
<p className="text-xl text-gray-600 max-w-3xl mx-auto">
|
|
521
|
+
OSSA integrates seamlessly with leading AI frameworks, platforms, and tools.
|
|
522
|
+
Build once, deploy anywhere.
|
|
523
|
+
</p>
|
|
524
|
+
</div>
|
|
525
|
+
|
|
526
|
+
{/* Logos Grid - Row 1 */}
|
|
527
|
+
<div className="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-8 items-center justify-items-center mb-8">
|
|
528
|
+
<Logo domain="openai.com" name="OpenAI" />
|
|
529
|
+
<Logo domain="anthropic.com" name="Anthropic" />
|
|
530
|
+
<Logo domain="deepmind.google" name="Gemini" />
|
|
531
|
+
<Logo domain="microsoft.com" name="Microsoft" />
|
|
532
|
+
<Logo domain="langchain.com" name="LangChain" />
|
|
533
|
+
<Logo domain="huggingface.co" name="Hugging Face" />
|
|
534
|
+
</div>
|
|
535
|
+
|
|
536
|
+
{/* Logos Grid - Row 2 */}
|
|
537
|
+
<div className="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-8 items-center justify-items-center mb-12">
|
|
538
|
+
<Logo domain="kagent.dev" name="kAgent" />
|
|
539
|
+
<Logo domain="crewai.com" name="CrewAI" />
|
|
540
|
+
<Logo domain="langflow.com" name="Langflow" />
|
|
541
|
+
<Logo domain="llamaindex.ai" name="LlamaIndex" />
|
|
542
|
+
<Logo domain="langchain.com" name="LangGraph" />
|
|
543
|
+
<Logo domain="modelcontextprotocol.io" name="MCP" />
|
|
544
|
+
<Logo domain="drupal.org" name="Drupal" />
|
|
545
|
+
<Logo domain="librechat.com" name="LibreChat" />
|
|
546
|
+
<Logo domain="docker.com" name="Docker" />
|
|
547
|
+
<Logo domain="kubernetes.io" name="Kubernetes" />
|
|
548
|
+
<Logo domain="aws.amazon.com" name="AWS" />
|
|
549
|
+
<Logo domain="github.com" name="GitHub" />
|
|
550
|
+
</div>
|
|
551
|
+
|
|
552
|
+
<div className="text-center">
|
|
553
|
+
<p className="text-lg text-gray-600 mb-6">
|
|
554
|
+
And many more frameworks, platforms, and tools...
|
|
555
|
+
</p>
|
|
556
|
+
<Link href="/docs/ecosystem/framework-support/" className="btn-primary">
|
|
557
|
+
View All Integrations
|
|
558
|
+
</Link>
|
|
559
|
+
</div>
|
|
560
|
+
</div>
|
|
561
|
+
</section>
|
|
562
|
+
|
|
563
|
+
{/* Features Section */}
|
|
564
|
+
<section className="py-20 px-4 bg-white">
|
|
565
|
+
<div className="container mx-auto max-w-7xl">
|
|
566
|
+
<div className="text-center mb-16">
|
|
567
|
+
<h2 className="text-5xl font-bold mb-6">Why Open Standard Agents?</h2>
|
|
568
|
+
<p className="text-xl text-gray-600 max-w-3xl mx-auto">
|
|
569
|
+
Build agent-based systems with confidence, knowing your agents will work across
|
|
570
|
+
frameworks, teams, and infrastructures.
|
|
571
|
+
</p>
|
|
572
|
+
</div>
|
|
573
|
+
|
|
574
|
+
<div className="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
|
|
575
|
+
<Card variant="default" padding="md" elevation={1} hover className="text-center">
|
|
576
|
+
<CardHeader>
|
|
577
|
+
<CardTitle className="text-xl">Framework-Agnostic</CardTitle>
|
|
578
|
+
</CardHeader>
|
|
579
|
+
<CardContent>
|
|
580
|
+
<p className="text-gray-700">
|
|
581
|
+
Works with LangChain, Anthropic, OpenAI, CrewAI, Langflow, AutoGen, and more.
|
|
582
|
+
No vendor lock-in.
|
|
583
|
+
</p>
|
|
584
|
+
</CardContent>
|
|
585
|
+
</Card>
|
|
586
|
+
<Card variant="default" padding="md" elevation={1} hover className="text-center">
|
|
587
|
+
<CardHeader>
|
|
588
|
+
<CardTitle className="text-xl">Portable</CardTitle>
|
|
589
|
+
</CardHeader>
|
|
590
|
+
<CardContent>
|
|
591
|
+
<p className="text-gray-700">
|
|
592
|
+
Move agents between teams, organizations, and infrastructures without rewriting code.
|
|
593
|
+
</p>
|
|
594
|
+
</CardContent>
|
|
595
|
+
</Card>
|
|
596
|
+
<Card variant="default" padding="md" elevation={1} hover className="text-center">
|
|
597
|
+
<CardHeader>
|
|
598
|
+
<CardTitle className="text-xl">Validatable</CardTitle>
|
|
599
|
+
</CardHeader>
|
|
600
|
+
<CardContent>
|
|
601
|
+
<p className="text-gray-700">
|
|
602
|
+
JSON Schema validation ensures correctness before deployment. Catch errors early.
|
|
603
|
+
</p>
|
|
604
|
+
</CardContent>
|
|
605
|
+
</Card>
|
|
606
|
+
<Card variant="default" padding="md" elevation={1} hover className="text-center">
|
|
607
|
+
<CardHeader>
|
|
608
|
+
<CardTitle className="text-xl">Well-Documented</CardTitle>
|
|
609
|
+
</CardHeader>
|
|
610
|
+
<CardContent>
|
|
611
|
+
<p className="text-gray-700">
|
|
612
|
+
Comprehensive documentation, examples, and tooling. Built for developers, by developers.
|
|
613
|
+
</p>
|
|
614
|
+
</CardContent>
|
|
615
|
+
</Card>
|
|
616
|
+
<Card variant="default" padding="md" elevation={1} hover className="text-center">
|
|
617
|
+
<CardHeader>
|
|
618
|
+
<CardTitle className="text-xl">Open Source</CardTitle>
|
|
619
|
+
</CardHeader>
|
|
620
|
+
<CardContent>
|
|
621
|
+
<p className="text-gray-700">
|
|
622
|
+
Apache 2.0 licensed. Community-driven. Transparent development process.
|
|
623
|
+
</p>
|
|
624
|
+
</CardContent>
|
|
625
|
+
</Card>
|
|
626
|
+
<Card variant="default" padding="md" elevation={1} hover className="text-center">
|
|
627
|
+
<CardHeader>
|
|
628
|
+
<CardTitle className="text-xl">Fast Integration</CardTitle>
|
|
629
|
+
</CardHeader>
|
|
630
|
+
<CardContent>
|
|
631
|
+
<p className="text-gray-700">
|
|
632
|
+
Export to any framework format. Import existing agents. Seamless migration paths.
|
|
633
|
+
</p>
|
|
634
|
+
</CardContent>
|
|
635
|
+
</Card>
|
|
636
|
+
<Card variant="default" padding="md" elevation={1} hover className="text-center">
|
|
637
|
+
<CardHeader>
|
|
638
|
+
<CardTitle className="text-xl">Secure by Design</CardTitle>
|
|
639
|
+
</CardHeader>
|
|
640
|
+
<CardContent>
|
|
641
|
+
<p className="text-gray-700">
|
|
642
|
+
Built-in security patterns, authentication, and compliance features.
|
|
643
|
+
</p>
|
|
644
|
+
</CardContent>
|
|
645
|
+
</Card>
|
|
646
|
+
<Card variant="default" padding="md" elevation={1} hover className="text-center">
|
|
647
|
+
<CardHeader>
|
|
648
|
+
<CardTitle className="text-xl">Observable</CardTitle>
|
|
649
|
+
</CardHeader>
|
|
650
|
+
<CardContent>
|
|
651
|
+
<p className="text-gray-700">
|
|
652
|
+
Built-in observability, logging, and monitoring. Track agent performance and behavior.
|
|
653
|
+
</p>
|
|
654
|
+
</CardContent>
|
|
655
|
+
</Card>
|
|
656
|
+
</div>
|
|
657
|
+
</div>
|
|
658
|
+
</section>
|
|
659
|
+
|
|
660
|
+
{/* CTA Section */}
|
|
661
|
+
<section className="py-16 px-4 bg-primary text-white">
|
|
662
|
+
<div className="container mx-auto max-w-6xl text-center">
|
|
663
|
+
<h2 className="text-4xl font-bold mb-6">Ready to Get Started?</h2>
|
|
664
|
+
<p className="text-xl mb-8 text-gray-200">
|
|
665
|
+
Join the community and start building with Open Standard Agents today.
|
|
666
|
+
</p>
|
|
667
|
+
<div className="flex flex-col sm:flex-row gap-4 justify-center">
|
|
668
|
+
<Link href="/examples/" className="btn-secondary">
|
|
669
|
+
View Examples
|
|
670
|
+
</Link>
|
|
671
|
+
<Link href="https://github.com/blueflyio/openstandardagents/issues" className="btn-outline border-white text-white hover:bg-white hover:text-primary" target="_blank" rel="noopener noreferrer">
|
|
672
|
+
Report Issues
|
|
673
|
+
</Link>
|
|
674
|
+
</div>
|
|
675
|
+
</div>
|
|
676
|
+
</section>
|
|
677
|
+
</div>
|
|
678
|
+
);
|
|
679
|
+
}
|