Skip to content

Commit

Permalink
fix: enable Modius agent in agent configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Feb 5, 2025
1 parent f40b7cc commit 7e1ae31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/config/agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const AGENT_CONFIG: {
'Autonomously posts to Twitter, creates and trades memecoins, and interacts with other agents. Agent is operating on Base chain.',
},
[AgentType.Modius]: {
isAgentEnabled: false,
isAgentEnabled: true,
isComingSoon: false,
requiresSetup: true,
name: 'Modius agent',
Expand Down

0 comments on commit 7e1ae31

Please sign in to comment.