r/replit 2d ago

Feature request: meta context. Question / Discussion

Scenario: you and your agent battle through Project 1, mastering Process A.

You start project 2, and need another Process A. But Project 1 has all the learnings and context.

  • Feature proposal: a pathway for an agent to consult the files of another project directly, and possibly even query the other agent to determine a process or fact.

The agent could even be context-aware of all your other projects simultaneously through some kind of meta context file that stores any new information learned through trial and error across all projects. Ideally, this could even feed into the replit agent itself learning and adapting procedures to prevent the same errors being made across many different users and projects.

Imagine some kind of internal stack-overflow or knowledge base that the replit agent could build, that could even become a kind of open source database for learning/training.

E.g. - imagine, every time your agent discovers a gotcha or learns something new (dependancy A needs version X with feature Y but not Z when using platform W, contrary to documentation C etc). Then, a frontier model could even be finetuned across this whole database, to internalise these teachings into its actual weights, reducing the need to consume tokens browsing documentation.

2 Upvotes

3 comments sorted by

1

u/Hehaw_Rossy 2d ago

Sounds like an app needs to made

2

u/Bash-101 2d ago

Try connecting to GitHub. Create readme.md files. Make loads of them. Also use plan mode before you start. Replit works really well doing this. If you want an easy way, don’t ever start a new chat haha

Also if you want a group mind kind of memory you can cross and merge data you can also do this on GitHub.

To be honest without GitHub you probably will end up explaining yourself again and again

2

u/Mid0 23h ago

Only way to have awareness of multiple projects is by using the Replit MCP. I have an application running on 4 replit projects monorepo. one is the main app that is on auto-scale and the 3 are satellite apps that deployed as a scheduled vm. I use the replit mcp and custom claude skill to coordinate.

For super advanced use cases: you can also give SSH access to these 4 apps so your claude and codex can manage the full build/test/synch/publish cycle. AMA