weavegraph 0.3.0

Graph-driven, concurrent agent workflow framework with versioned state, deterministic barrier merges, and rich diagnostics.
Documentation
# Copy to `.env` (and keep that file out of version control) before running local tooling.
# Secrets should be provided at runtime or via your secret manager – never commit real values.

########
# Core workspace configuration
########

# Default SQLite database used by the weavegraph runtime checkpointer.
# Referenced by runtime configuration and sqlx migration tooling.
SQLITE_DB_NAME=data/weavegraph.db
WEAVEGRAPH_SQLITE_URL=sqlite://data/weavegraph.db

# Database URL consumed by `sqlx migrate` (sqlx CLI).
DATABASE_URL=sqlite://data/weavegraph.db

########
# Safety tips
########

# 1. Duplicate this file to `.env` locally; the repository already ignores `.env`.
# 2. For CI, inject secrets via the platform's secret store instead of committing values.