Skip to content

Commit 53fa921

Browse files
committed
add ask tool-calling loop and builtin tools
1 parent c1ea5c4 commit 53fa921

17 files changed

Lines changed: 1291 additions & 195 deletions

File tree

mpipe/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
from mpipe.commands.models import models_command
4141
from mpipe.commands.prompt import prompt_group
4242
from mpipe.commands.tools import tools_group
43+
from mpipe.console import enable_rich_tracebacks
4344

4445

4546
ROOT_HELP_EXAMPLES = """Examples:
@@ -98,6 +99,7 @@ def main() -> None:
9899
None
99100
Returned value.
100101
"""
102+
enable_rich_tracebacks()
101103
cli()
102104
# end def main
103105

0 commit comments

Comments
 (0)