Settings
Configuration
Point the UI at the FastAPI backend and manage local preferences.
API endpoint
FastAPI backend
Compose and dashboard pages call this base URL. Run the backend locally with `uv run python -m blog_series_agent api`, or point this at a hosted deployment.
Checking
The connection check pings /api/health then /health to support either router mounting style.
Appearance
Theme
Switch between light, dark, or follow your system preference.
Defaults
Compose draft
Reset the saved compose-wizard inputs back to the recommended defaults.
This clears your in-progress brief on this device only — it does not affect any backend state.
About
Atlas editorial agent
Built on LangGraph and DeepAgents. The frontend is a Next.js 16 client app; the backend is a FastAPI service.
- · Multi-agent pipeline: research → outline → draft → review → improve → assets → approval
- · Run modes: dev, review, production (production locks approval gate on)
- · Skill memory accumulates from approved feedback
- · Manifests track every artifact for audit and resumability