--- layout: default ---

{{ 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 %}

{{ pill.title }}

{{ pill.body }}

{% if pill.href %}Learn more →{% endif %}
{% 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 %} {% if r.site_path %}{% assign r_path = r.site_path %}{% else %}{% assign r_path = r.id | prepend: "/" | append: "/" %}{% endif %}
  • {{ r.id }} — {{ r.description }}
  • {% endfor %}
{% endif %} {% endfor %}

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

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