forked from elizaOS/agentloop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove default context, add q to quit stepped loop
- Loading branch information
Showing
3 changed files
with
13 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
from .loop import start, step, stop, loop | ||
from .input import step_with_input_key | ||
from .context import create_default_context, create_context_builders | ||
from .context import create_context_builders | ||
|
||
__all__ = [ | ||
"start", | ||
"stop", | ||
"step", | ||
"loop", | ||
"step_with_input_key", | ||
"create_default_context", | ||
"create_context_builders", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters