Agent-Hellboy / Agent-Hellboy/spewer
Implelement TUI using rich
Open
- Dominant language
- Python
- Stars
- 3
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Implement a Text-based User Interface (TUI) for the library to present information in a clean and structured format.
The interface should:
Display data in a tabular view, showing the line that triggered a dependency, the corresponding function name, the line number, and if the relevant flag is enabled, the arguments passed to that function.
Represent dependencies in a tree-like structure, clearly visualizing the depth of nested dependencies, indicating which functions were invoked, which raised exceptions, and what arguments were passed at each level.
Contributor guide
Assessment
This issue has not been assessed yet.