-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### Major Changes - **Agent and Logic Enhancements** - Splitting agents' logic into multiple files for better organization and maintenance. - Introduced the first version of Champion Agent. - Enhanced ReactChampion Agent lifecycle with additional states and improved handling. #### Key Feature Additions - Added langchain Community to the Playground for enhanced testing. - Implemented Storybook in the playground to facilitate development. - Added new API_KEY workflow initialization by the productSpecsTeam. #### Improvements and Fixes - Major refactor titled "The biggest commit you ever saw," addressing multiple backend optimizations. - Updated `.gitignore` and environmental variable configurations. - Fixed NodeJS example to ensure compatibility with external dependencies. - Standardized logging across various components with pretty log functions. - Added and adjusted functionality for better JSON parsing and handling. #### Security and Maintenance - Removed unused API Key methods to enhance security. - Removed secrets from commit history to safeguard repository integrity. - Reorganized tests and integrated Jest snapshots to enhance testing reliability. - Temporary removal of end-to-end tests from main to focus on unit and integration testing. #### Optimization and Debugging Tools - Improved BoardDebugger structure for easier debugging and diagnostics. - Added cost calculations per task and workflow for better resource management.
- Loading branch information
Showing
96 changed files
with
61,980 additions
and
3,413 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"presets": ["@babel/preset-env"], | ||
"plugins": ["@babel/plugin-syntax-import-meta"] | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ yarn-error.log* | |
# Misc | ||
.DS_Store | ||
*.pem | ||
_todo.md | ||
|
||
*storybook.log | ||
_todo.md |
This file contains 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
This file contains 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
Oops, something went wrong.