Add Chrome extension MVP for recipe detection and side panel workflow#1
Draft
null-object-0000 wants to merge 25 commits into
Draft
Add Chrome extension MVP for recipe detection and side panel workflow#1null-object-0000 wants to merge 25 commits into
null-object-0000 wants to merge 25 commits into
Conversation
…ata Skill Package
…interfaces for skill package generation
- Updated sidepanel layout to improve user experience with a new branding section and clearer action buttons. - Replaced "开始发现" with "开始学习页面" to better reflect the learning process. - Introduced a chat interface for user-agent interaction, allowing users to specify goals and receive feedback. - Implemented a structured plan for the agent's learning process, including steps for capturing data sources and generating recipes. - Enhanced messaging system to provide real-time updates and responses from the agent. - Added functionality for displaying captured data sources and their details in a more organized manner. - Updated documentation to reflect changes in the agent's architecture and interaction model.
…vider - Added `@data-recipe/agent-runtime` package for handling agent interactions with OpenAI-compatible models. - Introduced `OpenAICompatibleProvider` for API communication and `ToolCallingAgentRuntime` for executing agent logic. - Updated sidepanel to utilize the new agent runtime, enabling real-time tool calls and user-configured settings. - Enhanced UI for model configuration and improved user prompts for agent interactions. - Refactored existing code to accommodate the new agent architecture and removed deprecated features. - Added tests for the agent runtime functionality to ensure reliability.
…functionality - Added fflate as a dependency for handling ZIP file creation. - Introduced exportDataSkillPackageAsZip function to export skill packages as ZIP files. - Updated validation logic to include workflow.json and handle recipe references. - Enhanced validateDataSkillPackage function to check for required files and validate workflow structure. - Implemented inspectDataSkillPackageZip function to inspect contents of exported ZIP files. - Updated validate-data-skill-package script to support validation of both ZIP and JSON formats. - Added comprehensive tests for new functionality in test-agent-runtime script.
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