Views
No views yet
1cd /Users/amudeeshans/Documents/enma-project
2source .venv312/bin/activate
3pip install -r requirements.txtpython run.py readinesspython run.py readiness --json1which python
2.venv312/bin/python -m pip check
3.venv312/bin/python run.py readiness --strictconfigs/enma.local.yaml. Use environment or Keychain
references in the local config and store values outside the repo.1tools:
2 web_search:
3 provider: google
4 google:
5 api_key_env: GOOGLE_CUSTOM_SEARCH_API_KEY
6 cx_env: GOOGLE_CUSTOM_SEARCH_CX1export GOOGLE_CUSTOM_SEARCH_API_KEY="..."
2export GOOGLE_CUSTOM_SEARCH_CX="..."1tools:
2 web_search:
3 provider: google
4 google:
5 api_key_keychain:
6 service: enma/google-custom-search
7 account: GOOGLE_CUSTOM_SEARCH_API_KEY
8 cx_keychain:
9 service: enma/google-custom-search
10 account: GOOGLE_CUSTOM_SEARCH_CX
11 fallback_to_duckduckgo: false1security add-generic-password -U -s "enma/google-custom-search" -a "GOOGLE_CUSTOM_SEARCH_API_KEY" -w "..."
2security add-generic-password -U -s "enma/google-custom-search" -a "GOOGLE_CUSTOM_SEARCH_CX" -w "..."readiness --strict checks local config hygiene and only
prints redacted field paths.python run.py chatpython run.py voice run1python run.py diagnose
2python run.py voice status
3python run.py rag status
4python run.py tools safety
5python run.py eval1python run.py schema status
2python run.py schema compatibility
3python run.py schema recent --limit 10
4python run.py schema graph-review --limit 25
5python run.py schema migration turn --from-version 11python run.py mcp status
2python run.py mcp doctor
3python run.py mcp presets
4python run.py mcp preset-check filesystem_readonly
5python run.py mcp auth-check github
6python run.py mcp oauth-status github
7python run.py mcp stream-status remote
8python run.py mcp supervision-status filesystem
9python run.py mcp mutation-status
10python run.py mcp preset-install filesystem_readonly --yes
11python run.py mcp server-enable filesystem --yes
12python run.py mcp server-disable filesystem --yes
13python run.py mcp server-remove filesystem --yes--enable is passed.scripts/check_readiness.shENMA_MODE to select a mode:1ENMA_MODE=fast python run.py chat
2ENMA_MODE=privacy python run.py chat
3ENMA_MODE=vision python run.py perception analyze path/to/image.png --prompt "describe this screen"data/enma.sqlitedata/lancedb/data/jobs.sqlitedata/logs/models/