Skip to content

Environment variables not documented — 30+ env vars across codebase #47

@rohitg00

Description

@rohitg00

Problem

~30 environment variables are used across the codebase but there is no single reference document or `.env.example` file.

Env Vars Found

  • Engine: `III_ENGINE_URL`, `III_REST_PORT`, `III_STREAMS_PORT`
  • LLM: `ANTHROPIC_API_KEY`, `ANTHROPIC_MODEL`, `GEMINI_API_KEY`, `GEMINI_MODEL`, `OPENROUTER_API_KEY`, `OPENROUTER_MODEL`, `OPENAI_API_KEY`
  • Embedding: `VOYAGE_API_KEY`, `COHERE_API_KEY`, `EMBEDDING_PROVIDER`, `BM25_WEIGHT`, `VECTOR_WEIGHT`
  • Auth: `AGENTMEMORY_SECRET`, `AGENTMEMORY_URL`
  • Limits: `TOKEN_BUDGET`, `MAX_OBS_PER_SESSION`, `MAX_TOKENS`
  • Features: `FALLBACK_PROVIDERS`, `GRAPH_EXTRACTION_ENABLED`, `GRAPH_EXTRACTION_BATCH_SIZE`, `CONSOLIDATION_ENABLED`, `CONSOLIDATION_DECAY_DAYS`
  • Claude: `CLAUDE_MEMORY_BRIDGE`, `CLAUDE_PROJECT_PATH`, `CLAUDE_MEMORY_LINE_BUDGET`
  • Team: `TEAM_ID`, `USER_ID`, `TEAM_MODE`
  • Snapshot: `SNAPSHOT_ENABLED`, `SNAPSHOT_INTERVAL`, `SNAPSHOT_DIR`
  • Standalone: `STANDALONE_MCP`, `STANDALONE_PERSIST_PATH`
  • Viewer: `VIEWER_ALLOWED_ORIGINS`

Suggested Fix

Add a `.env.example` file and/or a configuration reference section in the README.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationmediumMedium priority

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions