adk run linux_admin "Query" --session_service_uri sqlite:///sessions.db

Category: Google ADK

adk run linux_admin "Query" --session_service_uri sqlite:///sessions.db

Run an agent with a SQLite session store

Points the session service at a SQLite database file instead of the default local storage. ADK 2.x uses SQLAlchemy connection URIs: sqlite:///path for a file, memory:// for in-memory, and agentengine:// to connect to Vertex AI Agent Engine. The same URI flag works on adk api_server.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.