Skip to content
reaatech

Domain Pipelines

Hybrid RAG, voice agent kit, media pipelines, agent memory.

6 repos

reaatech/agent-memory

0
These packages give AI agents a long-term memory layer that persists information across sessions, not just within a single conversation. You'd adopt them to solve the problem of agents forgetting user preferences, contradicting themselves, or accumulating irrelevant information over time. The most distinctive thing is that memory is treated as a managed asset with an explicit lifecycle—extraction, decay, forgetting, and contradiction resolution—rather than a fire-and-forget vector store.
packages
9
updated
19 days ago

reaatech/bicycle-brands-models

0
These JSON files give you structured data on bicycle brands, models, and sizes extracted from over 25,000 real-world listings. You would use them to populate a bike eCommerce catalog, build a bike recommendation system, or standardize bike model data across applications. Each brand is stored in its own file, with every model listing available sizes, frame measurements, and suggested rider height ranges.
packages
0
updated
1 year ago

reaatech/invoicing-app

0
This is a desktop invoicing application built with Electron, React, and TypeScript that manages customers, products, and invoices with email delivery and PDF generation. You would use it to handle invoicing for a freelance or contracting business without paying subscription fees or per-invoice charges. The application stores all data locally in SQLite, generates PDFs via Puppeteer with Mustache templates, and sends invoices through SMTP email—all running as a standalone desktop app with no external service dependencies.
packages
0
updated
2 days ago

reaatech/media-pipeline-mcp

0
These packages give you a set of MCP tools for generating and processing images, audio, video, documents, and 3D models, then chaining those operations into pipelines with artifact passing between steps. You would adopt them to avoid wiring together multiple provider SDKs, retry logic, cost tracking, and caching yourself when building AI agents that produce media as output. The most distinctive thing is that every operation is a composable pipeline step with built-in quality gates, budget enforcement, content-addressed caching, and multi-provider routing, so you can define a multi-step workflow once and have it handle provider fallback, cost caps, and resumable execution automatically.
packages
28
updated
14 days ago

reaatech/postmill-app

0
These packages give you a self-hosted social media management platform with AI-powered content generation, scheduling, and analytics across 36+ channels. You would adopt them to run a governed, multi-provider AI layer that lets you bring your own keys from 25 providers and switch models without redeploying, while keeping per-org spend caps, audit logs, and compliance guardrails. The most distinctive thing is that every AI feature—content generation, comment replies, brand-voice profiles, semantic search—is scoped, rate-limited, and budget-checked through a single pluggable provider system, with the rest of the platform (analytics, inbox, campaigns, polls) built around that AI core.
packages
0
updated
1 day ago

reaatech/voice-agent-kit

0
These packages give you the full pipeline to turn microphone or phone audio into an AI agent response and back — speech-to-text, MCP tool calls, text-to-speech, and telephony or WebRTC transport, all orchestrated with per-stage latency budgets. You'd adopt them to build a production voice agent without writing the audio plumbing, provider switching, or session management yourself. The most distinctive thing is that the agent logic lives entirely in an external MCP server, so the pipeline is a pure transport layer that can be swapped between Twilio, WebRTC, or a local simulator without changing the agent.
packages
8
updated
15 hours ago