feat: Add basic support for prompt-toolkit in the CLI (#7709)

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Bashwara Undupitiya <bashwarau@verdentra.com>
This commit is contained in:
Panduka Muditha
2025-04-08 18:17:11 +05:30
committed by GitHub
parent dd03d9adce
commit 60e8b5841c
5 changed files with 304 additions and 46 deletions

View File

@@ -79,6 +79,7 @@ memory-profiler = "^0.61.0"
daytona-sdk = "0.12.1"
python-json-logger = "^3.2.1"
playwright = "^1.51.0"
prompt-toolkit = "^3.0.50"
[tool.poetry.group.dev.dependencies]
ruff = "0.11.4"