{% include head.html %}

{{ site.data.landing.hero.headline }}

{{ site.data.landing.hero.supporting }}

{{ site.data.landing.hero.install_command }}
{{ site.data.landing.hero.start_command }}
Quickstart →
{% for pill in site.data.landing.pills %} {% endfor %}

The ecosystem

{% assign cats = "workspace-experience,core-runtime,identity-secrets,resident-culture,resident-domain,org-site" | split: "," %} {% for cat in cats %} {% assign repos_in_cat = site.data.agentculture_repos | where: "category", cat %} {% if repos_in_cat.size > 0 %}

{{ cat | replace: "-", " " | capitalize }}

    {% for r in repos_in_cat %}
  • {{ r.id }} — {{ r.description }}
  • {% endfor %}
{% endif %} {% endfor %}

{{ site.data.landing.why_band.paragraph }}

{{ site.data.landing.why_band.cta }} →