Feat dashboard tooltips#75
Merged
justindobbs merged 2 commits intomainfrom Mar 6, 2026
Merged
Conversation
…rkflow, and task selection guidance - Add adapter flow overview covering scaffold, implement, debug, export, and gateway-backed setup - Add architecture diagram showing OpenClaw workspace → adapter → task harness → artifact workflow - Add "What gets generated" section documenting mock workspace file structure and purpose - Add code pointers for implementing act() with references to AGENTS.md, actions.py, validate.py - Add recommended
…kspace creation side effects - Import _load_module from tasks.loader for direct module loading without workspace setup - Add local task detection logic checking TASKS_ROOT and task directory existence - Load actions.py and validate.py directly for local tasks using _load_module with unique module names - Add FileNotFoundError checks for missing actions.py or validate.py in local tasks - Fall back to load_task() only for bundled tasks to
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
Testing
python -m pytestpython -m ruff check agent_benchChecklist