web terminal · your agent's home

Your agent runs in here.

Full shell on your container. Add crons, install packages, peek at logs. If you break Auto, you fix Auto.

shared-03 · konstantin@agent
konstantin@agent ~ /srv/agent tty 24×80 · UTF-8
konstantin@agent ~ $ ls
crons.yml   keys.yml   memory/   plugins/   logs/   docker-compose.yml

konstantin@agent ~ $ cat crons.yml | head -10
# Crons your agent set. You can also edit by hand — it'll reload.
- name: inbox-digest
  schedule: "0 9 * * *"
  task: skill.inbox_digest --tz Europe/Amsterdam
- name: weekly-review-draft
  schedule: "0 17 * * 5"      # added by agent · you asked
  task: skill.draft_review --src notion --dest telegram

konstantin@agent ~ $ agent install slack-mcp
[+] Pulling slack-mcp@0.4.2 from registry ... ok
[+] Adding to plugins/, restarting agent ...
[+] slack-mcp ready. Try: "watch #design channel for keyword 'release'".

konstantin@agent ~ $