Inspiration

We wanted to explore what FET agents are capable of and experiment with AI music prompting.

Listening to our own infinite radio station while working has been a long time goal as well.

What it does

Go to https://rhythmiq.255labs.xyz and listen to unlimited AI music. New ones are generated as old ones are played. Everyone has the same queue.

How we built it

We use two fetch.ai agents:

  • lyricist - the song writer
  • singer - text to music

Then there's a web frontend using htmx that calls out to these agents.

Challenges we ran into

We ended up calling the agents directly and had to fork the repo to allow for rest requests from outside localhost(we ended up deploying the agents to a different domain).

Accomplishments that we're proud of

  • The app works and is simple to use.
  • Creating a singer agent.
  • Lyricist prompting is 2-shot and randomized.
  • Styling came out better than expected

What we learned

  • How fetch.ai uagents work and communicate.
  • What the fetch team has been building as we've been long time singularitynet supporters.

What's next for RhythmIQ

It's live! We have some future ideas on monetization. And we're excited about the next generation of music generators and AI agent loops.

Built With

Share this project:

Updates