weavegraph 0.1.0-alpha.2

Graph-driven, concurrent agent workflow framework with versioned state, deterministic barrier merges, and rich diagnostics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Example environment configuration for Weavegraph
# Copy this file to .env and fill in your actual values

# SQLite database location (relative or absolute path)
SQLITE_DB_NAME=data/weavegraph.db

# Google Gemini API key for LLM integration (optional, for demo3)
# Get your API key from: https://aistudio.google.com/app/apikey
GEMINI_API_KEY=your_gemini_api_key_here

# Alternative: Full SQLite URL (overrides SQLITE_DB_NAME if set)
# WEAVEGRAPH_SQLITE_URL=sqlite://path/to/your/database.db