Structs§
- Chat
Message - A chat message for the OpenAI-compatible API
- LlmClient
- OpenAI-compatible LLM client
- LlmConfig
- LLM configuration resolved from env vars and workspace_state
Functions§
- analyze_
task_ structure_ background - Analyze task structure in background and store suggestions
- clear_
dismissed_ suggestions - Clear all dismissed suggestions from database
- dismiss_
all_ suggestions - Dismiss all active suggestions
- dismiss_
suggestion - Dismiss a suggestion (mark as read/acted upon)
- display_
suggestions - Display suggestions to the user (called from CLI commands)
- get_
active_ suggestions - Retrieve active (non-dismissed) suggestions from database
- synthesize_
task_ description - Synthesize task description using LLM (convenience function)