Add Exoclaw scheduled task harness#10
Open
61cygni wants to merge 8 commits into
Open
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Allow secret registration from --env to use values loaded from --env-file, so users can register model keys without exporting them in the shell. Co-authored-by: Cursor <cursoragent@cursor.com>
Enable TypeScript agents to load library tools from manifest files so REPL agents can use user-provided tools without custom harness code. Co-authored-by: Cursor <cursoragent@cursor.com>
Let TypeScript agents install, validate, and reload their own tools during a turn so newly created capabilities can be used without manual registration. Co-authored-by: Cursor <cursoragent@cursor.com>
Compact large tool outputs into artifact references so conversations stay within model context, and refresh turn heads after artifact writes to keep event appends consistent. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scripts/exoclaw-repl.Test plan
pnpm typecheckpnpm lintpnpm testCARGO_TARGET_DIR=target cargo check --ignore-rust-versionCARGO_TARGET_DIR=target cargo test -p executor --lib --ignore-rust-versionCARGO_TARGET_DIR=target cargo test -p exo renders_scheduled_task_wakeup_user_messages --ignore-rust-versionMade with Cursor