sugar: Sugar provides persistent memory for AI coding agents across sessions and projects. It stores decisions, patterns, and preferences to avoid re-explaining context. It also includes a task queue for autonomous task execution.; 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.
Persistent context for AI coding sessions to avoid re-explaining
Automated code review: set up a daemon that reviews pull requests or file changes.