4a19d70af1
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Tests / database-integration-tests (push) Waiting to run
Lint with Ruff / ruff (push) Waiting to run
MCP Server Tests / live-mcp-tests (push) Waiting to run
Server Tests / live-server-tests (push) Waiting to run
Pyright Type Check / pyright (push) Waiting to run
Tests / unit-tests (push) Waiting to run
19 lines
288 B
Bash
19 lines
288 B
Bash
OPENAI_API_KEY=
|
|
|
|
# Neo4j database connection
|
|
NEO4J_URI=
|
|
NEO4J_PORT=
|
|
NEO4J_USER=
|
|
NEO4J_PASSWORD=
|
|
|
|
# FalkorDB database connection
|
|
FALKORDB_URI=
|
|
FALKORDB_PORT=
|
|
FALKORDB_USER=
|
|
FALKORDB_PASSWORD=
|
|
|
|
USE_PARALLEL_RUNTIME=
|
|
SEMAPHORE_LIMIT=
|
|
GITHUB_SHA=
|
|
MAX_REFLEXION_ITERATIONS=
|
|
ANTHROPIC_API_KEY= |