Skip to content

MsSterh/personal-assistant

Repository files navigation

Personal assistant

Console application on Clojure for working with LLM that helps users to get answers

Assistant

  • have a personality (described in SOUL.md)
  • keep information about user and user actions (MEMORY.md and memory/)
  • use this information in responses
  • clean up not important information in cron job (HEARTBEAT.md)
  • read local file safety
  • edit/write local file safety only in current folder
  • have to search in internet, read web page content
  • create new tasks for cron jobs and run them (HEARTBEAT.md)

Main files:

  • SOUL.md — name, sex, behavior of agent (not editable file for assistant)
  • USER.md — information about user: name, timezone, language, preferences
  • AGENTS.md — rules for behavior, how to work with files and some restrictions

Memory

  • MEMORY.md — file that consists main and short information about user, some facts and solutions
  • memory/ — folder with everyday notes (memory/2026-04-30.md) with topics that agent decided to keep

System

  • HEARTBEAT.md — checklist for cron jobs
  • TOOLS.md — additional information about user infrastructure (?)

Commands

# Run the app
clj -M:repl

# Run tests
clj -X:test

# Lint
clj -M:lint

# Check formatting
clj -M:fmt

# Fix formatting
clj -M:fmt-fix

Tests

All functionality must be covered by tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors