Ask a question to get started
Enter to send•Shift+Enter new line
CLI handler for deepagents threads list.
deepagents threads list
Fetches and displays a table of recent conversation threads, optionally filtered by agent name.
list_threads_command( agent_name: str | None = None, limit: int | None = None, ) -> None
agent_name
str | None
None
Only show threads belonging to this agent.
When None, threads for all agents are shown.
limit
int | None
Maximum number of threads to display.
When None, reads from DA_CLI_RECENT_THREADS or falls back to the default.
DA_CLI_RECENT_THREADS