~/portfolio / personal-ai-agent
← back to all projects
AI · Automation 2025 solo build

Personal
AI Agent

A multi-agent personal assistant for task planning and workflow automation — with short-term and long-term memory, reminders, info lookup, and task execution.

The problem_

Most personal assistants forget you the moment the session ends. I wanted one that learns my patterns, remembers context across weeks, and actually executes tasks — not just suggests them.

What I built_

  • Multi-agent assistant for task planning and workflow automation.
  • Contextual decision-making using short-term and long-term memory.
  • Features — reminders, information lookup, and task execution.
  • Extensible architecture — drop-in agents for new capabilities with scalable autonomous decision support.

Stack_

  • LangGraph for orchestration
  • Qwen3 as the reasoning model
  • Python backend, lightweight React front-end
  • Vector store for long-term memory

Lessons_

Long-term memory is a feature, not a backend. Exposing what the assistant remembers — and letting the user edit it — turned out to be the single biggest trust-builder. Guardrails around task-execution agents were essential.

─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─

More shots_

Back to the index →

See the full project list, or get in touch if you want to collaborate.