{% extends "base.html" %} {% block title %}Agents - Codomyrmex{% endblock %} {% block content %}

AI Agent Integrations

{{ agents|length }} agent frameworks and integrations available in the Codomyrmex agents module.

{% for agent in agents %}

{{ agent.name }} {{ agent.type }}

{{ agent.description[:250] }}{% if agent.description|length > 250 %}...{% endif %}

{{ agent.path }}

{% endfor %}
{% if not agents %}

No agent integrations found in src/codomyrmex/agents/

{% endif %} {% endblock %}