4a19d70af1
Lint with Ruff / ruff (push) Has been cancelled
MCP Server Tests / live-mcp-tests (push) Has been cancelled
Tests / unit-tests (push) Has been cancelled
Tests / database-integration-tests (push) Has been cancelled
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Server Tests / live-server-tests (push) Has been cancelled
Pyright Type Check / pyright (push) Has been cancelled
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= |