[AUR-396] Scaffold prompt engineering code base section (#5)
This commit is contained in:
parent
5241edbc46
commit
4211315a54
1
knowledgehub/contribs/promptui/cli.py
Normal file
1
knowledgehub/contribs/promptui/cli.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"""CLI commands that can be imported by the kotaemon.cli module"""
|
|
@ -0,0 +1 @@
|
||||||
|
"""Get config from Pipeline"""
|
1
knowledgehub/contribs/promptui/export.py
Normal file
1
knowledgehub/contribs/promptui/export.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"""Export logs into Excel file"""
|
6
knowledgehub/contribs/promptui/ui.py
Normal file
6
knowledgehub/contribs/promptui/ui.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
"""Create UI from config file. Execute the UI from config file
|
||||||
|
|
||||||
|
- Can do now: Log from stdout to UI
|
||||||
|
- In the future, we can provide some hooks and callbacks to let developers better
|
||||||
|
fine-tune the UI behavior.
|
||||||
|
"""
|
Loading…
Reference in New Issue
Block a user