Skip to content

Releases: rtpa25/self-syncing-agent

v0.1.0 — initial public release

25 Apr 10:01
691aaba

Choose a tag to compare

First public release.

A Cloudflare-native agent that authors its own webhook handlers and mirrors upstream data into per-sync isolated SQLite. Steady-state ingestion runs without an LLM in the loop — only setup and query phases pay LLM cost.

Built on:

  • Durable Objects + Durable Object Facets (one facet per sync, isolated SQLite)
  • Worker Loader (agent-authored handlers compiled and run as dynamic Workers)
  • Pipedream Connect (credential injection — agent never sees OAuth tokens)
  • Cloudflare Access (auth)

Demos in the README:

  • GitHub issue triage with auto-labeling
  • Linear → Slack cross-app urgent-issue triage

See the README for architecture, security model, AI-pair-programming notes, and the five concrete traps Claude got wrong about Durable Object Facets (the API is new enough that training data is thin).