Minimal scaffold for the Ron-GIT blueprint.
agent/- orchestrator and worker scriptsutils/- validation, config, quota and Groq helpers.github/workflows/- CI workflow for GitHub Actionsinput/PROMPT.txt- external user promptoutput/- generated results
- Use
.envfor local API keys and runtime settings. - Keep
.envout of Git with.gitignore. - A safe template is provided in
.env.example.
GROQ_API_KEY_1,GROQ_API_KEY_2,GROQ_API_KEY_3GROQ_MODELAGENT_LOOP_DELAYMAX_CONTEXT_FILESENABLE_GROQ
- Create or update
input/PROMPT.txt. - Run locally with
node agent/architect_agent.js. - Or push to
mainand let GitHub Actions execute.github/workflows/ai_loop.yml. - Generated output files appear under
output/.
.envis ignored by Git and can store local keys..env.exampleshows the expected config format.ENABLE_GROQ=falseis the default safe mode to avoid accidental Groq calls.utils/groq_client.jsrotates local Groq keys and enforcesAGENT_LOOP_DELAY.utils/quota_checker.jskeeps a local.quota.jsoncounter.