When to use it
- Local development when Docker is unavailable
- Some CI environments
- Debugging issues that only reproduce outside containers
Choosing process mode
In some deployments, this is selected via the legacyRUNTIME
environment variable:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the agent server as a local process without container isolation.
RUNTIME
environment variable:
export RUNTIME=process
# (legacy alias)
# export RUNTIME=local
Was this page helpful?
