#209 · Primary category: AI Agents & Automation

electric

agent agents crdt crdts data elixir platform postgres replication runtime sync

The agent platform built on sync.

Project last updated:08/27/26

GitHub Stars

10.3K

Forks

371

Contributors

76

License

Apache-2.0

Why we included this project

Electric is a Postgres sync engine that now does double duty as the data layer for long-lived AI agents. If you're building agents that need to react to live data, like a support agent that wakes up when a new ticket lands or a coding agent that watches pull requests, Electric handles the hard parts of moving that data from Postgres to wherever the agent runs: partial replication, fan-out, and delivery over plain HTTP. It sits in front of your existing database, so you consume synced data through client libraries or framework integrations instead of rewriting your stack. Teams that want agents to survive restarts and stay in sync across devices get a clean way to keep agent state and business data in one place. It's infrastructure rather than a ready-made agent framework, so plan to wire it into your own runtime.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category