feat: add web UI dashboard for agent management#3
Open
Lumpin-askui wants to merge 23 commits intomainfrom
Open
feat: add web UI dashboard for agent management#3Lumpin-askui wants to merge 23 commits intomainfrom
Lumpin-askui wants to merge 23 commits intomainfrom
Conversation
Showcase askui features: custom ActSystemPrompt, Tool Store, CachingSettings, SimpleHtmlReporter, and CSV-driven test cases. Remove old web form test data and unused helpers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Include agent workspace output (screenshots, markdown reports) from calculator test runs. Enable trajectory caching by default. Rewrite README to document all showcased features (prompts, Tool Store, caching, CSV test cases, HTML reporting). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
refactor: update to new repo structure
Add a FastAPI-based web UI with: - Dashboard with project stats overview - Task browser with create/edit/delete and folder support - Task runner with live terminal output and stop button - Report viewer for HTML reports, markdown, and screenshots - Test data manager with inline table editing - System prompt editor - Cache viewer and management - Settings page for AskUI credentials and API keys (.env) - Light/dark theme toggle with AskUI corporate identity branding Also upgrades askui to 0.27.0 and fixes ComputerAgent API compatibility. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.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
ComputerAgentAPI compatibility (deprecatedVisionAgent, correctact_settings/CacheWritingSettingsusage)Web UI Features
.env)Test plan
pip install -r requirements.txtand verify dependencies installuvicorn web.server:app --port 8877and verify all pages load.envpython main.py tasksruns without import errors on askui 0.27.0🤖 Generated with Claude Code