Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(chat): integrate prompt_toolkit for advanced input handling and …
…rich for output formatting - Added prompt_toolkit PromptSession to handle multi-line input, history, and cursor movement. - Integrated rich for rendering Markdown and colorized output. - Adjusted input processing to pass user queries to the assistant via create_message. - Ensured the output is displayed using rich's console.print for proper formatting. - Included error handling for invalid commands and exceptions during execution.
- Loading branch information