Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added baseline UI using textual #5

Merged
merged 4 commits into from
Jan 16, 2025

Conversation

doramasma
Copy link
Owner

Summary

This pull request introduces the NewsAskUI terminal-based interface for the NewsAskAI project. The application allows users to input a news topic, ingest relevant articles, and ask questions about the ingested content, facilitating real-time, context-rich interactions.

PR Checklist

  • A summary of the problem is included in this PR.
  • A detailed description of the changes is included in this PR.
  • Linked related issue(s), if applicable (e.g., resolves #<issue_number>).
  • Added or updated tests for bug fixes or new features, if applicable.
  • Updated documentation in docs, if applicable.

Description of changes 🔧

Describe the specific changes made in this PR.

  1. Created the NewsAskUI class extending textual.App, with key components
  2. Added a MessageBox widget to display informational messages to users.

@doramasma doramasma marked this pull request as ready for review January 16, 2025 17:13
@doramasma doramasma self-assigned this Jan 16, 2025
Copy link
Owner Author

@doramasma doramasma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@doramasma doramasma merged commit 191b6be into main Jan 16, 2025
1 check passed
@doramasma doramasma deleted the feature/textual_improve_user_interfaces branch January 20, 2025 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant