Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.11 KB

File metadata and controls

27 lines (21 loc) · 1.11 KB

Project Context

Auto-maintained by AI. You can edit this file freely. Last updated: 2026-08-02

Stack

  • Go backend, React/TypeScript web UI, SQLite/Postgres.

Architecture Decisions

  • Chat responses use SSE with live-run replay and downstream keepalives.
  • Sensitive API mutations require dashboard-password or bearer protection.
  • Streaming providers use timeout_seconds as an inactivity limit.
  • Social Media: master key in ~/.antares/secrets.env, encrypted accounts in SQLite, IMAP for Gmail, persistent cloak-go browser, autonomous social-media-manager role.
  • Agent-only temp_mail tool uses generator.email directly; no UI, API key, or persisted inbox state.

Conventions

  • Social credentials encrypted with AES-256-GCM; key never in DB/log/API/prompt/RAG.
  • No approval workflow for social media skill/RAG updates — agents update directly.

Current Status

  • (session start)

Important Notes

  • PRs #12/#17 merged; #13/#15 closed; #14 superseded on main.
  • Social Media Phase 1+2: master key, encrypted store, IMAP, browser manager, API, frontend, role, autopilot toggle.

Related Projects

  • (none)