databao/configs/llm.py (3 lines): - line 15: # TODO: add a config folder for LLM configs, make it initializable from hydra configs - line 31: # TODO multi-turn prompt caching - line 76: # TODO output_version="responses/v1" databao/duckdb/react_tools.py (2 lines): - line 26: # TODO Do we want to forbid non-SELECT statements? - line 92: # TODO move to .jinja (and fix indendation) databao/core/executor.py (1 line): - line 85: text_html = f"
{html.escape(self.text.strip())}" # TODO markdown to HTML
databao/executors/lighthouse/graph.py (1 line):
- line 120: # TODO use ToolRuntime in LangChain v1.0
databao/core/visualizer.py (1 line):
- line 58: # TODO Handle all _repr_*_ methods
databao/core/thread.py (1 line):
- line 91: # TODO Cache visualization results as in Executor.execute()?
databao/visualizers/vega_chat.py (1 line):
- line 27: # TODO expose as part of the VisualisationResult API