-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: agent memeooorr frontend #526
Open
mohandast52
wants to merge
105
commits into
refactor/multi-chain-support-frontend
Choose a base branch
from
feature/agent-memeooorr
base: refactor/multi-chain-support-frontend
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: agent memeooorr frontend #526
mohandast52
wants to merge
105
commits into
refactor/multi-chain-support-frontend
from
feature/agent-memeooorr
Conversation
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
* feat: add feature flag hook for balance breakdown functionality * feat: conditionally render balance breakdown link based on feature flag * feat: support array of feature flags in useFeatureFlag hook * feat: implement conditional rendering for balance breakdown based on feature flag * refactor: simplify feature flag usage for balance breakdown * refactor: enhance feature flag handling with Zod validation and improved type safety * refactor: update error alert type and improve feature flag handling in useFeatureFlag hook * feat: add FeatureNotEnabled component for better error handling in YourWalletPage
* feat: add SelectYourAgent option to SetupScreen enum * feat: add SelectYourAgent component to SetupPage * feat: add displayName and description to agent configuration * feat: enhance SelectYourAgent component with agent selection functionality * feat: add SetupYourAgent option to Pages enum * feat: refactor SelectYourAgent component to improve agent selection handling * feat: adjust padding and image size in EachAgent component for improved layout * feat: add documentation comment for SelectYourAgent component
chore: extend configs with memeooor
* feat: add Select Your Agent screen to setup flow * feat: remove unused FirstRunModal component from MainHeader * feat: restructure Main component layout with CardSection * feat: enhance MainHeader with help and settings buttons in CardSection * feat: add SwitchAgentSection to MainPage for agent switching functionality * feat: rename SelectYourAgent component to AgentSelection and update related references * feat: enhance SwitchAgentSection with loading and service state checks for enabling switch button * feat: refactor AgentSelection component and improve SwitchAgentSection button logic * feat: make onSelect and onNext props required in AgentSelection component
…lory-xyz/olas-operate-app into feature/agent-memeooorr
* feat: add SetupYourAgent screen to setup flow * feat: implement SetupYourAgent form for agent configuration * feat: enhance SetupYourAgent form with X account credentials and validation messages * feat: update SetupYourAgent form to include X account credentials and validation logic * feat: implement validation logic for Gemini API key and Twitter credentials in SetupYourAgent form * Update frontend/components/SetupPage/SetupYourAgent/index.tsx Co-authored-by: Josh Miller <[email protected]> * feat: validate Gemini API key (#530) * feat: enhance Gemini API key validation with real-time API request and error handling * feat: improve SetupYourAgent form with dynamic submit button text and error handling for API validation --------- Co-authored-by: Josh Miller <[email protected]>
* feat: support base during onboarding * feat: update service config template * fix: reset hardcoded agent type
* feat: enable last transaction feature flag in AgentRunningButton * feat: add feature flags for staking contract section and rewards streak
* feat: add SetupYourAgent screen to setup flow * feat: implement SetupYourAgent form for agent configuration * feat: enhance SetupYourAgent form with X account credentials and validation messages * feat: update SetupYourAgent form to include X account credentials and validation logic * feat: implement validation logic for Gemini API key and Twitter credentials in SetupYourAgent form * Update frontend/components/SetupPage/SetupYourAgent/index.tsx Co-authored-by: Josh Miller <[email protected]> * feat: validate Gemini API key (#530) * feat: enhance Gemini API key validation with real-time API request and error handling * feat: improve SetupYourAgent form with dynamic submit button text and error handling for API validation * feat: add agent-twitter-client dependency and implement Twitter credentials validation * feat: move twitter login to electron main process * feat: enhance Twitter login validation and refactor related components * feat: rename check-twitter-login to validate-twitter-login and update related components * feat: remove unused dependencies and clean up configuration --------- Co-authored-by: Josh Miller <[email protected]> Co-authored-by: Atatakai <[email protected]>
mohandast52
changed the title
(WIP) feat: agent memeooorr
(WIP) feat: agent memeooorr frontend
Dec 4, 2024
* feat: enhance agent setup with service template integration and validation * feat: add dynamic description for service template in SetupYourAgent
* feat: enhance agent setup process with staking program integration and UI improvements * feat: update hash value for Memeooorr service template * feat: simplify MainHeader component by removing unused selectedAgentType and update navigation in SetupPage
Tanya/onboarding complete
chore: fix dummy service requests
Signed-off-by: OjusWiZard <[email protected]>
Signed-off-by: OjusWiZard <[email protected]>
Feat (Memeooorr): Support in the backend
* feat: enhance agent setup with service template integration and validation * feat: add dynamic description for service template in SetupYourAgent * feat: add last selected agent type to store schema * feat: persist last selected agent type in store and refactor agent type update logic * feat: update agent type handling and store integration * feat: enhance agent type handling and improve state management * feat: add logs * feat: enhance service validation and return types in Memeooor and PredictTrader services * feat: improve service handling and validation in ServicesProvider and agent services * feat: refactor agent type handling in ServicesProvider and MainPage components * feat: refactor staking program handling in Memeooor and PredictTrader services * feat: set default last selected agent type to 'trader' and clean up unused code in MainPage component
…n EachAgent component
feat: update staking contract addresses
…requeast fix: debug multiple account request
feat: add low-funds feature flag to conditionally render LowFunds alert
…arding fix: remove 'eth' text in onboarding
Add operating thresholds, and replace LOW_BALANCE_ constants
Fix eth format underflow
…gButton.tsx Co-authored-by: Mohan <[email protected]>
Fix service conditional update step
…GasBalanceSection
Rename memeooorr display text to agents.fun, fix master safe low native balance check
…reqs Fix service template funding requirements for Memeooorr
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.
Proposed changes
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that apply