6 lines
212 B
Python
6 lines
212 B
Python
"""omnigent REPL — interactive terminal chat."""
|
|
|
|
from ._repl import register_skill_commands, run_repl, unregister_skill_commands
|
|
|
|
__all__ = ["register_skill_commands", "run_repl", "unregister_skill_commands"]
|