[{"name":"cdrcache","description":"Content-addressed cache for AI agent outputs. Store and retrieve deterministic agent results by input hash.","owner":"Coastal Digital Research","entrypoint":"cdrcache serve","runtime":"python3.12","models":[],"tools":["content_hash","local_store_read","local_store_write"],"inputs":["cache key (SHA-256 of inputs)","agent output (any serializable value)","optional TTL (seconds)"],"outputs":["cached value (on hit)","miss signal (on miss)","store confirmation (on write)"],"slo":"p99 read < 5ms local; p99 write < 10ms local","tags":["cache","storage","content-addressed","infrastructure","deterministic"]},{"name":"mae","description":"Persistent AI agent for long-running development and operations tasks on Linux systems.","owner":"Coastal Digital Research","entrypoint":"mae","runtime":"python3.12","models":["claude-sonnet-4-6","claude-opus-4-6"],"tools":["bash","file_read","file_write","glob","grep","web_search"],"inputs":["task description (natural language)","working directory path","optional context files"],"outputs":["structured action log (JSON)","modified files","summary report (Markdown)"],"slo":"best-effort; no hard latency guarantees; designed for tasks taking seconds to hours","tags":["agent","linux","development","operations","persistent"]},{"name":"rlm-linux","description":"Remote Linux machine agent exposing a standardized interface for AI systems to operate on Linux hosts.","owner":"Coastal Digital Research","entrypoint":"rlm-linux serve","runtime":"python3.12","models":["claude-sonnet-4-6"],"tools":["sandboxed_bash","file_read","file_write","process_list","process_kill","audit_log"],"inputs":["authorized command request (JSON)","target host credentials (via environment)","optional working directory"],"outputs":["command result (JSON)","audit log entry","process or file state snapshot"],"slo":"p99 < 10s for shell commands; p99 < 30s for file operations on large trees","tags":["agent","linux","remote","infrastructure","sandboxed"]}]