# LLM API endpoints AGENT_API=http://localhost:8080/v1 REPL_API=http://localhost:8090/v1 # File paths CONTEXT_FILE=context.txt TASK_FILE=task.txt # Agent behaviour MAX_REPL_STEPS=20 MAX_VIRTUAL_CONTEXT_RATIO=0.85