CopyPasteLearn

Outcome + Architecture

Code Snippets

Agent architecture overviewtext
Agent Loop:
  1. Read memory (about_me.md + operating_rules.md)
  2. Decide action (LLM reasoning)
  3. Execute via tools (web/search, email/Slack)
  4. Log results + update memory
  5. Respect guardrails (allowlists, secrets hygiene)