conversation-steganography
A tool that hides encrypted secret messages inside innocent-looking AI-generated chat text for private communication over any messaging platform.
它拥有图原生的任务存储,支持依赖跟踪、原子声明和就绪任务检测,嵌入式模式下零基础设施,并可通过标准化 schema 对接 GitHub、Jira、Linear 等多个后端。
Farm Table is an open-source task runtime built specifically for AI agents. It provides coding and execution agents with a single, predictable, and robust interface to receive work, understand complex dependency structures, and track execution progress—whether tasks reside in GitHub, Jira, Linear, or Farm Table's own built-in graph-native backend.
When no external platform is connected, the built-in backend provides a graph-native task store complete with dependency tracking, atomic CAS (Compare-And-Swap) claims, and instant ready-task detection. No API keys, no SaaS accounts, and zero complex configuration are required.
NOTE: Farmtable is at an early and experimental stage
Farm Table operates transparently in two modes from the exact same codebase:
┌─ Embedded Mode (Default) ──────────────────────────────────────┐
│ ft CLI ──bufconn──► In-Process FarmTableService │
│ └──► EntStore (SQLite) │
│ Single process. Zero infrastructure. Just works. │
├─ Client-Server Mode ───────────────────────────────────────────┤
│ ft CLI ──gRPC/TLS──► farmtable-server (Separate Process) │
│ └──► EntStore (Postgres) │
│ Multi-agent coordination. Production deployments. │
└────────────────────────────────────────────────────────────────┘
~/.farmtable/farmtable.db (overridable via FARMTABLE_DB_PATH). Communication is routed through bufconn (an in-memory network connection), creating a single-binary zero-dependency experience.FARMTABLE_SERVER environment variable, --server flag, or the config file server key is supplied. This connects the CLI or agent to a standalone farmtable-server backed by Postgres for multi-agent coordination.Every task—whether synced from GitHub or managed locally—is represented in a single, predictable schema defined in Protobuf (proto/farmtable/v1/farmtable.proto).
triage, accepted, working, h根据分类、Topic 和编程语言匹配的相似项目。
A tool that hides encrypted secret messages inside innocent-looking AI-generated chat text for private communication over any messaging platform.

flow is a minimalist terminal dashboard that displays real-time network throughput with smooth animations, multiple responsive modes, and zero configuration.
simslim reduces iOS simulator memory usage by 4x by disabling unnecessary background daemons, allowing many more simulators to run on a single Mac.