{% extends "_base.html" %} {% block content %}
Workflow · chat

Chat

Talk to the loaded model. Tools (web search, Python, terminal) run locally in a sandbox.

Model & params
{% for m in model_picker or [] %} {% endfor %}
Constrains the decode to valid JSON via lm-format-enforcer. Tools are off while JSON mode is on.
No filesystem or network isolation on this machine: the python and terminal tools run as you. Install Docker or Podman to turn on the container sandbox.
Writes are confined to a scratch directory and network is blocked, but reads are not restricted: tool code can read any file you can. Use the container sandbox for a stronger boundary.
Saved
{% endblock %}