MongoDB World Implementation and Agent World Builder #462
Pinned
dustintownsend
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
|
@dustintownsend thanks so much for sharing this! I also just added some benchmarking to the workflow monorepo and it would be really cool to see if and how we can test new worlds against it too :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I've been interested in Workflow since it was announced, but I wanted to try it in other worlds / infra. The World documentation is still in progress, so I decided to dig into the code and figure out how they actually work. I had Claude help me generate documentation from the source, then used that to build a simple in-memory World first. After working through the various edge cases, I set up an agent specifically for building Worlds and used it to generate a MongoDB implementation.
What it includes:
Passes the
@workflow/world-testingsuite. Tested locally with a MongoDB Atlas M0 cluster.Mongodb World
@workflow-worlds/mongodbRepo: https://github.com/mizzle-dev/workflow-worlds Not sure what will come of this, but figured I'd share for anyone else building Worlds or looking for a MongoDB option. And I plan to generate some more worlds to try out. I am thinking GCP and BullMQ/Redis. I want to have multiple options to test, so we can use Workflow with our existing infra.
If you have Claude and want to try out the agent just fork or clone the repo and tell it what kind of world you want to make. I added some sample prompts.
Beta Was this translation helpful? Give feedback.
All reactions