You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
makereadme is basicly a system orchestrator, thats creates README.md files for your project.
How it's works?
When you give some infos about your project to makereadme thats uses some tags to read, think, write about your project.
Examples:
Given informations:
- path: home/user/desktop/calculator/
- output name: spicyreadme
- llm type: GEMINI // or other apis that *makereadme* haves.
in backend side we sending a system prompt to LLM and some instructions about how to act,
then we checking your projects path directly and sending that treeview to LLM
and our cheff is starts to cook!