Feature: Expose JSON responses for headless operations
Open
- Dominant language
- Python
- Stars
- 440
- Forks
- 48
- Avg merge
- 28m
- Merged PRs (30d)
- 1
Description
Right now responses are formatted for manual interaction. It would be nice for automating if the JSON responses from the LLM are optionally exposed.
Expected behavior:
- In: `--query="what is this binary" --output=JSON`
- Out: JSON which has skipped the `pydantic` formatting step
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the CLI handling for `--query` and `--output=JSON`, then trace where LLM responses pass through the pydantic formatting step. Done means the example command can optionally emit the LLM's JSON response without that formatting step.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ollama, python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 70/100