title: Caxton
subtitle: Multi-Agent Orchestration Platform
description: >-
WebAssembly isolation. Observable by design. Production-ready from day one.
Build resilient multi-agent systems with < 50μs overhead.
url: "https://jwilger.github.io"
baseurl: "/caxton"
repository: jwilger/caxton
github_username: jwilger
markdown: kramdown
highlighter: rouge
permalink: pretty
timezone: UTC
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: false
start_line: 1
rouge:
css_class: 'highlight'
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-relative-links
- jekyll-optional-front-matter
- jekyll-readme-index
- jekyll-titles-from-headings
- jekyll-paginate-v2
collections:
adrs:
output: true
permalink: /adr/:name/
sort_by: date
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
type: "adrs"
values:
layout: "adr"
sitemap: true
- scope:
path: "docs"
values:
layout: "documentation"
sitemap: true
sass:
sass_dir: _sass
style: compressed
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
include: [_adrs/]
pagination:
enabled: true
per_page: 10
permalink: '/page/:num/'
title: ':title'
limit: 0
sort_field: 'date'
sort_reverse: true
author:
name: John Wilger
email: john@johnwilger.com
social:
github: https://github.com/jwilger/caxton
feed:
path: atom.xml
webrick:
headers:
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
X-XSS-Protection: "1; mode=block"
compress_html:
clippings: all
comments: all
endings: html5
startings: [html, head, body]
blanklines: false
profile: false
adr:
timeline:
enabled: true
position: left
collapsible: true
search:
enabled: true
provider: lunr
index_content: true
placeholder: "Search ADRs..."
statuses:
- proposed
- accepted
- deprecated
- superseded
categories:
- Architecture
- Technology
- Process
- Security
- Performance
navigation:
main:
- title: Features
url: "#features"
- title: Architecture
url: "#architecture"
- title: Get Started
url: "#getting-started"
- title: API Docs
url: "/doc/caxton/"
- title: ADRs
url: "/adr/"
- title: Documentation
url: "/docs/"
- title: GitHub
url: "https://github.com/jwilger/caxton"
external: true
features:
adr_carousel: true
adr_timeline: true
adr_search: true
dark_mode_only: true
animations: true