ctx-open: CTX is a cognitive version control system for AI agents, preserving structured reasoning artifacts as durable state instead of ephemeral chat transcripts. It enables agents to maintain continuity across sessions, track decisions, and reproduce reasoning paths. The system includes a CLI, a local MCP server, and a web viewer.; 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.
Multi-session agent continuity: resume work across interruptions without re-investigation
Automated code review: set up a daemon that reviews pull requests or file changes.