Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/get-started/setup-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ When you ran `ng_run`, it started all the servers you configured:
- **Head server:** coordinating all components
- **Resources server:** defining tools and verification
- **Model server:** providing LLM inference
- **Agent server:** orchestrating how the model interacts with the resources
- **Agent server:** orchestrating how the model interacts with the resources. The agent server calls the model and resources servers using REST requests.

:::{dropdown} Troubleshooting: "command not found: ng_run"
Make sure you activated the virtual environment:
Expand Down