Multi-agent system powered by LaunchDarkly AI Configs that helps validate startup ideas, write landing pages, and recommend tech stacks.
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
# Edit .env with your Anthropic API keysource .venv/bin/activate
python3 side_project_launcher_langgraph.pyCopy .env.example to .env and add your Anthropic API key:
ANTHROPIC_API_KEY- Anthropic API key (required for Claude models)
Your coding assistant retrieves the LaunchDarkly SDK key automatically when creating the project using your API key (LD_API_KEY).