{% extends "base.html" %} {% block title %}Reset — Agent Wasp{% endblock %} {% block page_css %} {% endblock %} {% block content %}

Panic Reset

Erase cognitive state and restart from zero

Reset type

Permanently erases all agent cognitive state (memory, learning, goals, knowledge graph). Browser sessions, logs, .env, and admin accounts are preserved.

What will be erased

× Knowledge Graph
× Behavioral Rules
× Learning Examples
× Procedural Memory
× Goals & Active Tasks
× Scheduled Tasks
× Agents Registry
× Visual Memory
× World Timeline
× Vector Embeddings
× Execution History
× Dream Log
× Redis agent state
× Filesystem memory
× Custom Python skills
× Self-improve patches
× prime.md (→ default)
× Agent life & Experience

What is preserved

Browser sessions
Logs (forensics)
.env (API keys)
Admin accounts
Integration vault
Last 100 audit rows

Wipes the platform to "as if never used" — everything Panic Reset wipes plus browser sessions, logs, full audit history. Use for release prep, demo handoff, GitHub baseline.

Cannot blank .env from the dashboard. Run scripts/factory_reset.sh --wipe-env on the host for that. Your dashboard session will be invalidated.

What will be erased

× Everything in Panic Reset
× Browser sessions (cookies)
× All logs
× Full audit history
× All Redis keys (FLUSHDB)
× Dashboard session
× Integration vault cache
× CSRF / login-rate state

What is preserved

.env (API keys, tokens)
Admin accounts (DB)
LLM model weights (ollama)
Source code & configs
Cancel
{% endblock %} {% block extra_scripts %} {% endblock %}