LangGraph Multi-Agent Supervisor
A supervisor program for running nodejs programs
Supervisor/Liveslots bundle for swingset xsnap workers
mdast extension to parse and serialize GFM task list items
micromark extension to support GFM task list items
Current context for LoopBack applications, based on cls-hooked
Self-hosted, self-evolving AI agent with its own dashboard.
A shim for the setImmediate efficient script yielding API
A simple tool to keep requests to be executed in order.
AI agent orchestration for pi — parallel task execution with checkpoint discipline
High-priority task queue for Node.js and browsers
task list extension for tiptap
task item extension for tiptap
Pi package for local Pi-to-Pi peer messaging, slash commands, tools, and runtime transport.
Endo/lockdown initialization bundle for xsnap workers
High-priority task queue for Node.js and browsers
MediaPipe Vision Tasks
A markdown-it plugin to create GitHub-style task lists
No description provided.
A fast, efficient Node.js Worker Thread Pool implementation
Amalgm local computer runtime: login, MCP, chat, events, previews, and tunnels.
💯 PEM-to-JWK and JWK-to-PEM for RSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.
List of ML tasks for huggingface.co/tasks
Task and Message Queues with Multiple Providers
Supervisor for long-lived tokio tasks
Tokio TaskTracker with built-in cancellation token management and coordinated shutdown.
Capistrano3 tasks for manage sidekiq via runit supervisor.
Capistrano3 tasks for manage puma via runit supervisor.
Capistrano3 tasks for manage resque via runit supervisor.
Capistrano3 tasks for manage danthes through puma via runit supervisor.
Capistrano3 tasks for manage long running rake tasks or daemons via runit supervisor.
pikuri-memory gives a pikuri-core agent durable, long-lived memory: facts about the user and their work that persist across conversations. It wires a +recall+ tool plus an automatic per-turn prefetch onto an agent via +c.add_extension Pikuri::Memory::Extension.new(...)+ inside the +Agent.new+ block — same opt-in shape as +pikuri-tasks+ / +pikuri-vectordb+. Recall is automatic and synchronous (embed + vector search, milliseconds); capture is automatic and asynchronous (an off-the-interaction-path extraction queue), so a turn never blocks on "what should I remember?". Storage is mem0 (https://github.com/mem0ai/mem0) reached over a thin Faraday HTTP client — the append-only +add+ / read-time +search+ model. Only the *user's own words* are fed to extraction (a write-side hygiene rule that structurally drops system/assistant/tool-sourced junk), and recalled context enters the chat as a +:system+ message so it is provenance-tagged and excluded from the next extraction pass. This release ships the Ruby client + extension + tool against a *bring-your-own* mem0 endpoint; a self-managed mem0 sidecar supervisor (the +ChromaServer+-style docker pattern) is a follow-on.