totem: Totem is a set of CLI tools that provides persistent memory and enforcement layer for AI agents. It uses deterministic hooks to remember lessons the AI forgets, catching architectural mistakes before they become permanent. Totem runs entirely offline and completes linting in under 2 seconds.; initrunner: InitRunner lets you define an agent in one YAML file, chat with it, run it autonomously, and deploy it as a daemon triggered by cron, file changes, webhooks, or Telegram messages. It supports multiple execution modes, built-in memory, cost controls, multi-agent orchestration, and security features. Built on PydanticAI.
Prevent AI agents from repeating architectural mistakes
Automated code review: set up a daemon that reviews pull requests or file changes.