Summary of "Мой AI-агент теперь помнит, что делал вчера"

What the System Demonstrates

The video shows an AI-agent workflow that remembers and structures daily project development using Obsidian notes and storage. This ensures that each new session starts with the right context—such as improvements, errors, and next steps—without repeating past mistakes.


What the System Looks Like (UI / Structure)

When you open a daily note, it contains a structured entry including:

A components list (right side) includes:

A calendar view helps you jump to a specific date and see what the agent did that day.


Why This Is Needed (Problem Analysis)

When an agent starts a new day/session, it may have no working memory of prior actions.

Daily notes act as the persistent “source of truth” by:


Setup Guide (Step-by-Step)

  1. Create an Obsidian storage for the project:
    • Name it however you want (typically matching the project name).
    • Remove the default/welcome note.
  2. Create core folders inside the storage:
    • Daily/
    • Docs/
  3. Create a rules / codex note so the agent knows how to write daily notes:
    • The exact name varies by tool, for example:
      • Obsidian “code” note / “codex” note (for code workflows)
      • Alternatives like “Cloud MD / AGN agent…” depending on whether you’re using Cloud Code/OpenCloud/etc.
  4. Open the terminal and launch the agent configured to the current storage folder.
  5. Provide a prompt/query instructing the agent, such as:
    • develop an HTML + CSS calculator in a specific style (e.g., Iron Man/Marvel)
    • specify what:
      • Docs is for (components)
      • Daily is for (errors/improvements log)
      • the agent should fill/update the .m / .md rules file so it can consistently follow daily-note rules each session
  6. The agent can:
    • proceed using the folders you already created, or
    • create folders on request (the video notes that pre-creating reduces friction)

Obsidian Plugin + Daily Notes Formatting


Daily Note Template Generated by the Agent

During setup, the agent writes:

The template is editable to fit personal workflows—for example, adding a “training” category for a sports project.


Demonstrated Result


Main Speakers / Sources

Category ?

Technology


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video