json-repair-env / agent_config.json
Preetham Jain M
Final: Make agent fully 'editable' via agent_config.json and expand to 10 Mastery Tasks.
5313023
raw
history blame contribute delete
201 Bytes
{
"model_name": "gemini-1.5-flash",
"provider": "google",
"env_url": "http://localhost:7860",
"api_key_env_var": "GEMINI_API_KEY",
"max_steps_per_task": 3,
"temperature": 0.1
}