- Add services/anythingllm-devtools HTTP API (repos + AnythingLLM + RAG) - Rename gitea-issues to git-issues across smart_ide agents and docs - Add projects/builazoo, builazoo README, cron fragment, ssh-config.example - Add ensure-ia-dev-project-link.sh; wrapper delegates smart_ide id - Bump ia_dev submodule (git-issues rename, project symlinks) - Align 4nkaiignore templates; update API index and project docs
23 lines
737 B
Plaintext
23 lines
737 B
Plaintext
# Bind (default 127.0.0.1:37146)
|
|
ANYTHINGLLM_DEVTOOLS_HOST=127.0.0.1
|
|
ANYTHINGLLM_DEVTOOLS_PORT=37146
|
|
|
|
# Required: Bearer token for this service (Authorization: Bearer …)
|
|
ANYTHINGLLM_DEVTOOLS_TOKEN=
|
|
|
|
# AnythingLLM HTTP API (same as former extension settings)
|
|
ANYTHINGLLM_BASE_URL=http://127.0.0.1:3001
|
|
ANYTHINGLLM_API_KEY=
|
|
|
|
# repos-devtools-server
|
|
REPOS_DEVTOOLS_URL=http://127.0.0.1:37140
|
|
REPOS_DEVTOOLS_TOKEN=
|
|
|
|
# Initial RAG after clone/load-sync (default true)
|
|
ANYTHINGLLM_INITIAL_SYNC_AFTER_CLONE=true
|
|
ANYTHINGLLM_INITIAL_SYNC_MAX_FILES=400
|
|
ANYTHINGLLM_INITIAL_SYNC_MAX_FILE_BYTES=5242880
|
|
|
|
# Optional: override path to 4nkaiignore template (default: ../templates/4nkaiignore.default from dist)
|
|
# ANYTHINGLLM_DEVTOOLS_TEMPLATE_PATH=
|