Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig({
async buildEnd(config) {
await generateFeed(config)
},
description: 'Keep agents within approved spend, risk, and action limits. Open protocol, multi-language SDKs, Apache 2.0.',
description: 'Enforce hard limits on agent spend, risk, and actions. Open protocol, multi-language SDKs, Apache 2.0.',
cleanUrls: true,
lang: 'en',
titleTemplate: ':title — Runtime authority for autonomous agents',
Expand All @@ -33,11 +33,11 @@ export default defineConfig({
['link', { rel: 'icon', type: 'image/x-icon', href: '/runcycles-favicon.ico' }],
['link', { rel: 'apple-touch-icon', sizes: '192x192', href: '/runcycles-logo-192.png' }],
['link', { rel: 'manifest', href: '/manifest.json' }],
['meta', { name: 'description', content: 'Keep agents within approved spend, risk, and action limits.' }],
['meta', { name: 'description', content: 'Enforce hard limits on agent spend, risk, and actions.' }],
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:site_name', content: 'Cycles' }],
['meta', { property: 'og:title', content: 'Cycles — Runtime authority for autonomous agents' }],
['meta', { property: 'og:description', content: 'Keep agents within approved spend, risk, and action limits. Open protocol, multi-language SDKs, Apache 2.0.' }],
['meta', { property: 'og:description', content: 'Enforce hard limits on agent spend, risk, and actions. Open protocol, multi-language SDKs, Apache 2.0.' }],
['meta', { property: 'og:image', content: 'https://runcycles.io/runcycles-og.png' }],
['meta', { property: 'og:image:width', content: '1200' }],
['meta', { property: 'og:image:height', content: '630' }],
Expand All @@ -46,7 +46,7 @@ export default defineConfig({
['meta', { name: 'theme-color', content: '#0B0F1A' }],
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
['meta', { name: 'twitter:title', content: 'Cycles — Runtime authority for autonomous agents' }],
['meta', { name: 'twitter:description', content: 'Keep agents within approved spend, risk, and action limits. Open protocol, multi-language SDKs, Apache 2.0.' }],
['meta', { name: 'twitter:description', content: 'Enforce hard limits on agent spend, risk, and actions. Open protocol, multi-language SDKs, Apache 2.0.' }],
['meta', { name: 'twitter:image', content: 'https://runcycles.io/runcycles-og.png' }],
['meta', { name: 'twitter:image:alt', content: 'Cycles logo' }],
['link', { rel: 'alternate', type: 'application/rss+xml', title: 'Cycles Blog RSS', href: 'https://runcycles.io/feed.xml' }],
Expand All @@ -56,7 +56,7 @@ export default defineConfig({
"@type": "SoftwareApplication",
"name": "Cycles",
"applicationCategory": "DeveloperApplication",
"description": "Runtime authority for autonomous agents. Keep agents within approved spend, risk, and action limits.",
"description": "Runtime authority for autonomous agents. Enforce hard limits on agent spend, risk, and actions.",
"url": "https://runcycles.io",
"license": "https://www.apache.org/licenses/LICENSE-2.0",
"offers": { "@type": "Offer", "price": "0" }
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ hero:
name: "Cycles"
text: "Runtime authority for autonomous agents"
tagline: >-
Keep agents within approved spend, risk, and action limits. Multi-language, Open protocol, Apache 2.0.
Enforce hard limits on agent spend, risk, and actions before execution.<br>Open protocol. Apache 2.0.
image:
light: /runcycles-hero.svg?v=3
dark: /runcycles-hero-dark.svg?v=3
Expand Down
Loading