feat: add Kortix Chrome Extension - Browser Operator for AI Agents#17
Open
feat: add Kortix Chrome Extension - Browser Operator for AI Agents#17
Conversation
enable reasoning
use anthropic temp
Co-authored-by: markokraemer.mail <markokraemer.mail@gmail.com>
…ages Fix get llm messages
fallback haiku 4.5->3.5->3
…config Improve litellm config
…n pool, and proper stream_timeout
…config Improve litellm config
…config cpu & memory logs while llm calls
- fix for frontend move
…r-discord-link-4ec1 Website footer discord link
…pp-v2 remove checkmark beside tool card
Fix/mobile fixes rewamp
…ayout in ChatInput
feat(AgentSelector): enhance mode display and loading state; adjust l…
defer image_context and save after all tool results
…text selection modal for iOS
feat: enhance markdown rendering with cross-platform support and add …
…full-width support and improve loading states
…d enhance logging for better debugging
… blob handling logic
…er feedback during downloads
…handling and improved loading states
Fix/mobile fixes rewamp
feat: admin controlled maintenance notices
mobile maintenance screen
- Implement listener/router pattern for browser control - Support 12 core commands (navigate, click, type, scroll, extract emails, etc.) - Minimal popup UI for status and debugging - Complete TypeScript implementation with Manifest V3 - Comprehensive documentation and integration guides - Testing utilities and example scenarios - Ready for production deployment to Chrome Web Store The extension enables Kortix AI agents to control the user's local browser, following the same architecture as Manus 'My Browser' feature.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Overview
This PR introduces the Kortix AI Browser Operator, a headless Chrome extension that enables Kortix AI agents to control the user's local browser.
Key Features
Architecture
The extension implements a listener/router pattern similar to Manus 'My Browser':
Files Added
Total: 18 files created
Integration
Kortix backend can integrate with this extension via the BrowserRouterClient:
Testing
Testing utilities and example scenarios provided in
src/testing/for easy integration testing.Deployment
Ready for:
chrome://extensions/Documentation
See
packages/kortix-chrome-extension/README.mdfor complete documentation and API reference.