{% extends "agents/_layout.html" %} {% from "_macros.html" import icon %} {% block title %}Connections - {{ brand.name }}{% endblock %} {% block heading %}Connections{% endblock %} {% block actions %} {{ icon("plus", "icon--sm") }} Add a connection {% endblock %} {% block agents_content %}
Machines an Agent chat can work on. A model with one of these can read files, write files and run commands there โ never here. Which of those it may do without asking you first is the chat's mode.
Add the host, the user to log in as, and a key or password. Then press Check โ you will be shown its fingerprint to confirm before anything is sent to it.
{{ icon("plus", "icon--sm") }} Add a connection
{{ profile.address }}{% if profile.default_dir %} ยท {{ profile.default_dir }}{% endif %}
{% if refused %}
{{ refused }}
{% elif profile.last_error %}{{ profile.last_error }}
{% elif profile.server_info.system %}{{ profile.server_info.system }}
{% endif %}