You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integrations/prime_agent/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ fleet's dict interface.
126
126
After the package is installed, register it with prime-agent's tool manager:
127
127
128
128
```bash
129
-
python scripts/install_prime_agent.py
129
+
engraphis-prime-agent install
130
130
```
131
131
132
132
The installer is idempotent: re-running updates the existing entry instead of
@@ -146,7 +146,7 @@ adapter) if prime-agent's real API differs.
146
146
|`ENGRAPHIS_DB_PATH`| Path to the local Engraphis SQLite database. The integration inherits whatever the gateway sees, so the dashboard and the fleet share one store. |
147
147
|`ENGRAPHIS_WORKSPACE`| Default workspace name. The fleet's `workspace=` overrides this. |
148
148
|`ENGRAPHIS_REPO`| Default repo scope. The fleet's `repo=` overrides this. |
149
-
|`PRIME_AGENT_CONFIG_PATH`| Override the prime-agent config file path used by `scripts/install_prime_agent.py`. |
149
+
|`PRIME_AGENT_CONFIG_PATH`| Override the prime-agent config file path used by `engraphis-prime-agent install`. |
150
150
151
151
Only the following variables are forwarded to the gateway subprocess —
0 commit comments