posit-dev / posit-dev/querychat

[py] Add CLI entrypoint to chat with a data source

Open
#163 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
212
Forks
29
Avg merge
22h 24m
Merged PRs (30d)
27

Description

It could be neat to be able to quickly spin up a querychat instance against a .csv or .parquet file, or a database, e.g.

uvx querychat titanic.csv
uvx querychat sales.parquet

uvx querychat --client claude/claude-haiku-4-5-20251001 titanic.csv

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the existing querychat entry points and how a querychat instance is created for Python data sources. Use the issue's CSV, Parquet, database, and --client examples to define the supported command-line inputs; done means the CLI can launch a chat against each requested source and client option.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.